[mpich-discuss] Using g95 to compile mpich2 problem

謝奇哲 991546107 at stu.nkmu.edu.tw
Thu Aug 16 06:07:54 CDT 2012


Hi,
  Thank you, Jayesh.
  I try build MPICH2 (make clean; configure/make/make install) after
updating the Cygwin version.
  I still can run the examples/cpi, and without getting any errors.
  But in test file, when I use command make testing, I still get errors
(detail saved in testing_1p1_0816.txt ).

  Processing directory attr
  Looking in ./attr/testlist
  Unexpected output in attric: Fatal error in MPI_Init_thread: Other MPI
error, error stack:
  Unexpected output in attric: MPIR_Init_thread(392).................:
  Unexpected output in attric: MPID_Init(139)........................:
channel initialization failed
  Unexpected output in attric: MPIDI_CH3_Init(38)....................:
  Unexpected output in attric: MPID_nem_init(196)....................:
  Unexpected output in attric: MPIDI_CH3I_Seg_commit(369)............:
  Unexpected output in attric: MPIU_SHMW_Seg_attach(925).............:
  Unexpected output in attric: MPIU_SHMW_Seg_create_attach_templ(637): open
failed - Device or resource busy
  Program attric exited without No Errors
  Unexpected output in attrend2: Fatal error in MPI_Init_thread: Other MPI
error, error stack:
  Unexpected output in attrend2: MPIR_Init_thread(392).................:
  Unexpected output in attrend2: MPID_Init(139)........................:
channel initialization failed
  Unexpected output in attrend2: MPIDI_CH3_Init(38)....................:
  Unexpected output in attrend2: MPID_nem_init(196)....................:
  Unexpected output in attrend2: MPIDI_CH3I_Seg_commit(369)............:
  Unexpected output in attrend2: MPIU_SHMW_Seg_attach(925).............:
  Unexpected output in attrend2: MPIU_SHMW_Seg_create_attach_templ(637):
open failed - Device or resource busy
  Program attrend2 exited without No Errors

  Unexpected output in alltoall1: Fatal error in MPI_Init_thread: Other MPI
error, error stack:
  Unexpected output in alltoall1: MPIR_Init_thread(392).................:
  Unexpected output in alltoall1: MPID_Init(139)........................:
channel initialization failed
  Unexpected output in alltoall1: MPIDI_CH3_Init(38)....................:
  Unexpected output in alltoall1: MPID_nem_init(196)....................:
  Unexpected output in alltoall1: MPIDI_CH3I_Seg_commit(369)............:
  Unexpected output in alltoall1: MPIU_SHMW_Seg_attach(925).............:
  Unexpected output in alltoall1: MPIU_SHMW_Seg_create_attach_templ(637):
open failed - No such file or directory
  Unexpected output in alltoall1: Fatal error in MPI_Init_thread: Other MPI
error, error stack:
  Unexpected output in alltoall1: MPIR_Init_thread(392).................:
  Unexpected output in alltoall1: MPID_Init(139)........................:
channel initialization failed
  Unexpected output in alltoall1: MPIDI_CH3_Init(38)....................:
  Unexpected output in alltoall1: MPID_nem_init(196)....................:
  Unexpected output in alltoall1: MPIDI_CH3I_Seg_commit(366)............:
  Unexpected output in alltoall1: MPIU_SHMW_Hnd_deserialize(324)........:
  Unexpected output in alltoall1: MPIU_SHMW_Seg_open(863)...............:
  Unexpected output in alltoall1: MPIU_SHMW_Seg_create_attach_templ(637):
open failed - Device or resource busy
  Program alltoall1 exited without No Errors
  Unexpected output in alltoallw1: [mpiexec at PC03] control_cb
(./pm/pmiserv/pmiserv_cb.c:215): assert (!closed) failed
  Unexpected output in alltoallw1: [mpiexec at PC03]
HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback
returned error status
  Unexpected output in alltoallw1: [mpiexec at PC03]
HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:181): error
waiting for event
  Unexpected output in alltoallw1: [mpiexec at PC03] main
(./ui/mpich/mpiexec.c:405): process manager error waiting for completion
  Program alltoallw1 exited without No Errors

  Are these errors related with single-node systems?
  How can I solved it? Can you give me some advices?

  Best regards,
  Chi-Che Hsieh

2012/8/13 Jayesh Krishna <jayesh at mcs.anl.gov>

> Hi,
>  Did you build MPICH2 (make clean; configure/make/make install) after
> updating the Cygwin version?
>
> Regards,
> Jayesh
>
> ----- Original Message -----
> From: "謝奇哲" <991546107 at stu.nkmu.edu.tw>
> To: "Jayesh Krishna" <jayesh at mcs.anl.gov>
> Sent: Sunday, August 5, 2012 4:17:01 AM
> Subject: Re: Using g95 to compile mpich2 problem
>
> Hi,
> Thank you, Jayesh.
> I check the my Cygwin Information is CYGWIN_NT-5.1 980622-05
> 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin.
>
> So, I install the latest version on another computer.
> And then the Cygwin Information is CYGWIN_NT-5.1 PC03 1.7.16(0.262/5/3)
> 2012-07-20 22:55 i686 Cygwin.
>
> Now, I can use mpiexec running cpi. And I can use -n <number> equal or
> greater than 4.
>
> daizy at PC03 /cygdrive/c/cygwin/mpich2-1.4
> $ mpiexec -n 4 ./examples/cpi
> Process 0 of 4 is on PC03
> pi is approximately 3.1415926544231239, Error is 0.0000000008333307
> wall clock time = 0.000000
> Process 1 of 4 is on PC03
> Process 2 of 4 is on PC03
> Process 3 of 4 is on PC03
>
> daizy at PC03 /cygdrive/c/cygwin/mpich2-1.4
> $ mpiexec -n 5 ./examples/cpi
> Process 0 of 5 is on PC03
> pi is approximately 3.1415926544231230, Error is 0.0000000008333298
> wall clock time = 0.000000
> Process 1 of 5 is on PC03
> Process 2 of 5 is on PC03
> Process 3 of 5 is on PC03
> Process 4 of 5 is on PC03
>
> But when I use command make testing in mpich2-1.4/test file, I still got
> error messages (detail saves in testing.txt).
> Processing directory coll
> Looking in ./coll/testlist
> Unexpected output in allred: Fatal error in MPI_Init_thread: Other MPI
> error, error stack:
> Unexpected output in allred: MPIR_Init_thread(388).................:
> Unexpected output in allred: MPID_Init(139)........................:
> channel initialization failed
> Unexpected output in allred: MPIDI_CH3_Init(38)....................:
> Unexpected output in allred: MPID_nem_init(196)....................:
> Unexpected output in allred: MPIDI_CH3I_Seg_commit(366)............:
> Unexpected output in allred: MPIU_SHMW_Hnd_deserialize(324)........:
> Unexpected output in allred: MPIU_SHMW_Seg_open(863)...............:
> Unexpected output in allred: MPIU_SHMW_Seg_create_attach_templ(637): open
> failed - Device or resource busy
> Program allred exited without No Errors
>
> Processing directory info
> Looking in ./info/testlist
> Processing directory init
> Looking in ./init/testlist
> Processing directory pt2pt
> Looking in ./pt2pt/testlist
> Unexpected output in sendflood: Fatal error in MPI_Init: Other MPI error,
> error stack:
> Unexpected output in sendflood: MPIR_Init_thread(388).................:
> Unexpected output in sendflood: MPID_Init(139)........................:
> channel initialization failed
> Unexpected output in sendflood: MPIDI_CH3_Init(38)....................:
> Unexpected output in sendflood: MPID_nem_init(196)....................:
> Unexpected output in sendflood: MPIDI_CH3I_Seg_commit(369)............:
> Unexpected output in sendflood: MPIU_SHMW_Seg_attach(925).............:
> Unexpected output in sendflood: MPIU_SHMW_Seg_create_attach_templ(637):
> open failed - Permission denied
> Unexpected output in sendflood: [proxy:0:0 at PC03] HYDU_sock_read
> (./utils/sock/sock.c:272): read error (Software caused connection abort)
> Unexpected output in sendflood: [proxy:0:0 at PC03] pmi_cb
> (./pm/pmiserv/pmip_cb.c:228): unable to read PMI command
> Unexpected output in sendflood: [proxy:0:0 at PC03]
> HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback
> returned error status
> Unexpected output in sendflood: [proxy:0:0 at PC03] main
> (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
>
> Are these error messages related with single-node systems?
> Can you give me some advices to solve the problem?
>
> Best regards,
> Chi-Che Hsieh
>
> 2012/8/3 Jayesh Krishna < jayesh at mcs.anl.gov >
>
>
> Hi,
> This looks to me more like a Cygwin issue. What version of Cygwin do you
> have in your system (Have you installed the latest version?)?
>
>
> Regards,
> Jayesh
>
> ----- Original Message -----
> From: "謝奇哲" < 991546107 at stu.nkmu.edu.tw >
> To: "Jayesh Krishna" < jayesh at mcs.anl.gov >
>
>
> Sent: Friday, August 3, 2012 5:48:44 AM
> Subject: Re: Using g95 to compile mpich2 problem
>
> Hi,
> Thanks a lot, Jayesh.
> I can run /examples/cpi.exe using mpiexec.
> But when I use mpiexec -n <number> ./examples/cpi, If n is equal or
> greater than 4, it will produce error messages.
>
> User at 980622-05 /cygdrive/c/cygwin/mpich2-1.4
> $ mpiexec -n 1 ./examples/cpi
> Process 0 of 1 is on 980622-05
> pi is approximately 3.1415926544231341, Error is 0.0000000008333410
> wall clock time = 0.000000
>
> User at 980622-05 /cygdrive/c/cygwin/mpich2-1.4
> $ mpiexec -n 2 ./examples/cpi
> Process 0 of 2 is on 980622-05
> pi is approximately 3.1415926544231318, Error is 0.0000000008333387
> wall clock time = 0.000000
> Process 1 of 2 is on 980622-05
>
> User at 980622-05 /cygdrive/c/cygwin/mpich2-1.4
> $ mpiexec -n 4 ./examples/cpi
> Fatal error in MPI_Init: Other MPI error, error stack:
> MPIR_Init_thread(388).................:
> MPID_Init(139)........................: channel initialization failed
> MPIDI_CH3_Init(38)....................:
> MPID_nem_init(196)....................:
> MPIDI_CH3I_Seg_commit(366)............:
> MPIU_SHMW_Hnd_deserialize(324)........:
> MPIU_SHMW_Seg_open(863)...............:
> MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource
> busy
>
> Where having a installation error?
> Can you give me some advices to solve the problem?
>
> Best regards,
> Chi-Che Hsieh
>
>
> 2012/8/2 Jayesh Krishna < jayesh at mcs.anl.gov >
>
>
> Hi,
> Can you run any MPI programs (Can you run /examples/cpi.c?)?
>
>
> Regards,
> Jayesh
>
> ----- Original Message -----
> From: "謝奇哲" < 991546107 at stu.nkmu.edu.tw >
> To: "Jayesh Krishna" < jayesh at mcs.anl.gov >
>
>
> Sent: Thursday, August 2, 2012 7:43:27 AM
> Subject: Re: Using g95 to compile mpich2 problem
>
> Hi,
> Thank you,Jayesh.
> Before, I had trying to use default process manager (hydra).
>
> Using the command
> User at 980622-05 /cygdrive/c/cygwin/mpich2-1.4
> $./configure F77=g95 FC=g95 2>&1 | tee c.txt
> User at 980622-05 /cygdrive/c/cygwin/mpich2-1.4
> $make 2>&1 | tee m.txt
> User at 980622-05 /cygdrive/c/cygwin/mpich2-1.4
> $make install 2>&1 | tee mi.txt
> User at 980622-05 /cygdrive/c/cygwin/mpich2-1.4
> $export MPICH2_HOME=/cygdrive/c/cygwin/mpich2-1.4
> User at 980622-05 /cygdrive/c/cygwin/mpich2-1.4
> $export PATH=/cygdrive/c/cygwin/usr/local/bin:$PATH
> User at 980622-05 /cygdrive/c/cygwin/mpich2-1.4
> $export LD_LIBRARY_PATH=/cygdrive/c/cygwin/usr/local/lib:$LD_LIBRARY_PATH
>
>
> The MPICH2 installed to the default location /usr/local/
> And I could run the mpich2-1.4/examples/cpi
> But when I used command make testing in mpich2-1.4/test file, I got errors
> message (detail saved in testing.txt)
>
> Looking in ./coll/testlist
> Unexpected output in allred: Fatal error in MPI_Init_thread: Other MPI
> error, error stack:
> Unexpected output in allred: MPIR_Init_thread(388).................:
> Unexpected output in allred: MPID_Init(139)........................:
> channel initialization failed
> Unexpected output in allred: MPIDI_CH3_Init(38)....................:
> Unexpected output in allred: MPID_nem_init(196)....................:
> Unexpected output in allred: MPIDI_CH3I_Seg_commit(369)............:
> Unexpected output in allred: MPIU_SHMW_Seg_attach(925).............:
> Unexpected output in allred: MPIU_SHMW_Seg_create_attach_templ(637): open
> failed - No such file or directory
>
> Unexpected output in allred5: Fatal error in MPI_Init_thread: Other MPI
> error, error stack:
> Unexpected output in allred5: MPIR_Init_thread(388).................:
> Unexpected output in allred5: MPID_Init(139)........................:
> channel initialization failed
> Unexpected output in allred5: MPIDI_CH3_Init(38)....................:
> Unexpected output in allred5: MPID_nem_init(196)....................:
> Unexpected output in allred5: MPIDI_CH3I_Seg_commit(366)............:
> Unexpected output in allred5: MPIU_SHMW_Hnd_deserialize(324)........:
> Unexpected output in allred5: MPIU_SHMW_Seg_open(863)...............:
> Unexpected output in allred5: MPIU_SHMW_Seg_create_attach_templ(637): open
> failed - Device or resource busy
> Unexpected output in allred5: [proxy:0:0 at 980622-05] HYDU_sock_read
> (./utils/sock/sock.c:272): read error (Software caused connection abort)
> Unexpected output in allred5: [proxy:0:0 at 980622-05] pmi_cb
> (./pm/pmiserv/pmip_cb.c:228): unable to read PMI command
> Unexpected output in allred5: [proxy:0:0 at 980622-05]
> HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback
> returned error status
> Unexpected output in allred5: [proxy:0:0 at 980622-05] main
> (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
>
> Can you give me some advices to solve the problem?
> Thank you for your help
> Best regards,
> Chi-Che Hsieh
>
>
> 2012/8/1 Jayesh Krishna < jayesh at mcs.anl.gov >
>
>
> Hi,
> Does the default process manager (hydra) work for you? Hydra is the
> recommended process manager for MPICH2 (on Unix environments).
> Also see if you can compile and run <MPICH2-INSTALL-DIR>/examples/cpi.c .
>
> (PS: SMPD is not regularly tested on Cygwin environment)
> Regards,
> Jayesh
>
>
>
> ----- Original Message -----
> From: "謝奇哲" < 991546107 at stu.nkmu.edu.tw >
> To: "Jayesh Krishna" < jayesh at mcs.anl.gov >, mpich-discuss at mcs.anl.gov
> Cc: "謝奇哲" < 991546107 at stu.nkmu.edu.tw >
> Sent: Wednesday, August 1, 2012 4:04:45 AM
> Subject: Using g95 to compile mpich2 problem
>
> Hi,
>
> I'm sorry if I'm asking too many times.
>
> My case will need using mpi_init, so I install the MPICH2-1.4.
> I'm using WindosXP, Cygwin, g95 and single-node systems.
> What kind of options smpd or gforker is suitable for me?
>
> If I suitable use smpd.
> I tried using smpd before, and I could use smpd to run example cpi.
> But I'm in mpich2-1.4/test file make testing, I get different problems on
> two computers.
> 1)
> Looking in ./spawn/testlist
> Unexpected output in taskmaster: Fatal error in MPI_Init: Invalid port,
> error stack:
> Unexpected output in taskmaster: MPIR_Init_thread(388).............:
>
> Unexpected output in taskmaster: MPID_Init(264)....................:
> spawned process group was unable to connect back to the parent on port
> <tag=0 description=user001 port=2634 ifname=10.1.10.108 >
> Unexpected output in taskmaster: MPID_Comm_connect(191)............:
> Unexpected output in taskmaster: MPIDI_Comm_connect(546)...........: Named
> port tag=0 description=user001 port=2634 ifname=10.1.10.108 does not exist
> Unexpected output in taskmaster: MPIDI_Comm_connect(401)...........:
> Unexpected output in taskmaster: MPIC_Sendrecv(192)................:
> Unexpected output in taskmaster: MPIC_Wait(540)....................:
> Unexpected output in taskmaster: MPIDI_CH3I_Progress(402)..........:
> Unexpected output in taskmaster: MPID_nem_mpich2_blocking_recv(905):
> Unexpected output in taskmaster: MPID_nem_tcp_connpoll(1838).......:
> Unexpected output in taskmaster: state_c_tmpvcsent_handler(1264)...:
> Failure during connection protocol
> Unexpected output in taskmaster: recv_cmd_pkt(739).................: read
> from socket failed - Connection reset by peer
> Unexpected output in taskmaster:
> Unexpected output in taskmaster: job aborted:
> Unexpected output in taskmaster: rank: node: exit code[: error message]
> Unexpected output in taskmaster: 0: user001: 1: process 0 exited without
> calling finalize
> Unexpected output in taskmaster:
> Unexpected output in taskmaster: mpiexec terminated job due to 600 second
> timeout.
> Program taskmaster exited without No Errors
> Unexpected output in disconnect_reconnect: Fatal error in
> MPI_Comm_connect: Invalid port, error stack:
> Unexpected output in disconnect_reconnect: MPI_Comm_connect(127)..:
> MPI_Comm_connect(port="", MPI_INFO_NULL, root=0, MPI_COMM_WORLD,
> newcomm=0x22ac48) failed
> Unexpected output in disconnect_reconnect: MPID_Comm_connect(191).:
> Unexpected output in disconnect_reconnect: MPIDI_Comm_connect(412): Named
> port does not exist
> Unexpected output in disconnect_reconnect: Fatal error in
> MPI_Comm_connect: Invalid port, error stack:
> Unexpected output in disconnect_reconnect:
> MPI_Comm_connect(127).............: MPI_Comm_connect(port="tag=0
> description=user001 port=3378 ifname=10.1.10.108 ", MPI_INFO_NULL, root=0,
> MPI_COMM_WORLD, newcomm=0x22ac48) failed
> Unexpected output in disconnect_reconnect:
> MPID_Comm_connect(191)............:
> Unexpected output in disconnect_reconnect:
> MPIDI_Comm_connect(546)...........: Named port tag=0 description=user001
> port=3378 ifname=10.1.10.108 does not exist
> Unexpected output in disconnect_reconnect:
> MPIDI_Comm_connect(401)...........:
> Unexpected output in disconnect_reconnect:
> MPIC_Sendrecv(192)................:
> Unexpected output in disconnect_reconnect:
> MPIC_Wait(540)....................:
> Unexpected output in disconnect_reconnect:
> MPIDI_CH3I_Progress(402)..........:
> Unexpected output in disconnect_reconnect:
> MPID_nem_mpich2_blocking_recv(905):
> Unexpected output in disconnect_reconnect:
> MPID_nem_tcp_connpoll(1838).......:
> Unexpected output in disconnect_reconnect:
> state_c_tmpvcsent_handler(1264)...: Failure during connection protocol
> Unexpected output in disconnect_reconnect:
> recv_cmd_pkt(739).................: read from socket failed - Connection
> reset by peer
> Unexpected output in disconnect_reconnect: Fatal error in
> MPI_Comm_connect: Invalid port, error stack:
> Unexpected output in disconnect_reconnect: MPI_Comm_connect(127)..:
> MPI_Comm_connect(port="", MPI_INFO_NULL, root=0, MPI_COMM_WORLD,
> newcomm=0x22ac48) failed
> Unexpected output in disconnect_reconnect: MPID_Comm_connect(191).:
> Unexpected output in disconnect_reconnect: MPIDI_Comm_connect(412): Named
> port does not exist
> Unexpected output in disconnect_reconnect:
> Unexpected output in disconnect_reconnect: job aborted:
> Unexpected output in disconnect_reconnect: rank: node: exit code[: error
> message]
> Unexpected output in disconnect_reconnect: 0: user001: 1: process 0 exited
> without calling finalize
> Unexpected output in disconnect_reconnect: 1: user001: 1: process 1 exited
> without calling finalize
> Unexpected output in disconnect_reconnect: 2: user001: 1: process 2 exited
> without calling finalize
> Unexpected output in disconnect_reconnect:
> Unexpected output in disconnect_reconnect: mpiexec terminated job due to
> 180 second timeout.
> Program disconnect_reconnect exited without No Errors
>
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 2)
> Looking in ./attr/testlist
> Unexpected output in attric: Fatal error in MPI_Init_thread: Other MPI
> error, error stack:
> Unexpected output in attric: MPIR_Init_thread(388).................:
> Unexpected output in attric: MPID_Init(139)........................:
> channel initialization failed
> Unexpected output in attric: MPIDI_CH3_Init(38)....................:
> Unexpected output in attric: MPID_nem_init(196)....................:
> Unexpected output in attric: MPIDI_CH3I_Seg_commit(366)............:
> Unexpected output in attric: MPIU_SHMW_Hnd_deserialize(324)........:
> Unexpected output in attric: MPIU_SHMW_Seg_open(863)...............:
> Unexpected output in attric: MPIU_SHMW_Seg_create_attach_templ(637): open
> failed - Device or resource busy
> Unexpected output in attric: Fatal error in MPI_Init_thread: Other MPI
> error, error stack:
> Unexpected output in attric: MPIR_Init_thread(388).................:
> Unexpected output in attric: MPID_Init(139)........................:
> channel initialization failed
> Unexpected output in attric: MPIDI_CH3_Init(38)....................:
> Unexpected output in attric: MPID_nem_init(196)....................:
> Unexpected output in attric: MPIDI_CH3I_Seg_commit(369)............:
> Unexpected output in attric: MPIU_SHMW_Seg_attach(925).............:
> Unexpected output in attric: MPIU_SHMW_Seg_create_attach_templ(637): open
> failed - No such file or directory
> Unexpected output in attric: op_read error on left context: Error = -1
> Unexpected output in attric:
> Unexpected output in attric: unable to read the cmd header on the left
> context, Error = -1
> Unexpected output in attric: .
> Unexpected output in attric:
> Unexpected output in attric: mpiexec terminated job due to 180 second
> timeout.
> Program attric exited without No Errors
> The two computer are the same computer hardware. And I use the same method
> installing.
> Can you give me some advices to solve the problem?
>
> Best regards,
> Chi-Che Hsieh
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20120816/e33b816d/attachment-0001.html>
-------------- next part --------------
Configuring MPICH2 version 1.4.1p1 with  'F77=g95' 'FC=g95'
Running on system: CYGWIN_NT-5.1 PC03 1.7.16(0.262/5/3) 2012-07-20 22:55 i686 Cygwin
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
Executing mpich2prereq in /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3 with 
Executing mpich2prereq in /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis
configure: ===== configuring src/mpl =====
configure: executing: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/configure  'F77=g95' 'FC=g95' --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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
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/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
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... no
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: 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
configure: ===== done with src/mpl configure =====
configure: ===== configuring src/openpa =====
configure: executing: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/configure --with-atomic-primitives=auto_allow_emulation 'F77=g95' 'FC=g95' --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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
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/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
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... no
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... yes
checking if 100 threads can be run at once... yes
checking size of void *... 4
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: 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
configure: ===== done with src/openpa configure =====
sourcing /cygdrive/c/cygwin/mpich2-1.4.1p1/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 C compiler option -O2 works with an invalid prototype program... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking for type of weak symbol alias support... pragma weak accepted but does not work (probably creates two non-weak entries)
no
checking whether __attribute__ ((weak)) allowed... yes
checking whether __attribute__ ((weak_import)) allowed... yes
checking whether __attribute__((weak,alias(...))) allowed... no
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g95 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 g95... -v
checking for Fortran 77 libraries of g95...  -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1 -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/lib/gcc// -L/lib// -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/lib// -lf95 -lm -lws2_32 -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32
checking whether g95 accepts the FLIBS found by autoconf... yes
checking whether gcc links with FLIBS found by autoconf... yes
checking whether Fortran 77 and C objects are compatible... yes
checking for linker for Fortran main program... Use Fortran to link programs
checking for Fortran 77 name mangling... lower 2uscore
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for libraries to link Fortran main with C stdio routines... none
checking whether Fortran init will work with C... yes
checking whether we are using the GNU Fortran compiler... yes
checking whether g95 accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking whether the Fortran 90 compiler (g95    ) works... yes
checking whether the Fortran 90 compiler (g95    ) is a cross-compiler... no
checking whether Fortran 90 compiler works with Fortran 77 compiler... yes
checking whether Fortran 77 accepts ! for comments... yes
checking for include directory flag for Fortran... -I
checking for Fortran 77 flag for library directories... -L
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 g95 accepts -g... (cached) yes
checking whether the Fortran 90 compiler (g95    ) works... yes
checking whether the Fortran 90 compiler (g95    ) 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 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 . 5
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... no
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... /usr/bin/bash
checking whether /usr/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... four
checking for max C struct alignment of structs with doubles... eight
checking for max C struct floating point alignment with long doubles... four
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... 4
checking size of unsigned long... 4
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... 12
checking size of void *... 4
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking size of wchar_t... 2
checking size of float_int... 8
checking size of double_int... 16
checking size of long_int... 8
checking size of short_int... 8
checking size of two_int... 8
checking size of long_double_int... 16
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 stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking size of _Bool... 1
checking size of float _Complex... 8
checking size of double _Complex... 16
checking size of long double _Complex... 24
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... no
checking whether real*4 is supported... yes
checking whether real*8 is supported... yes
checking whether real*16 is supported... yes
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... yes
checking the minimum alignment of Fortran common block of 1 integers... 4
checking the minimum alignment of Fortran common block of 5 integers... 4, too small! reset to 32
checking for Fortran 90 integer kind for 4-byte integers... 4
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... 24
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... 56
checking for gcc __asm__ and pentium cmpxchgl instruction... yes
checking for gcc __asm__ and AMD x86_64 cmpxchgq instruction... no
checking for gcc __asm__ and IA64 xchg4 instruction... no
checking for ANSI C header files... (cached) yes
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... yes
checking endian.h presence... yes
checking for endian.h... yes
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... yes
checking for clock_getres... yes
checking for gethrtime... no
checking for mach_absolute_time... no
checking for gettimeofday... yes
checking for library containing clock_gettime... none required
checking for library containing clock_getres... none required
checking whether struct timespec is defined in time.h... yes
checking for CLOCK_REALTIME defined in time.h... yes
sourcing /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/setup_device
RUNNING SETUP_DEVICE FOR THE CH3 DEVICE
sourcing /cygdrive/c/cygwin/mpich2-1.4.1p1/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... yes
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... __thread
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... no
configure: ===== configuring src/mpid/ch3 =====
configure: executing: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/configure  'F77=g95' 'FC=g95' --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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... no
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: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/configure  'F77=g95' 'FC=g95' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
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
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: 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: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/configure  'F77=g95' 'FC=g95' --disable-option-checking
Configuring with args F77=g95 FC=g95 --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... i686
configure: WARNING: Unknown architecture ... proceeding anyway
ROMIO home directory is /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 g95 accepts -g... yes
checking for memalign... yes
checking Fortran external names
Fortran externals are lower case and have two trailing underscores
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for 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... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for 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... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking size of int... 4
checking size of void *... 4
checking for int large enough for pointers... yes
checking size of long long... 8
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... pragma weak
checking that weak symbols are visible to other files... no
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... no
checking for library containing pthread_create... none required
checking for library containing aio_write... (cached) no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking if aio.h exists and can be compiled... no
checking if sys/aio.h exists and can be compiled... no
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking whether struct statfs properly defined... yes
checking for f_fstypename member of statfs structure... no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stat... yes
checking for st_fstype member of stat structure... no
checking for sys/types.h... (cached) yes
checking for sys/statvfs.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for statvfs... yes
checking for f_basetype member of statvfs structure... no
checking for unistd.h... (cached) yes
checking for large file defines... 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
checking spi/kernel_interface.h usability... no
checking spi/kernel_interface.h presence... no
checking for spi/kernel_interface.h... no
checking for Kernel_GetMemorySize... no
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 g95
setting TEST_CC to /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc
setting TEST_F77 to /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77
setting CFLAGS to    -O2  -DFORTRANDOUBLEUNDERSCORE -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: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pmi/simple/configure  'F77=g95' 'FC=g95' --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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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
configure: ===== done with src/pmi/simple configure =====
configure: ===== configuring src/pm/hydra =====
configure: executing: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra/configure  'F77=g95' 'FC=g95' --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... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 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 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 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... 4
checking for size_t... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
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/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
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... /usr/bin/doxygen
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... yes
configure: WARNING: winsock2.h: present but cannot be compiled
configure: WARNING: winsock2.h:     check for missing prerequisite headers?
configure: WARNING: winsock2.h: see the Autoconf documentation
configure: WARNING: winsock2.h:     section "Present But Cannot Be Compiled"
configure: WARNING: winsock2.h: proceeding with the preprocessor's result
configure: WARNING: winsock2.h: in the future, the compiler will take precedence
checking for winsock2.h... yes
checking windows.h usability... yes
checking windows.h presence... yes
checking for windows.h... yes
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 inet_ntop... yes
checking for environ in unistd.h... yes
checking bootstrap server... user,ssh,rsh,fork,slurm,ll,lsf,sge,pbs,manual,persist
checking tm.h usability... no
checking tm.h presence... no
checking for tm.h... no
checking for tm_init in -ltorque... no
checking process manager... pmiserv
checking user interface... mpich
checking desired processor topology libraries... hwloc,plpa
configure: ===== configuring tools/topo/hwloc/hwloc =====
configure: executing: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra/tools/topo/hwloc/hwloc/configure --enable-embedded-mode 'F77=g95' 'FC=g95' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2 ' 'LDFLAGS=' 'LDFLAGS= ' 'LIBS=' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' --disable-option-checking

###
### Configuring hwloc distribution tarball
### Startup tests
###
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
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... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for hwloc version... 1.2.1rc2-1
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes

###
### Configuring hwloc core
###
checking hwloc building mode... embedded
configure: hwloc builddir: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra/tools/topo/hwloc/hwloc
configure: hwloc srcdir: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra/tools/topo/hwloc/hwloc
checking if want hwloc maintainer support... disabled (embedded mode)
checking for hwloc directory prefix... (none)
checking for hwloc symbol prefix... hwloc_
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 *... 4
checking which OS support to include... Windows
checking which CPU support to include... x86_32
checking size of unsigned long... 4
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)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... no
checking for __attribute__(hot)... yes
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)... no
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking whether to enable visibility... no (disabled)
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... yes
checking windows.h usability... yes
checking windows.h presence... yes
checking for windows.h... yes
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... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... no
checking for sysctl... no
checking for sysctlbyname... no
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... no
checking for lib... /cygdrive/c/program files/microsoft visual studio/vc98/bin/lib
checking for bash... /usr/bin/sh
checking for ffs... yes
checking whether function ffs is declared... yes
checking for ffsl... no
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
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... yes
checking for xmlNewDoc... yes
checking for final XML support... yes
checking for cpuid... yes
checking for X... libraries , 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/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for as... as
checking for dlltool... dlltool
checking for objdump... (cached) objdump
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
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/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
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/autogen/config.h
config.status: creating include/hwloc/autogen/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: ===== done with tools/topo/hwloc/hwloc configure =====
configure: ===== configuring tools/topo/plpa/plpa =====
configure: executing: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra/tools/topo/plpa/plpa/configure --enable-included-mode 'F77=g95' 'FC=g95' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2 ' 'LDFLAGS=' 'LDFLAGS= ' 'LIBS=' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' --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... gawk
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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... no
configure: error: Cannot continue
configure: ===== done with tools/topo/plpa/plpa configure =====
checking available processor topology libraries... 
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_key_create in -lpthread... yes
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 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: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/configure  'F77=g95' 'FC=g95' --disable-option-checking
Configuring MPE Profiling System with  'F77=g95' 'FC=g95' '--disable-option-checking' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2
checking gnumake... yes using --no-print-directory
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 ... none 
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 ... /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc 
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g95 accepts -g... yes
checking whether MPI_F77 has been set ... /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77 
checking how to get verbose linking output from g95... -v
checking for Fortran 77 libraries of g95...  -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1 -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/lib/gcc// -L/lib// -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/lib// -lpthread -lf95 -lm -lws2_32 -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32
checking whether g95 accepts the FLIBS found by autoconf... yes
checking whether C can link with  -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1 -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/lib/gcc// -L/lib// -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/lib// -lpthread -lf95 -lm -lws2_32 -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32... 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 doubleunderscore
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/misc)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Miscellaneous Library with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/misc
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... yes
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... yes
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/callstack)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE CallStack Library with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/callstack
checking gnumake... yes using --no-print-directory
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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking ucontext.h usability... no
checking ucontext.h presence... no
checking for ucontext.h... 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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/logging)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Logging Library and Tools with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/logging
checking gnumake... yes using --no-print-directory
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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 *... 4
checking for address-sized integer ... CLOG_int32_t
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
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() ... yes
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/wrappers)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Wrapper Libraries For MPI with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/wrappers
checking gnumake... yes using --no-print-directory
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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... i686-pc-cygwin
checking host system type... i686-pc-cygwin
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/graphics)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE X Graphics Library with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/graphics
checking gnumake... yes using --no-print-directory
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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 , 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 *... 4
checking for long pointer... no
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/collchk)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Collective and Datatype Checking Library with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/collchk
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/slog2sdk)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/slog2sdk
Configuring SLOG2SDK with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking gnumake... yes using --no-print-directory
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... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for java in user's PATH... found /cygdrive/c/WINDOWS/java
checking if /cygdrive/c/WINDOWS/java runs simple java class... no
checking for java in user's PATH... not found
configure: WARNING:  No Java Virtual Machine can be found anywhere! 
MPE2:  "src/misc" "src/callstack" "src/logging" "src/wrappers" "src/graphics" "src/collchk" have been configured
configure: ===== done with src/mpe2 configure =====
checking size of OPA_ptr_t... 4
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
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 g95 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 g95 accepts -g... yes
checking how to get verbose linking output from g95... -v
checking for Fortran 77 libraries of g95...  -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1 -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/lib/gcc// -L/lib// -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/lib// -lpthread -lf95 -lm -lws2_32 -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32
checking for linker for Fortran main program... Use Fortran to link programs
checking for Fortran 77 name mangling... lower 2uscore
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: 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/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/mpix/Makefile
config.status: creating src/mpix/comm/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: 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
=== configuring in test/mpi (/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' --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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc accepts -g... yes
checking for /cygdrive/c/cygwin/mpich2-1.4.1p1/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 for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
checking how to run the C preprocessor... /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -E
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... yes
checking for pthread_barrier_init... no
checking for pthread_barrier_wait... no
checking whether struct hostent contains h_addr_list... yes
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 /cygdrive/c/cygwin/mpich2-1.4.1p1/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... no
checking how to get verbose linking output from /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77... -v
checking for Fortran 77 libraries of /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77...  -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1 -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/lib/gcc// -L/lib// -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/lib// -lf95 -lm -lws2_32 -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32
checking for Fortran 77 name mangling... lower 2uscore
checking for Fortran libraries needed for getarg... none needed
checking whether Fortran 77 supports Cray-style pointer... no
checking whether we are using the GNU Fortran compiler... yes
checking whether /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif90 accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking whether the Fortran 90 compiler (/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif90  -nativelinking  ) works... yes
checking whether the Fortran 90 compiler (/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif90  -nativelinking  ) is a cross-compiler... no
checking for Fortran flag needed to allow free-form source... none
checking whether Fortran 90 supports Cray-style pointer... no
checking whether we are using the GNU C++ compiler... yes
checking whether /cygdrive/c/cygwin/mpich2-1.4.1p1/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 *... 4
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of short... 2
checking for C integer type of address size... int
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: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default-3 commands
Configuration completed.
Configuring MPICH2 version 1.4.1p1 with  'F77=g95' 'FC=g95'
Running on system: CYGWIN_NT-5.1 PC03 1.7.16(0.262/5/3) 2012-07-20 22:55 i686 Cygwin
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
Executing mpich2prereq in /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3 with 
Executing mpich2prereq in /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis
configure: ===== configuring src/mpl =====
configure: executing: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/configure  'F77=g95' 'FC=g95' --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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
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/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
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... no
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: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/configure --with-atomic-primitives=auto_allow_emulation 'F77=g95' 'FC=g95' --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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
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/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
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... no
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... yes
checking if 100 threads can be run at once... yes
checking size of void *... 4
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 /cygdrive/c/cygwin/mpich2-1.4.1p1/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 C compiler option -O2 works with an invalid prototype program... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking for type of weak symbol alias support... pragma weak accepted but does not work (probably creates two non-weak entries)
no
checking whether __attribute__ ((weak)) allowed... yes
checking whether __attribute__ ((weak_import)) allowed... yes
checking whether __attribute__((weak,alias(...))) allowed... no
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g95 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 g95... -v
checking for Fortran 77 libraries of g95...  -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1 -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/lib/gcc// -L/lib// -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/lib// -lf95 -lm -lws2_32 -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32
checking whether g95 accepts the FLIBS found by autoconf... yes
checking whether gcc links with FLIBS found by autoconf... yes
checking whether Fortran 77 and C objects are compatible... yes
checking for linker for Fortran main program... Use Fortran to link programs
checking for Fortran 77 name mangling... lower 2uscore
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for libraries to link Fortran main with C stdio routines... none
checking whether Fortran init will work with C... yes
checking whether we are using the GNU Fortran compiler... yes
checking whether g95 accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking whether the Fortran 90 compiler (g95    ) works... yes
checking whether the Fortran 90 compiler (g95    ) is a cross-compiler... no
checking whether Fortran 90 compiler works with Fortran 77 compiler... yes
checking whether Fortran 77 accepts ! for comments... yes
checking for include directory flag for Fortran... -I
checking for Fortran 77 flag for library directories... -L
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 g95 accepts -g... (cached) yes
checking whether the Fortran 90 compiler (g95    ) works... yes
checking whether the Fortran 90 compiler (g95    ) 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 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 . 5
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... no
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... /usr/bin/bash
checking whether /usr/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... four
checking for max C struct alignment of structs with doubles... eight
checking for max C struct floating point alignment with long doubles... four
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... 4
checking size of unsigned long... 4
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... 12
checking size of void *... 4
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking size of wchar_t... 2
checking size of float_int... 8
checking size of double_int... 16
checking size of long_int... 8
checking size of short_int... 8
checking size of two_int... 8
checking size of long_double_int... 16
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 stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking size of _Bool... 1
checking size of float _Complex... 8
checking size of double _Complex... 16
checking size of long double _Complex... 24
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... no
checking whether real*4 is supported... yes
checking whether real*8 is supported... yes
checking whether real*16 is supported... yes
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... yes
checking the minimum alignment of Fortran common block of 1 integers... 4
checking the minimum alignment of Fortran common block of 5 integers... 4, too small! reset to 32
checking for Fortran 90 integer kind for 4-byte integers... 4
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... 24
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... 56
checking for gcc __asm__ and pentium cmpxchgl instruction... yes
checking for gcc __asm__ and AMD x86_64 cmpxchgq instruction... no
checking for gcc __asm__ and IA64 xchg4 instruction... no
checking for ANSI C header files... (cached) yes
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... yes
checking endian.h presence... yes
checking for endian.h... yes
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... yes
checking for clock_getres... yes
checking for gethrtime... no
checking for mach_absolute_time... no
checking for gettimeofday... yes
checking for library containing clock_gettime... none required
checking for library containing clock_getres... none required
checking whether struct timespec is defined in time.h... yes
checking for CLOCK_REALTIME defined in time.h... yes
sourcing /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/setup_device
RUNNING SETUP_DEVICE FOR THE CH3 DEVICE
sourcing /cygdrive/c/cygwin/mpich2-1.4.1p1/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... yes
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... __thread
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... no
configure: ===== configuring src/mpid/ch3 =====
configure: executing: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/configure  'F77=g95' 'FC=g95' --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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... no
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: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/configure  'F77=g95' 'FC=g95' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
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: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/configure  'F77=g95' 'FC=g95' --disable-option-checking
Configuring with args F77=g95 FC=g95 --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... i686
configure: WARNING: Unknown architecture ... proceeding anyway
ROMIO home directory is /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 g95 accepts -g... yes
checking for memalign... yes
checking Fortran external names
Fortran externals are lower case and have two trailing underscores
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for 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... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for 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... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking size of int... 4
checking size of void *... 4
checking for int large enough for pointers... yes
checking size of long long... 8
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... pragma weak
checking that weak symbols are visible to other files... no
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... no
checking for library containing pthread_create... none required
checking for library containing aio_write... (cached) no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking if aio.h exists and can be compiled... no
checking if sys/aio.h exists and can be compiled... no
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking whether struct statfs properly defined... yes
checking for f_fstypename member of statfs structure... no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stat... yes
checking for st_fstype member of stat structure... no
checking for sys/types.h... (cached) yes
checking for sys/statvfs.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for statvfs... yes
checking for f_basetype member of statvfs structure... no
checking for unistd.h... (cached) yes
checking for large file defines... 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
checking spi/kernel_interface.h usability... no
checking spi/kernel_interface.h presence... no
checking for spi/kernel_interface.h... no
checking for Kernel_GetMemorySize... no
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 g95
setting TEST_CC to /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc
setting TEST_F77 to /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77
setting CFLAGS to    -O2  -DFORTRANDOUBLEUNDERSCORE -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: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pmi/simple/configure  'F77=g95' 'FC=g95' --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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra/configure  'F77=g95' 'FC=g95' --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... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 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 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 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... 4
checking for size_t... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
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/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
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... /usr/bin/doxygen
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... yes
configure: WARNING: winsock2.h: present but cannot be compiled
configure: WARNING: winsock2.h:     check for missing prerequisite headers?
configure: WARNING: winsock2.h: see the Autoconf documentation
configure: WARNING: winsock2.h:     section "Present But Cannot Be Compiled"
configure: WARNING: winsock2.h: proceeding with the preprocessor's result
configure: WARNING: winsock2.h: in the future, the compiler will take precedence
checking for winsock2.h... yes
checking windows.h usability... yes
checking windows.h presence... yes
checking for windows.h... yes
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 inet_ntop... yes
checking for environ in unistd.h... yes
checking bootstrap server... user,ssh,rsh,fork,slurm,ll,lsf,sge,pbs,manual,persist
checking tm.h usability... no
checking tm.h presence... no
checking for tm.h... no
checking for tm_init in -ltorque... no
checking process manager... pmiserv
checking user interface... mpich
checking desired processor topology libraries... hwloc,plpa
configure: ===== configuring tools/topo/hwloc/hwloc =====
configure: executing: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra/tools/topo/hwloc/hwloc/configure --enable-embedded-mode 'F77=g95' 'FC=g95' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2 ' 'LDFLAGS=' 'LDFLAGS= ' 'LIBS=' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' --disable-option-checking

###
### Configuring hwloc distribution tarball
### Startup tests
###
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
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... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for hwloc version... 1.2.1rc2-1
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes

###
### Configuring hwloc core
###
checking hwloc building mode... embedded
configure: hwloc builddir: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra/tools/topo/hwloc/hwloc
configure: hwloc srcdir: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra/tools/topo/hwloc/hwloc
checking if want hwloc maintainer support... disabled (embedded mode)
checking for hwloc directory prefix... (none)
checking for hwloc symbol prefix... hwloc_
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 *... 4
checking which OS support to include... Windows
checking which CPU support to include... x86_32
checking size of unsigned long... 4
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)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... no
checking for __attribute__(hot)... yes
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)... no
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking whether to enable visibility... no (disabled)
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... yes
checking windows.h usability... yes
checking windows.h presence... yes
checking for windows.h... yes
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... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... no
checking for sysctl... no
checking for sysctlbyname... no
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... no
checking for lib... /cygdrive/c/program files/microsoft visual studio/vc98/bin/lib
checking for bash... /usr/bin/sh
checking for ffs... yes
checking whether function ffs is declared... yes
checking for ffsl... no
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
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... yes
checking for xmlNewDoc... yes
checking for final XML support... yes
checking for cpuid... yes
checking for X... libraries , 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/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for as... as
checking for dlltool... dlltool
checking for objdump... (cached) objdump
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
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/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
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/autogen/config.h
config.status: include/private/autogen/config.h is unchanged
config.status: creating include/hwloc/autogen/config.h
config.status: include/hwloc/autogen/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
configure: ===== done with tools/topo/hwloc/hwloc configure =====
configure: ===== configuring tools/topo/plpa/plpa =====
configure: executing: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra/tools/topo/plpa/plpa/configure --enable-included-mode 'F77=g95' 'FC=g95' '--disable-option-checking' 'CC=gcc' 'CFLAGS=   -O2 ' 'LDFLAGS=' 'LDFLAGS= ' 'LIBS=' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' --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... gawk
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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... no
configure: error: Cannot continue
configure: ===== done with tools/topo/plpa/plpa configure =====
checking available processor topology libraries... 
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_key_create in -lpthread... yes
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 hydra-doxygen.cfg
config.status: creating include/hydra_config.h
config.status: include/hydra_config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
configure: ===== done with src/pm/hydra configure =====
configure: ===== configuring src/mpe2 =====
configure: executing: /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/configure  'F77=g95' 'FC=g95' --disable-option-checking
Configuring MPE Profiling System with  'F77=g95' 'FC=g95' '--disable-option-checking' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2
checking gnumake... yes using --no-print-directory
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" cleaned 
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 ... /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc 
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g95 accepts -g... yes
checking whether MPI_F77 has been set ... /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77 
checking how to get verbose linking output from g95... -v
checking for Fortran 77 libraries of g95...  -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1 -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/lib/gcc// -L/lib// -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/lib// -lpthread -lf95 -lm -lws2_32 -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32
checking whether g95 accepts the FLIBS found by autoconf... yes
checking whether C can link with  -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1 -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/lib/gcc// -L/lib// -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/lib// -lpthread -lf95 -lm -lws2_32 -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32... 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 doubleunderscore
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/misc)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Miscellaneous Library with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/misc
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... yes
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... yes
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/callstack)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE CallStack Library with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/callstack
checking gnumake... yes using --no-print-directory
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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking ucontext.h usability... no
checking ucontext.h presence... no
checking for ucontext.h... 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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/logging)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Logging Library and Tools with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/logging
checking gnumake... yes using --no-print-directory
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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 *... 4
checking for address-sized integer ... CLOG_int32_t
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
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() ... yes
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/wrappers)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Wrapper Libraries For MPI with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/wrappers
checking gnumake... yes using --no-print-directory
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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... i686-pc-cygwin
checking host system type... i686-pc-cygwin
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/graphics)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE X Graphics Library with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/graphics
checking gnumake... yes using --no-print-directory
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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 , 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 *... 4
checking for long pointer... no
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/collchk)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
Configuring MPE Collective and Datatype Checking Library with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/collchk
checking gnumake... yes using --no-print-directory
checking BSD 4.4 make... no - whew
checking OSF V3 make... no
checking for virtual path format... VPATH
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 (/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/slog2sdk)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
checking for current directory name... /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/src/slog2sdk
Configuring SLOG2SDK with  '--disable-option-checking' '--prefix=/usr/local' 'F77=g95' 'FC=g95' 'MPI_CC=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc' 'MPI_F77=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77' 'CC=gcc' 'CFLAGS=   -O2' 'LDFLAGS= ' 'LIBS=-lpthread  ' 'CPPFLAGS= -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers' 'FFLAGS=  -O2' '--cache-file=/dev/null' '--srcdir=.'
checking gnumake... yes using --no-print-directory
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... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for java in user's PATH... found /cygdrive/c/WINDOWS/java
checking if /cygdrive/c/WINDOWS/java runs simple java class... no
checking for java in user's PATH... not found
configure: WARNING:  No Java Virtual Machine can be found anywhere! 
MPE2:  "src/misc" "src/callstack" "src/logging" "src/wrappers" "src/graphics" "src/collchk" have been configured
configure: ===== done with src/mpe2 configure =====
checking size of OPA_ptr_t... 4
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
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 g95 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 g95 accepts -g... yes
checking how to get verbose linking output from g95... -v
checking for Fortran 77 libraries of g95...  -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1 -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/lib/gcc// -L/lib// -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/lib// -lpthread -lf95 -lm -lws2_32 -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32
checking for linker for Fortran main program... Use Fortran to link programs
checking for Fortran 77 name mangling... lower 2uscore
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: 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/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/mpix/Makefile
config.status: creating src/mpix/comm/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
=== configuring in test/mpi (/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'F77=g95' 'FC=g95' --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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc accepts -g... yes
checking for /cygdrive/c/cygwin/mpich2-1.4.1p1/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 for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
checking how to run the C preprocessor... /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -E
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... yes
checking for pthread_barrier_init... no
checking for pthread_barrier_wait... no
checking whether struct hostent contains h_addr_list... yes
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 /cygdrive/c/cygwin/mpich2-1.4.1p1/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... no
checking how to get verbose linking output from /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77... -v
checking for Fortran 77 libraries of /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77...  -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1 -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/ -L/usr/lib/gcc// -L/lib// -L/usr/local/bin/../lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/local/lib/gcc-lib/i686-pc-cygwin/4.1.1/// -L/usr/lib// -lf95 -lm -lws2_32 -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32
checking for Fortran 77 name mangling... lower 2uscore
checking for Fortran libraries needed for getarg... none needed
checking whether Fortran 77 supports Cray-style pointer... no
checking whether we are using the GNU Fortran compiler... yes
checking whether /cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif90 accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking whether the Fortran 90 compiler (/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif90  -nativelinking  ) works... yes
checking whether the Fortran 90 compiler (/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif90  -nativelinking  ) is a cross-compiler... no
checking for Fortran flag needed to allow free-form source... none
checking whether Fortran 90 supports Cray-style pointer... no
checking whether we are using the GNU C++ compiler... yes
checking whether /cygdrive/c/cygwin/mpich2-1.4.1p1/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 *... 4
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of short... 2
checking for C integer type of address size... int
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 --------------
A non-text attachment was scrubbed...
Name: config.log
Type: application/octet-stream
Size: 348730 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20120816/e33b816d/attachment-0001.obj>
-------------- next part --------------
Beginning make
Using variables CC='gcc' CFLAGS='   -O2' LDFLAGS=' ' F77='g95' FFLAGS='  -O2' FC='g95' FCFLAGS='  -O2' CXX='c++' CXXFLAGS='  -O2' AR='ar' CPP='gcc -E' CPPFLAGS=' -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers'
make all-local
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1'
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1'
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
  CC     mplstr.lo
  CC     mpltrmem.lo
  CC     mplenv.lo
  CCLD   libmpl.la
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
Making all in src
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
make  all-am
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
/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 -o opa_primitives.o
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 -o opa_queue.o
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/lib opa_primitives.lo opa_queue.lo  -lpthread 
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
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" )
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
Making all in test
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/test'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/test'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common'
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype'
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype/dataloop'
  CC              dataloop.c
  CC              segment.c
  CC              segment_packunpack.c
  CC              segment_flatten.c
  CC              segment_count.c
  CC              dataloop_create.c
  CC              dataloop_create_contig.c
  CC              dataloop_create_vector.c
  CC              dataloop_create_blockindexed.c
  CC              dataloop_create_indexed.c
  CC              dataloop_create_struct.c
  CC              dataloop_create_pairtype.c
  CC              subarray_support.c
  CC              darray_support.c
  AR cr ../../../../../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          libmpich.a
date > .libstamp0
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype/dataloop'
make all-local
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype'
  CC              mpid_type_debug.c
  CC              mpid_segment.c
  CC              mpid_ext32_segment.c
  CC              mpid_ext32_datatype.c
  CC              mpid_type_dup.c
  CC              mpir_type_get_contig_blocks.c
  CC              mpir_type_flatten.c
  CC              mpid_type_commit.c
  CC              mpid_type_zerolen.c
  CC              mpid_type_vector.c
  CC              mpid_type_contiguous.c
  CC              mpid_type_create_resized.c
  CC              mpid_type_blockindexed.c
  CC              mpid_type_indexed.c
  CC              mpid_type_struct.c
  CC              mpid_type_get_envelope.c
  CC              mpid_datatype_free.c
  CC              mpid_datatype_contents.c
  CC              mpid_type_get_contents.c
  CC              mpid_type_create_pairtype.c
  CC              mpid_contents_support.c
  AR cr ../../../../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          libmpich.a
date > .libstamp0
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype'
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3'
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels'
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis'
make[6]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis'
make[7]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/src'
  CC              mpid_nem_alloc.c
  CC              mpid_nem_init.c
  CC              mpid_nem_queue.c
  CC              mpid_nem_barrier.c
  CC              mpid_nem_mpich2.c
  CC              mpid_nem_ckpt.c
  CC              mpid_nem_finalize.c
  CC              mpid_nem_network_poll.c
  CC              mpid_nem_network.c
  CC              mpid_nem_debug.c
  CC              mpid_nem_lmt.c
  CC              mpid_nem_lmt_shm.c
  CC              mpid_nem_net_array.c
  CC              mpid_nem_lmt_dma.c
  CC              mpid_nem_lmt_vmsplice.c
  AR cr ../../../../../../../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          libmpich.a
date > .libstamp0
make[7]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/src'
make[7]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/netmod'
make[8]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/netmod/tcp'
  CC              tcp_finalize.c
  CC              tcp_init.c
  CC              tcp_send.c
  CC              tcp_utility.c
  CC              socksm.c
  CC              tcp_getip.c
  CC              tcp_ckpt.c
  AR cr ../../../../../../../../lib/libmpich.a tcp_finalize.o tcp_init.o tcp_send.o tcp_utility.o socksm.o tcp_getip.o tcp_ckpt.o
  RANLIB          libmpich.a
date > .libstamp0
make[8]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/netmod/tcp'
make[7]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/netmod'
make[7]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils'
make[8]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor'
  CC              papi_defs.c
  AR cr ../../../../../../../../lib/libmpich.a papi_defs.o
  RANLIB          libmpich.a
date > .libstamp0
make[8]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor'
make[8]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/replacements'
  CC              mkstemp.c
  AR cr ../../../../../../../../lib/libmpich.a mkstemp.o
  RANLIB          libmpich.a
date > .libstamp0
make[8]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/replacements'
make[7]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils'
make[6]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis'
make[6]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/src'
  CC              ch3_finalize.c
  CC              ch3_init.c
  CC              ch3_isend.c
  CC              ch3_isendv.c
  CC              ch3_istartmsg.c
  CC              ch3_istartmsgv.c
  CC              ch3_progress.c
  CC              ch3_abort.c
  CC              ch3i_comm.c
  CC              ch3i_eagernoncontig.c
  AR cr ../../../../../../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          libmpich.a
date > .libstamp0
make[6]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/src'
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis'
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels'
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/src'
  CC              ch3u_buffer.c
  CC              ch3u_comm_spawn_multiple.c
  CC              ch3u_handle_connection.c
  CC              ch3u_handle_recv_pkt.c
  CC              ch3u_handle_recv_req.c
  CC              ch3u_handle_send_req.c
  CC              ch3u_port.c
  CC              ch3u_recvq.c
  CC              ch3u_request.c
  CC              ch3u_rma_ops.c
  CC              ch3u_rma_sync.c
  CC              ch3u_rndv.c
  CC              ch3u_eager.c
  CC              ch3u_eagersync.c
  CC              mpid_abort.c
  CC              mpid_cancel_recv.c
  CC              mpid_cancel_send.c
  CC              mpid_comm_disconnect.c
  CC              mpid_comm_spawn_multiple.c
  CC              mpid_finalize.c
  CC              mpid_get_universe_size.c
  CC              mpid_getpname.c
  CC              mpid_init.c
  CC              mpid_iprobe.c
  CC              mpid_irecv.c
  CC              mpid_irsend.c
  CC              mpid_isend.c
  CC              mpid_issend.c
  CC              mpid_port.c
  CC              mpid_probe.c
  CC              mpid_recv.c
  CC              mpid_rsend.c
  CC              mpid_send.c
  CC              mpid_ssend.c
  CC              mpid_startall.c
  CC              mpid_vc.c
  CC              mpid_rma.c
  CC              mpidi_isend_self.c
  CC              mpidi_pg.c
  CC              mpidi_printf.c
  AR cr ../../../../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          libmpich.a
date > .libstamp0
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/src'
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/util'
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/util'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/attr'
  CC              attr_delete.c
  CC              attr_get.c
  CC              attr_put.c
  CC              comm_create_keyval.c
  CC              comm_delete_attr.c
  CC              comm_free_keyval.c
  CC              comm_get_attr.c
  CC              comm_set_attr.c
  CC              keyval_create.c
  CC              keyval_free.c
  CC              type_create_keyval.c
  CC              type_delete_attr.c
  CC              type_free_keyval.c
  CC              type_get_attr.c
  CC              type_set_attr.c
  CC              win_create_keyval.c
  CC              win_delete_attr.c
  CC              win_free_keyval.c
  CC              win_get_attr.c
  CC              win_set_attr.c
  CC              attrutil.c
  CC              dup_fn.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/attr'
  CC             -D<profiling> ./attr_delete.c
  CC             -D<profiling> ./attr_get.c
  CC             -D<profiling> ./attr_put.c
  CC             -D<profiling> ./comm_create_keyval.c
  CC             -D<profiling> ./comm_delete_attr.c
  CC             -D<profiling> ./comm_free_keyval.c
  CC             -D<profiling> ./comm_get_attr.c
  CC             -D<profiling> ./comm_set_attr.c
  CC             -D<profiling> ./keyval_create.c
  CC             -D<profiling> ./keyval_free.c
  CC             -D<profiling> ./type_create_keyval.c
  CC             -D<profiling> ./type_delete_attr.c
  CC             -D<profiling> ./type_free_keyval.c
  CC             -D<profiling> ./type_get_attr.c
  CC             -D<profiling> ./type_set_attr.c
  CC             -D<profiling> ./win_create_keyval.c
  CC             -D<profiling> ./win_delete_attr.c
  CC             -D<profiling> ./win_free_keyval.c
  CC             -D<profiling> ./win_get_attr.c
  CC             -D<profiling> ./win_set_attr.c
  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          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/attr'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/attr'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/coll'
  CC              allreduce.c
  CC              barrier.c
  CC              op_create.c
  CC              op_free.c
  CC              bcast.c
  CC              alltoall.c
  CC              alltoallv.c
  CC              reduce.c
  CC              scatter.c
  CC              gather.c
  CC              scatterv.c
  CC              gatherv.c
  CC              scan.c
  CC              exscan.c
  CC              allgather.c
  CC              allgatherv.c
  CC              red_scat.c
  CC              alltoallw.c
  CC              reduce_local.c
  CC              op_commutative.c
  CC              red_scat_block.c
  CC              helper_fns.c
  CC              opsum.c
  CC              opmax.c
  CC              opmin.c
  CC              opband.c
  CC              opbor.c
  CC              opbxor.c
  CC              opland.c
  CC              oplor.c
  CC              oplxor.c
  CC              opprod.c
  CC              opminloc.c
  CC              opmaxloc.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/coll'
  CC             -D<profiling> ./allreduce.c
  CC             -D<profiling> ./barrier.c
  CC             -D<profiling> ./op_create.c
  CC             -D<profiling> ./op_free.c
  CC             -D<profiling> ./bcast.c
  CC             -D<profiling> ./alltoall.c
  CC             -D<profiling> ./alltoallv.c
  CC             -D<profiling> ./reduce.c
  CC             -D<profiling> ./scatter.c
  CC             -D<profiling> ./gather.c
  CC             -D<profiling> ./scatterv.c
  CC             -D<profiling> ./gatherv.c
  CC             -D<profiling> ./scan.c
  CC             -D<profiling> ./exscan.c
  CC             -D<profiling> ./allgather.c
  CC             -D<profiling> ./allgatherv.c
  CC             -D<profiling> ./red_scat.c
  CC             -D<profiling> ./alltoallw.c
  CC             -D<profiling> ./reduce_local.c
  CC             -D<profiling> ./op_commutative.c
  CC             -D<profiling> ./red_scat_block.c
  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          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/coll'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/coll'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/comm'
  CC              comm_compare.c
  CC              comm_create.c
  CC              comm_dup.c
  CC              comm_free.c
  CC              comm_get_name.c
  CC              comm_group.c
  CC              comm_rank.c
  CC              comm_size.c
  CC              comm_remote_group.c
  CC              comm_remote_size.c
  CC              comm_set_name.c
  CC              comm_split.c
  CC              comm_test_inter.c
  CC              intercomm_create.c
  CC              intercomm_merge.c
  CC              commutil.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/comm'
  CC             -D<profiling> ./comm_compare.c
  CC             -D<profiling> ./comm_create.c
  CC             -D<profiling> ./comm_dup.c
  CC             -D<profiling> ./comm_free.c
  CC             -D<profiling> ./comm_get_name.c
  CC             -D<profiling> ./comm_group.c
  CC             -D<profiling> ./comm_rank.c
  CC             -D<profiling> ./comm_size.c
  CC             -D<profiling> ./comm_remote_group.c
  CC             -D<profiling> ./comm_remote_size.c
  CC             -D<profiling> ./comm_set_name.c
  CC             -D<profiling> ./comm_split.c
  CC             -D<profiling> ./comm_test_inter.c
  CC             -D<profiling> ./intercomm_create.c
  CC             -D<profiling> ./intercomm_merge.c
  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          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/comm'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/comm'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/datatype'
  CC              address.c
  CC              get_address.c
  CC              get_count.c
  CC              get_elements.c
  CC              pack.c
  CC              unpack.c
  CC              pack_size.c
  CC              status_set_elements.c
  CC              type_get_name.c
  CC              type_set_name.c
  CC              type_size.c
  CC              type_extent.c
  CC              type_vector.c
  CC              type_commit.c
  CC              type_indexed.c
  CC              type_hindexed.c
  CC              type_struct.c
  CC              type_contiguous.c
  CC              type_free.c
  CC              type_hvector.c
  CC              type_dup.c
  CC              type_get_envelope.c
  CC              type_get_contents.c
  CC              type_ub.c
  CC              type_lb.c
  CC              type_get_extent.c
  CC              type_get_true_extent.c
  CC              type_match_size.c
  CC              type_create_struct.c
  CC              type_create_hindexed.c
  CC              type_create_hvector.c
  CC              pack_external.c
  CC              pack_external_size.c
  CC              unpack_external.c
  CC              type_create_indexed_block.c
  CC              type_create_resized.c
  CC              type_create_darray.c
  CC              type_create_subarray.c
  CC              typeutil.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/datatype'
  CC             -D<profiling> ./address.c
  CC             -D<profiling> ./get_address.c
  CC             -D<profiling> ./get_count.c
  CC             -D<profiling> ./get_elements.c
  CC             -D<profiling> ./pack.c
  CC             -D<profiling> ./unpack.c
  CC             -D<profiling> ./pack_size.c
  CC             -D<profiling> ./status_set_elements.c
  CC             -D<profiling> ./type_get_name.c
  CC             -D<profiling> ./type_set_name.c
  CC             -D<profiling> ./type_size.c
  CC             -D<profiling> ./type_extent.c
  CC             -D<profiling> ./type_vector.c
  CC             -D<profiling> ./type_commit.c
  CC             -D<profiling> ./type_indexed.c
  CC             -D<profiling> ./type_hindexed.c
  CC             -D<profiling> ./type_struct.c
  CC             -D<profiling> ./type_contiguous.c
  CC             -D<profiling> ./type_free.c
  CC             -D<profiling> ./type_hvector.c
  CC             -D<profiling> ./type_dup.c
  CC             -D<profiling> ./type_get_envelope.c
  CC             -D<profiling> ./type_get_contents.c
  CC             -D<profiling> ./type_ub.c
  CC             -D<profiling> ./type_lb.c
  CC             -D<profiling> ./type_get_extent.c
  CC             -D<profiling> ./type_get_true_extent.c
  CC             -D<profiling> ./type_match_size.c
  CC             -D<profiling> ./type_create_struct.c
  CC             -D<profiling> ./type_create_hindexed.c
  CC             -D<profiling> ./type_create_hvector.c
  CC             -D<profiling> ./pack_external.c
  CC             -D<profiling> ./pack_external_size.c
  CC             -D<profiling> ./unpack_external.c
  CC             -D<profiling> ./type_create_indexed_block.c
  CC             -D<profiling> ./type_create_resized.c
  CC             -D<profiling> ./type_create_darray.c
  CC             -D<profiling> ./type_create_subarray.c
  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          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/datatype'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/datatype'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/errhan'
  CC              add_error_code.c
  CC              add_error_class.c
  CC              add_error_string.c
  CC              comm_call_errhandler.c
  CC              comm_create_errhandler.c
  CC              comm_get_errhandler.c
  CC              comm_set_errhandler.c
  CC              errhandler_create.c
  CC              errhandler_free.c
  CC              errhandler_get.c
  CC              errhandler_set.c
  CC              error_class.c
  CC              error_string.c
  CC              file_create_errhandler.c
  CC              file_get_errhandler.c
  CC              file_set_errhandler.c
  CC              file_call_errhandler.c
  CC              win_create_errhandler.c
  CC              win_call_errhandler.c
  CC              win_get_errhandler.c
  CC              win_set_errhandler.c
  CC              errutil.c
  CC              dynerrutil.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/errhan'
  CC             -D<profiling> ./add_error_code.c
  CC             -D<profiling> ./add_error_class.c
  CC             -D<profiling> ./add_error_string.c
  CC             -D<profiling> ./comm_call_errhandler.c
  CC             -D<profiling> ./comm_create_errhandler.c
  CC             -D<profiling> ./comm_get_errhandler.c
  CC             -D<profiling> ./comm_set_errhandler.c
  CC             -D<profiling> ./errhandler_create.c
  CC             -D<profiling> ./errhandler_free.c
  CC             -D<profiling> ./errhandler_get.c
  CC             -D<profiling> ./errhandler_set.c
  CC             -D<profiling> ./error_class.c
  CC             -D<profiling> ./error_string.c
  CC             -D<profiling> ./file_create_errhandler.c
  CC             -D<profiling> ./file_get_errhandler.c
  CC             -D<profiling> ./file_set_errhandler.c
  CC             -D<profiling> ./file_call_errhandler.c
  CC             -D<profiling> ./win_create_errhandler.c
  CC             -D<profiling> ./win_call_errhandler.c
  CC             -D<profiling> ./win_get_errhandler.c
  CC             -D<profiling> ./win_set_errhandler.c
  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          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/errhan'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/errhan'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/group'
  CC              group_compare.c
  CC              group_difference.c
  CC              group_excl.c
  CC              group_free.c
  CC              group_incl.c
  CC              group_intersection.c
  CC              group_range_excl.c
  CC              group_range_incl.c
  CC              group_rank.c
  CC              group_size.c
  CC              group_translate_ranks.c
  CC              group_union.c
  CC              grouputil.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/group'
  CC             -D<profiling> ./group_compare.c
  CC             -D<profiling> ./group_difference.c
  CC             -D<profiling> ./group_excl.c
  CC             -D<profiling> ./group_free.c
  CC             -D<profiling> ./group_incl.c
  CC             -D<profiling> ./group_intersection.c
  CC             -D<profiling> ./group_range_excl.c
  CC             -D<profiling> ./group_range_incl.c
  CC             -D<profiling> ./group_rank.c
  CC             -D<profiling> ./group_size.c
  CC             -D<profiling> ./group_translate_ranks.c
  CC             -D<profiling> ./group_union.c
  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          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/group'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/group'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/init'
  CC              abort.c
  CC              init.c
  CC              initialized.c
  CC              initthread.c
  CC              ismain.c
  CC              finalize.c
  CC              finalized.c
  CC              querythread.c
  CC              initinfo.c
  CC              async.c
  AR cr ../../../lib/libmpich.a abort.o init.o initialized.o initthread.o ismain.o finalize.o finalized.o querythread.o initinfo.o async.o
  RANLIB          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/init'
  CC             -D<profiling> ./abort.c
  CC             -D<profiling> ./init.c
  CC             -D<profiling> ./initialized.c
  CC             -D<profiling> ./initthread.c
  CC             -D<profiling> ./ismain.c
  CC             -D<profiling> ./finalize.c
  CC             -D<profiling> ./finalized.c
  CC             -D<profiling> ./querythread.c
  AR cr ../../../lib/libpmpich.a _abort.o _init.o _initialized.o _initthread.o _ismain.o _finalize.o _finalized.o _querythread.o
  RANLIB          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/init'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/init'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/misc'
  CC              getpname.c
  CC              pcontrol.c
  CC              version.c
  AR cr ../../../lib/libmpich.a getpname.o pcontrol.o version.o
  RANLIB          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/misc'
  CC             -D<profiling> ./getpname.c
  CC             -D<profiling> ./pcontrol.c
  CC             -D<profiling> ./version.c
  AR cr ../../../lib/libpmpich.a _getpname.o _pcontrol.o _version.o
  RANLIB          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/misc'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/misc'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/pt2pt'
  CC              bsend.c
  CC              bsend_init.c
  CC              bufattach.c
  CC              buffree.c
  CC              cancel.c
  CC              greq_start.c
  CC              greq_complete.c
  CC              ibsend.c
  CC              iprobe.c
  CC              irecv.c
  CC              irsend.c
  CC              isend.c
  CC              issend.c
  CC              probe.c
  CC              recv.c
  CC              recv_init.c
  CC              request_free.c
  CC              request_get_status.c
  CC              rsend.c
  CC              rsend_init.c
  CC              send.c
  CC              send_init.c
  CC              sendrecv.c
  CC              sendrecv_rep.c
  CC              status_set_cancelled.c
  CC              ssend.c
  CC              ssend_init.c
  CC              start.c
  CC              startall.c
  CC              test.c
  CC              test_cancelled.c
  CC              testall.c
  CC              testany.c
  CC              testsome.c
  CC              wait.c
  CC              waitall.c
  CC              waitany.c
  CC              waitsome.c
  CC              bsendutil.c
  CC              mpir_request.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/pt2pt'
  CC             -D<profiling> ./bsend.c
  CC             -D<profiling> ./bsend_init.c
  CC             -D<profiling> ./bufattach.c
  CC             -D<profiling> ./buffree.c
  CC             -D<profiling> ./cancel.c
  CC             -D<profiling> ./greq_start.c
  CC             -D<profiling> ./greq_complete.c
  CC             -D<profiling> ./ibsend.c
  CC             -D<profiling> ./iprobe.c
  CC             -D<profiling> ./irecv.c
  CC             -D<profiling> ./irsend.c
  CC             -D<profiling> ./isend.c
  CC             -D<profiling> ./issend.c
  CC             -D<profiling> ./probe.c
  CC             -D<profiling> ./recv.c
  CC             -D<profiling> ./recv_init.c
  CC             -D<profiling> ./request_free.c
  CC             -D<profiling> ./request_get_status.c
  CC             -D<profiling> ./rsend.c
  CC             -D<profiling> ./rsend_init.c
  CC             -D<profiling> ./send.c
  CC             -D<profiling> ./send_init.c
  CC             -D<profiling> ./sendrecv.c
  CC             -D<profiling> ./sendrecv_rep.c
  CC             -D<profiling> ./status_set_cancelled.c
  CC             -D<profiling> ./ssend.c
  CC             -D<profiling> ./ssend_init.c
  CC             -D<profiling> ./start.c
  CC             -D<profiling> ./startall.c
  CC             -D<profiling> ./test.c
  CC             -D<profiling> ./test_cancelled.c
  CC             -D<profiling> ./testall.c
  CC             -D<profiling> ./testany.c
  CC             -D<profiling> ./testsome.c
  CC             -D<profiling> ./wait.c
  CC             -D<profiling> ./waitall.c
  CC             -D<profiling> ./waitany.c
  CC             -D<profiling> ./waitsome.c
  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          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/pt2pt'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/pt2pt'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/rma'
  CC              accumulate.c
  CC              alloc_mem.c
  CC              free_mem.c
  CC              get.c
  CC              put.c
  CC              win_complete.c
  CC              win_create.c
  CC              win_fence.c
  CC              win_free.c
  CC              win_get_group.c
  CC              win_get_name.c
  CC              win_lock.c
  CC              win_post.c
  CC              win_set_name.c
  CC              win_start.c
  CC              win_unlock.c
  CC              win_wait.c
  CC              win_test.c
  CC              winutil.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/rma'
  CC             -D<profiling> ./accumulate.c
  CC             -D<profiling> ./alloc_mem.c
  CC             -D<profiling> ./free_mem.c
  CC             -D<profiling> ./get.c
  CC             -D<profiling> ./put.c
  CC             -D<profiling> ./win_complete.c
  CC             -D<profiling> ./win_create.c
  CC             -D<profiling> ./win_fence.c
  CC             -D<profiling> ./win_free.c
  CC             -D<profiling> ./win_get_group.c
  CC             -D<profiling> ./win_get_name.c
  CC             -D<profiling> ./win_lock.c
  CC             -D<profiling> ./win_post.c
  CC             -D<profiling> ./win_set_name.c
  CC             -D<profiling> ./win_start.c
  CC             -D<profiling> ./win_unlock.c
  CC             -D<profiling> ./win_wait.c
  CC             -D<profiling> ./win_test.c
  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          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/rma'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/rma'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/spawn'
  CC              comm_disconnect.c
  CC              comm_get_parent.c
  CC              comm_join.c
  CC              comm_spawn.c
  CC              comm_spawn_multiple.c
  CC              lookup_name.c
  CC              publish_name.c
  CC              unpublish_name.c
  CC              open_port.c
  CC              close_port.c
  CC              comm_connect.c
  CC              comm_accept.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/spawn'
  CC             -D<profiling> ./comm_disconnect.c
  CC             -D<profiling> ./comm_get_parent.c
  CC             -D<profiling> ./comm_join.c
  CC             -D<profiling> ./comm_spawn.c
  CC             -D<profiling> ./comm_spawn_multiple.c
  CC             -D<profiling> ./lookup_name.c
  CC             -D<profiling> ./publish_name.c
  CC             -D<profiling> ./unpublish_name.c
  CC             -D<profiling> ./open_port.c
  CC             -D<profiling> ./close_port.c
  CC             -D<profiling> ./comm_connect.c
  CC             -D<profiling> ./comm_accept.c
  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          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/spawn'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/spawn'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/timer'
  CC              wtime.c
  CC              wtick.c
  CC              mpidtime.c
  AR cr ../../../lib/libmpich.a wtime.o wtick.o mpidtime.o
  RANLIB          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/timer'
  CC             -D<profiling> ./wtime.c
  CC             -D<profiling> ./wtick.c
  AR cr ../../../lib/libpmpich.a _wtime.o _wtick.o
  RANLIB          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/timer'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/timer'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/topo'
  CC              cart_coords.c
  CC              cart_create.c
  CC              cart_get.c
  CC              cart_map.c
  CC              cart_rank.c
  CC              cart_shift.c
  CC              cart_sub.c
  CC              dims_create.c
  CC              graph_get.c
  CC              graph_map.c
  CC              graph_nbr.c
  CC              graphcreate.c
  CC              graphdimsget.c
  CC              graphnbrcnt.c
  CC              cartdim_get.c
  CC              topo_test.c
  CC              dist_gr_create_adj.c
  CC              dist_gr_create.c
  CC              dist_gr_neighb_count.c
  CC              dist_gr_neighb.c
  CC              topoutil.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/topo'
  CC             -D<profiling> ./cart_coords.c
  CC             -D<profiling> ./cart_create.c
  CC             -D<profiling> ./cart_get.c
  CC             -D<profiling> ./cart_map.c
  CC             -D<profiling> ./cart_rank.c
  CC             -D<profiling> ./cart_shift.c
  CC             -D<profiling> ./cart_sub.c
  CC             -D<profiling> ./dims_create.c
  CC             -D<profiling> ./graph_get.c
  CC             -D<profiling> ./graph_map.c
  CC             -D<profiling> ./graph_nbr.c
  CC             -D<profiling> ./graphcreate.c
  CC             -D<profiling> ./graphdimsget.c
  CC             -D<profiling> ./graphnbrcnt.c
  CC             -D<profiling> ./cartdim_get.c
  CC             -D<profiling> ./topo_test.c
  CC             -D<profiling> ./dist_gr_create_adj.c
  CC             -D<profiling> ./dist_gr_create.c
  CC             -D<profiling> ./dist_gr_neighb_count.c
  CC             -D<profiling> ./dist_gr_neighb.c
  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          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/topo'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/topo'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio'
make mpiolib
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio'
 
compiling ROMIO in directory mpi-io
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io'
  CC              close.c
  CC              read.c
  CC              open.c
  CC              write.c
  CC              set_view.c
  CC              iread.c
  CC              iwrite.c
  CC              seek.c
  CC              get_posn.c
  CC              delete.c
  CC              read_all.c
  CC              read_at.c
  CC              read_atall.c
  CC              iread_at.c
  CC              iwrite_at.c
  CC              write_all.c
  CC              get_bytoff.c
  CC              write_at.c
  CC              write_atall.c
  CC              get_view.c
  CC              get_group.c
  CC              get_amode.c
  CC              get_extent.c
  CC              fsync.c
  CC              get_atom.c
  CC              set_atom.c
  CC              set_size.c
  CC              get_size.c
  CC              prealloc.c
  CC              file_f2c.c
  CC              file_c2f.c
  CC              set_info.c
  CC              get_info.c
  CC              rd_atallb.c
  CC              rd_atalle.c
  CC              read_allb.c
  CC              read_alle.c
  CC              wr_atallb.c
  CC              wr_atalle.c
  CC              write_allb.c
  CC              write_alle.c
  CC              get_posn_sh.c
  CC              iread_sh.c
  CC              read_sh.c
  CC              write_sh.c
  CC              iwrite_sh.c
  CC              seek_sh.c
  CC              read_ord.c
  CC              read_orde.c
  CC              write_ordb.c
  CC              read_ordb.c
  CC              write_ord.c
  CC              write_orde.c
  CC              mpiu_greq.c
  CC              mpich2_fileutil.c
  CC              register_datarep.c
  CC              mpir-mpioinit.c
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/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 /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpich.a
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io'
 
compiling ROMIO in directory adio/common
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/adio/common'
  CC              ad_close.c
  CC              ad_init.c
  CC              ad_end.c
  CC              ad_open.c
  CC              flatten.c
  CC              malloc.c
  CC              ad_read_coll.c
  CC              eof_offset.c
  CC              ad_write_coll.c
  CC              lock.c
  CC              ad_read_str.c
  CC              ad_write_str.c
  CC              iscontig.c
  CC              get_fp_posn.c
  CC              ad_seek.c
  CC              ad_delete.c
  CC              ad_flush.c
  CC              ad_hints.c
  CC              error.c
  CC              ad_fstype.c
  CC              ad_get_sh_fp.c
  CC              ad_set_sh_fp.c
  CC              shfp_fname.c
  CC              byte_offset.c
  CC              status_setb.c
  CC              ad_aggregate.c
  CC              cb_config_list.c
  CC              ad_read_str_naive.c
  CC              ad_set_view.c
  CC              ad_iopen.c
  CC              ad_write_str_naive.c
  CC              ad_resize.c
  CC              ad_read.c
  CC              ad_write.c
  CC              ad_iread.c
  CC              ad_iwrite.c
  CC              ad_done.c
  CC              ad_wait.c
  CC              adi_close.c
  CC              ad_prealloc.c
  CC              ad_fcntl.c
  CC              ad_iread_fake.c
  CC              ad_iwrite_fake.c
  CC              ad_done_fake.c
  CC              ad_wait_fake.c
  CC              ad_subarray.c
  CC              ad_darray.c
  CC              strfns.c
  CC              greq_fns.c
  CC              system_hints.c
  CC              ad_write_nolock.c
  CC              ad_coll_exch_new.c
  CC              ad_coll_build_req_new.c
  CC              ad_io_coll.c
  CC              ad_aggregate_new.c
  CC              heap-sort.c
  CC              ad_opencoll.c
  CC              ad_opencoll_scalable.c
  CC              ad_opencoll_failsafe.c
  CC              ad_features.c
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/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 /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpich.a 
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/adio/common'
 
compiling ROMIO in directory mpi-io/glue/mpich2
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/glue/mpich2'
  CC              mpio_file.c
  CC              mpio_err.c
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpich.a mpio_file.o mpio_err.o
ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpich.a  
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/glue/mpich2'
 
compiling ROMIO in directory adio/ad_testfs
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/adio/ad_testfs'
  CC              ad_testfs_close.c
  CC              ad_testfs_read.c
  CC              ad_testfs_rdcoll.c
  CC              ad_testfs_wrcoll.c
  CC              ad_testfs_open.c
  CC              ad_testfs_write.c
  CC              ad_testfs_done.c
  CC              ad_testfs_fcntl.c
  CC              ad_testfs_iread.c
  CC              ad_testfs_iwrite.c
  CC              ad_testfs_wait.c
  CC              ad_testfs_flush.c
  CC              ad_testfs_seek.c
  CC              ad_testfs_resize.c
  CC              ad_testfs_hints.c
  CC              ad_testfs_delete.c
  CC              ad_testfs.c
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/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 /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpich.a 
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/adio/ad_testfs'
 
compiling ROMIO in directory adio/ad_ufs
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/adio/ad_ufs'
  CC              ad_ufs_open.c
  CC              ad_ufs.c
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpich.a ad_ufs_open.o ad_ufs.o
ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpich.a 
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/adio/ad_ufs'
 
compiling ROMIO in directory adio/ad_nfs
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/adio/ad_nfs'
  CC              ad_nfs_read.c
  CC              ad_nfs_open.c
  CC              ad_nfs_write.c
  CC              ad_nfs_done.c
  CC              ad_nfs_fcntl.c
  CC              ad_nfs_iread.c
  CC              ad_nfs_iwrite.c
  CC              ad_nfs_wait.c
  CC              ad_nfs_setsh.c
  CC              ad_nfs_getsh.c
  CC              ad_nfs.c
  CC              ad_nfs_resize.c
  CC              ad_nfs_features.c
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/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 /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpich.a 
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/adio/ad_nfs'
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio'
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio'
 
building profiling interface in directory mpi-io
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io'
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/close.c -o _close.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/read.c -o _read.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/open.c -o _open.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/get_extent.c -o _get_extent.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/write.c -o _write.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/set_view.c -o _set_view.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/seek.c -o _seek.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/read_at.c -o _read_at.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/prealloc.c -o _prealloc.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/iread.c -o _iread.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/iwrite.c -o _iwrite.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/get_posn.c -o _get_posn.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/delete.c -o _delete.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/read_all.c -o _read_all.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/get_bytoff.c -o _get_bytoff.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/read_atall.c -o _read_atall.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/iread_at.c -o _iread_at.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/iwrite_at.c -o _iwrite_at.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/get_group.c -o _get_group.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/get_amode.c -o _get_amode.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/write_all.c -o _write_all.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/write_at.c -o _write_at.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/write_atall.c -o _write_atall.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/get_view.c -o _get_view.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/fsync.c -o _fsync.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/get_atom.c -o _get_atom.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/set_atom.c -o _set_atom.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/set_size.c -o _set_size.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/get_size.c -o _get_size.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/file_f2c.c -o _file_f2c.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/file_c2f.c -o _file_c2f.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/set_info.c -o _set_info.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/get_info.c -o _get_info.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/rd_atallb.c -o _rd_atallb.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/rd_atalle.c -o _rd_atalle.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/read_allb.c -o _read_allb.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/read_alle.c -o _read_alle.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/wr_atallb.c -o _wr_atallb.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/wr_atalle.c -o _wr_atalle.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/write_allb.c -o _write_allb.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/write_alle.c -o _write_alle.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/get_posn_sh.c -o _get_posn_sh.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/iread_sh.c -o _iread_sh.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/read_sh.c -o _read_sh.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/write_sh.c -o _write_sh.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/iwrite_sh.c -o _iwrite_sh.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/seek_sh.c -o _seek_sh.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/read_ord.c -o _read_ord.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/read_orde.c -o _read_orde.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/write_ordb.c -o _write_ordb.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/read_ordb.c -o _read_ordb.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/write_ord.c -o _write_ord.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/write_orde.c -o _write_orde.o
gcc  -I. -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../adio/include -I../adio/include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/../../../include  -I../../../include  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H -DMPIO_BUILD_PROFILING -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/datatype -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/common/locks -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/include -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpid/ch3/channels/nemesis/nemesis/utils/monitor -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/wrappers -c /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io/register_datarep.c -o _register_datarep.o
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/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 /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpich.a 
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio/mpi-io'
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi/romio'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpi'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpix'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpix/comm'
  CC              group_comm.c
  AR cr ../../../lib/libmpich.a group_comm.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpix/comm'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpix'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/mem'
  CC              trmem.c
  CC              handlemem.c
  CC              safestr.c
  CC              argstr.c
  CC              strerror.c
  AR cr ../../../lib/libmpich.a trmem.o handlemem.o safestr.o argstr.o strerror.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/mem'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/info'
  CC              infoutil.c
  CC              info_create.c
  CC              info_delete.c
  CC              info_dup.c
  CC              info_free.c
  CC              info_get.c
  CC              info_getn.c
  CC              info_getnth.c
  CC              info_getvallen.c
  CC              info_set.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/info'
  CC             -D<profiling> ./info_create.c
  CC             -D<profiling> ./info_delete.c
  CC             -D<profiling> ./info_dup.c
  CC             -D<profiling> ./info_free.c
  CC             -D<profiling> ./info_get.c
  CC             -D<profiling> ./info_getn.c
  CC             -D<profiling> ./info_getnth.c
  CC             -D<profiling> ./info_getvallen.c
  CC             -D<profiling> ./info_set.c
  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          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/info'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/info'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/msgs'
  CC              msgprint.c
  AR cr ../../../lib/libmpich.a msgprint.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/msgs'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/instrm'
  CC              states.c
  CC              instr.c
  AR cr ../../../lib/libmpich.a states.o instr.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/instrm'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/thread'
  CC              mpiu_thread.c
  AR cr ../../../lib/libmpich.a mpiu_thread.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/thread'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/dbg'
  CC              dbg_printf.c
  CC              timelimit.c
  CC              exit.c
  AR cr ../../../lib/libmpich.a dbg_printf.o timelimit.o exit.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/dbg'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/param'
  CC              param_vals.c
  AR cr ../../../lib/libmpich.a param_vals.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/param'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/osserv'
  CC              dl.c
  AR cr ../../../lib/libmpich.a dl.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/osserv'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/procmap'
  CC              local_proc.c
  AR cr ../../../lib/libmpich.a local_proc.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/procmap'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/other'
  CC              outliers.c
  CC              assert.c
  AR cr ../../../lib/libmpich.a outliers.o assert.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util/other'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/util'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/nameserv'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/nameserv/file'
  CC              file_nameserv.c
  AR cr ../../../lib/libmpich.a file_nameserv.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/nameserv/file'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/nameserv'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f77'
  CC             -o _wsendf.o -c -D... ./sendf.c
  CC             -o _wrecvf.o -c -D... ./recvf.c
  CC             -o _wget_countf.o -c -D... ./get_countf.c
  CC             -o _wbsendf.o -c -D... ./bsendf.c
  CC             -o _wssendf.o -c -D... ./ssendf.c
  CC             -o _wrsendf.o -c -D... ./rsendf.c
  CC             -o _wbufattachf.o -c -D... ./bufattachf.c
  CC             -o _wbufdetachf.o -c -D... ./bufdetachf.c
  CC             -o _wisendf.o -c -D... ./isendf.c
  CC             -o _wibsendf.o -c -D... ./ibsendf.c
  CC             -o _wissendf.o -c -D... ./issendf.c
  CC             -o _wirsendf.o -c -D... ./irsendf.c
  CC             -o _wirecvf.o -c -D... ./irecvf.c
  CC             -o _wwaitf.o -c -D... ./waitf.c
  CC             -o _wtestf.o -c -D... ./testf.c
  CC             -o _wrequest_freef.o -c -D... ./request_freef.c
  CC             -o _wwaitanyf.o -c -D... ./waitanyf.c
  CC             -o _wtestanyf.o -c -D... ./testanyf.c
  CC             -o _wwaitallf.o -c -D... ./waitallf.c
  CC             -o _wtestallf.o -c -D... ./testallf.c
  CC             -o _wwaitsomef.o -c -D... ./waitsomef.c
  CC             -o _wtestsomef.o -c -D... ./testsomef.c
  CC             -o _wiprobef.o -c -D... ./iprobef.c
  CC             -o _wprobef.o -c -D... ./probef.c
  CC             -o _wcancelf.o -c -D... ./cancelf.c
  CC             -o _wtestcancelf.o -c -D... ./testcancelf.c
  CC             -o _wsend_initf.o -c -D... ./send_initf.c
  CC             -o _wbsend_initf.o -c -D... ./bsend_initf.c
  CC             -o _wssend_initf.o -c -D... ./ssend_initf.c
  CC             -o _wrsend_initf.o -c -D... ./rsend_initf.c
  CC             -o _wrecv_initf.o -c -D... ./recv_initf.c
  CC             -o _wstartf.o -c -D... ./startf.c
  CC             -o _wstartallf.o -c -D... ./startallf.c
  CC             -o _wsendrecvf.o -c -D... ./sendrecvf.c
  CC             -o _wsndrcvrplf.o -c -D... ./sndrcvrplf.c
  CC             -o _wtypecontigf.o -c -D... ./typecontigf.c
  CC             -o _wtype_vectorf.o -c -D... ./type_vectorf.c
  CC             -o _wtype_hvectorf.o -c -D... ./type_hvectorf.c
  CC             -o _wtype_indexedf.o -c -D... ./type_indexedf.c
  CC             -o _wtype_hindexedf.o -c -D... ./type_hindexedf.c
  CC             -o _wtype_structf.o -c -D... ./type_structf.c
  CC             -o _wtype_extentf.o -c -D... ./type_extentf.c
  CC             -o _wtype_sizef.o -c -D... ./type_sizef.c
  CC             -o _wtype_lbf.o -c -D... ./type_lbf.c
  CC             -o _wtype_ubf.o -c -D... ./type_ubf.c
  CC             -o _wtype_commitf.o -c -D... ./type_commitf.c
  CC             -o _wtype_freef.o -c -D... ./type_freef.c
  CC             -o _wget_elementsf.o -c -D... ./get_elementsf.c
  CC             -o _wpackf.o -c -D... ./packf.c
  CC             -o _wunpackf.o -c -D... ./unpackf.c
  CC             -o _wpack_sizef.o -c -D... ./pack_sizef.c
  CC             -o _wbarrierf.o -c -D... ./barrierf.c
  CC             -o _wbcastf.o -c -D... ./bcastf.c
  CC             -o _wgatherf.o -c -D... ./gatherf.c
  CC             -o _wgathervf.o -c -D... ./gathervf.c
  CC             -o _wscatterf.o -c -D... ./scatterf.c
  CC             -o _wscattervf.o -c -D... ./scattervf.c
  CC             -o _wallgatherf.o -c -D... ./allgatherf.c
  CC             -o _wallgathervf.o -c -D... ./allgathervf.c
  CC             -o _walltoallf.o -c -D... ./alltoallf.c
  CC             -o _walltoallvf.o -c -D... ./alltoallvf.c
  CC             -o _wreducef.o -c -D... ./reducef.c
  CC             -o _wop_createf.o -c -D... ./op_createf.c
  CC             -o _wop_freef.o -c -D... ./op_freef.c
  CC             -o _wallreducef.o -c -D... ./allreducef.c
  CC             -o _wredscatf.o -c -D... ./redscatf.c
  CC             -o _wscanf.o -c -D... ./scanf.c
  CC             -o _wgroup_sizef.o -c -D... ./group_sizef.c
  CC             -o _wgroup_rankf.o -c -D... ./group_rankf.c
  CC             -o _wgrouptranksf.o -c -D... ./grouptranksf.c
  CC             -o _wgroup_comparef.o -c -D... ./group_comparef.c
  CC             -o _wcomm_groupf.o -c -D... ./comm_groupf.c
  CC             -o _wgroup_unionf.o -c -D... ./group_unionf.c
  CC             -o _wgroupinterf.o -c -D... ./groupinterf.c
  CC             -o _wgroupdifff.o -c -D... ./groupdifff.c
  CC             -o _wgroup_inclf.o -c -D... ./group_inclf.c
  CC             -o _wgroup_exclf.o -c -D... ./group_exclf.c
  CC             -o _wgrouprinclf.o -c -D... ./grouprinclf.c
  CC             -o _wgrouprexclf.o -c -D... ./grouprexclf.c
  CC             -o _wgroup_freef.o -c -D... ./group_freef.c
  CC             -o _wcomm_sizef.o -c -D... ./comm_sizef.c
  CC             -o _wcomm_rankf.o -c -D... ./comm_rankf.c
  CC             -o _wcomm_comparef.o -c -D... ./comm_comparef.c
  CC             -o _wcomm_dupf.o -c -D... ./comm_dupf.c
  CC             -o _wcomm_createf.o -c -D... ./comm_createf.c
  CC             -o _wcomm_splitf.o -c -D... ./comm_splitf.c
  CC             -o _wcomm_freef.o -c -D... ./comm_freef.c
  CC             -o _wcommtesticf.o -c -D... ./commtesticf.c
  CC             -o _wcommrsizef.o -c -D... ./commrsizef.c
  CC             -o _wcommrgroupf.o -c -D... ./commrgroupf.c
  CC             -o _wiccreatef.o -c -D... ./iccreatef.c
  CC             -o _wicmergef.o -c -D... ./icmergef.c
  CC             -o _wkeyval_freef.o -c -D... ./keyval_freef.c
  CC             -o _wattr_putf.o -c -D... ./attr_putf.c
  CC             -o _wattr_getf.o -c -D... ./attr_getf.c
  CC             -o _wattr_deletef.o -c -D... ./attr_deletef.c
  CC             -o _wtopo_testf.o -c -D... ./topo_testf.c
  CC             -o _wcart_createf.o -c -D... ./cart_createf.c
  CC             -o _wdims_createf.o -c -D... ./dims_createf.c
  CC             -o _wgraph_createf.o -c -D... ./graph_createf.c
  CC             -o _wgraphdims_getf.o -c -D... ./graphdims_getf.c
  CC             -o _wgraph_getf.o -c -D... ./graph_getf.c
  CC             -o _wcartdim_getf.o -c -D... ./cartdim_getf.c
  CC             -o _wcart_getf.o -c -D... ./cart_getf.c
  CC             -o _wcart_rankf.o -c -D... ./cart_rankf.c
  CC             -o _wcart_coordsf.o -c -D... ./cart_coordsf.c
  CC             -o _wgrfnbcountf.o -c -D... ./grfnbcountf.c
  CC             -o _wgrfnbrsf.o -c -D... ./grfnbrsf.c
  CC             -o _wcart_shiftf.o -c -D... ./cart_shiftf.c
  CC             -o _wcart_subf.o -c -D... ./cart_subf.c
  CC             -o _wcart_mapf.o -c -D... ./cart_mapf.c
  CC             -o _wgraph_mapf.o -c -D... ./graph_mapf.c
  CC             -o _wgetpnamef.o -c -D... ./getpnamef.c
  CC             -o _wget_versionf.o -c -D... ./get_versionf.c
  CC             -o _werrhcreatef.o -c -D... ./errhcreatef.c
  CC             -o _werrhsetf.o -c -D... ./errhsetf.c
  CC             -o _werrhgetf.o -c -D... ./errhgetf.c
  CC             -o _werrhfreef.o -c -D... ./errhfreef.c
  CC             -o _werror_stringf.o -c -D... ./error_stringf.c
  CC             -o _werror_classf.o -c -D... ./error_classf.c
  CC             -o _wfinalizef.o -c -D... ./finalizef.c
  CC             -o _winitializedf.o -c -D... ./initializedf.c
  CC             -o _wabortf.o -c -D... ./abortf.c
  CC             -o _wclose_portf.o -c -D... ./close_portf.c
  CC             -o _wcomm_acceptf.o -c -D... ./comm_acceptf.c
  CC             -o _wcomm_connectf.o -c -D... ./comm_connectf.c
  CC             -o _wcommdiscf.o -c -D... ./commdiscf.c
  CC             -o _wcommparentf.o -c -D... ./commparentf.c
  CC             -o _wcomm_joinf.o -c -D... ./comm_joinf.c
  CC             -o _wcomm_spawnf.o -c -D... ./comm_spawnf.c
  CC             -o _wspawnmultf.o -c -D... ./spawnmultf.c
  CC             -o _wlookup_namef.o -c -D... ./lookup_namef.c
  CC             -o _wopen_portf.o -c -D... ./open_portf.c
  CC             -o _wpublish_namef.o -c -D... ./publish_namef.c
  CC             -o _wunpubnamef.o -c -D... ./unpubnamef.c
  CC             -o _waccumulatef.o -c -D... ./accumulatef.c
  CC             -o _wgetf.o -c -D... ./getf.c
  CC             -o _wputf.o -c -D... ./putf.c
  CC             -o _wwin_completef.o -c -D... ./win_completef.c
  CC             -o _wwin_createf.o -c -D... ./win_createf.c
  CC             -o _wwin_fencef.o -c -D... ./win_fencef.c
  CC             -o _wwin_freef.o -c -D... ./win_freef.c
  CC             -o _wwin_get_groupf.o -c -D... ./win_get_groupf.c
  CC             -o _wwin_lockf.o -c -D... ./win_lockf.c
  CC             -o _wwin_postf.o -c -D... ./win_postf.c
  CC             -o _wwin_startf.o -c -D... ./win_startf.c
  CC             -o _wwin_testf.o -c -D... ./win_testf.c
  CC             -o _wwin_unlockf.o -c -D... ./win_unlockf.c
  CC             -o _wwin_waitf.o -c -D... ./win_waitf.c
  CC             -o _walltoallwf.o -c -D... ./alltoallwf.c
  CC             -o _wexscanf.o -c -D... ./exscanf.c
  CC             -o _wadderrclassf.o -c -D... ./adderrclassf.c
  CC             -o _wadderrcodef.o -c -D... ./adderrcodef.c
  CC             -o _wadderrstringf.o -c -D... ./adderrstringf.c
  CC             -o _wcommcallerrf.o -c -D... ./commcallerrf.c
  CC             -o _wcommnewkeyf.o -c -D... ./commnewkeyf.c
  CC             -o _wcommdelattrf.o -c -D... ./commdelattrf.c
  CC             -o _wcommfreekeyf.o -c -D... ./commfreekeyf.c
  CC             -o _wcomm_get_attrf.o -c -D... ./comm_get_attrf.c
  CC             -o _wcommgetnamf.o -c -D... ./commgetnamf.c
  CC             -o _wcomm_set_attrf.o -c -D... ./comm_set_attrf.c
  CC             -o _wcomm_set_namef.o -c -D... ./comm_set_namef.c
  CC             -o _wfilecallerrf.o -c -D... ./filecallerrf.c
  CC             -o _wgreqcompletef.o -c -D... ./greqcompletef.c
  CC             -o _wgreqstartf.o -c -D... ./greqstartf.c
  CC             -o _wisthrmainf.o -c -D... ./isthrmainf.c
  CC             -o _wquery_threadf.o -c -D... ./query_threadf.c
  CC             -o _wstatgetclf.o -c -D... ./statgetclf.c
  CC             -o _wstatsetelf.o -c -D... ./statsetelf.c
  CC             -o _wtypenewkeyf.o -c -D... ./typenewkeyf.c
  CC             -o _wtypedelattrf.o -c -D... ./typedelattrf.c
  CC             -o _wtype_dupf.o -c -D... ./type_dupf.c
  CC             -o _wtypefreekeyf.o -c -D... ./typefreekeyf.c
  CC             -o _wtype_get_attrf.o -c -D... ./type_get_attrf.c
  CC             -o _wtypegetcntsf.o -c -D... ./typegetcntsf.c
  CC             -o _wtypegetenvf.o -c -D... ./typegetenvf.c
  CC             -o _wtypegnamef.o -c -D... ./typegnamef.c
  CC             -o _wtypesetattrf.o -c -D... ./typesetattrf.c
  CC             -o _wtypesetnamef.o -c -D... ./typesetnamef.c
  CC             -o _wtype_match_sizef.o -c -D... ./type_match_sizef.c
  CC             -o _wwincallerrf.o -c -D... ./wincallerrf.c
  CC             -o _wwinnewkeyf.o -c -D... ./winnewkeyf.c
  CC             -o _wwindelattrf.o -c -D... ./windelattrf.c
  CC             -o _wwinfreekeyf.o -c -D... ./winfreekeyf.c
  CC             -o _wwin_get_attrf.o -c -D... ./win_get_attrf.c
  CC             -o _wwin_get_namef.o -c -D... ./win_get_namef.c
  CC             -o _wwin_set_attrf.o -c -D... ./win_set_attrf.c
  CC             -o _wwin_set_namef.o -c -D... ./win_set_namef.c
  CC             -o _walloc_memf.o -c -D... ./alloc_memf.c
  CC             -o _wcommcreerrf.o -c -D... ./commcreerrf.c
  CC             -o _wcommgeterrf.o -c -D... ./commgeterrf.c
  CC             -o _wcommseterrf.o -c -D... ./commseterrf.c
  CC             -o _wfilecreerrf.o -c -D... ./filecreerrf.c
  CC             -o _wfilegeterrf.o -c -D... ./filegeterrf.c
  CC             -o _wfileseterrf.o -c -D... ./fileseterrf.c
  CC             -o _wfinalizedf.o -c -D... ./finalizedf.c
  CC             -o _wfree_memf.o -c -D... ./free_memf.c
  CC             -o _winfo_createf.o -c -D... ./info_createf.c
  CC             -o _winfo_deletef.o -c -D... ./info_deletef.c
  CC             -o _winfo_dupf.o -c -D... ./info_dupf.c
  CC             -o _winfo_freef.o -c -D... ./info_freef.c
  CC             -o _winfo_getf.o -c -D... ./info_getf.c
  CC             -o _winfognkf.o -c -D... ./infognkf.c
  CC             -o _winfognthkf.o -c -D... ./infognthkf.c
  CC             -o _winfovallenf.o -c -D... ./infovallenf.c
  CC             -o _winfo_setf.o -c -D... ./info_setf.c
  CC             -o _wpack_externalf.o -c -D... ./pack_externalf.c
  CC             -o _wpackesizef.o -c -D... ./packesizef.c
  CC             -o _wreqgetstatf.o -c -D... ./reqgetstatf.c
  CC             -o _wtypedarrayf.o -c -D... ./typedarrayf.c
  CC             -o _wtypechindf.o -c -D... ./typechindf.c
  CC             -o _wtypechvecf.o -c -D... ./typechvecf.c
  CC             -o _wtypecindbf.o -c -D... ./typecindbf.c
  CC             -o _wtypecresizef.o -c -D... ./typecresizef.c
  CC             -o _wtypecstructf.o -c -D... ./typecstructf.c
  CC             -o _wtypecsubarrf.o -c -D... ./typecsubarrf.c
  CC             -o _wtypegetextentf.o -c -D... ./typegetextentf.c
  CC             -o _wtypegtextf.o -c -D... ./typegtextf.c
  CC             -o _wunpackextf.o -c -D... ./unpackextf.c
  CC             -o _wwincreerrf.o -c -D... ./wincreerrf.c
  CC             -o _wwingeterrf.o -c -D... ./wingeterrf.c
  CC             -o _wwinseterrf.o -c -D... ./winseterrf.c
  CC             -o _wreduce_localf.o -c -D... ./reduce_localf.c
  CC             -o _wop_commutativef.o -c -D... ./op_commutativef.c
  CC             -o _wreduce_scatter_blockf.o -c -D... ./reduce_scatter_blockf.c
  CC             -o _wdist_graph_create_adjacentf.o -c -D... ./dist_graph_create_adjacentf.c
  CC             -o _wdist_graph_createf.o -c -D... ./dist_graph_createf.c
  CC             -o _wdist_graph_neighbors_countf.o -c -D... ./dist_graph_neighbors_countf.c
  CC             -o _wdist_graph_neighborsf.o -c -D... ./dist_graph_neighborsf.c
  CC             -o _wfile_openf.o -c -D... ./file_openf.c
  CC             -o _wfile_closef.o -c -D... ./file_closef.c
  CC             -o _wfile_deletef.o -c -D... ./file_deletef.c
  CC             -o _wfile_set_sizef.o -c -D... ./file_set_sizef.c
  CC             -o _wfile_preallocatef.o -c -D... ./file_preallocatef.c
  CC             -o _wfile_get_sizef.o -c -D... ./file_get_sizef.c
  CC             -o _wfile_get_groupf.o -c -D... ./file_get_groupf.c
  CC             -o _wfile_get_amodef.o -c -D... ./file_get_amodef.c
  CC             -o _wfile_set_infof.o -c -D... ./file_set_infof.c
  CC             -o _wfile_get_infof.o -c -D... ./file_get_infof.c
  CC             -o _wfile_set_viewf.o -c -D... ./file_set_viewf.c
  CC             -o _wfile_get_viewf.o -c -D... ./file_get_viewf.c
  CC             -o _wfile_read_atf.o -c -D... ./file_read_atf.c
  CC             -o _wfile_read_at_allf.o -c -D... ./file_read_at_allf.c
  CC             -o _wfile_write_atf.o -c -D... ./file_write_atf.c
  CC             -o _wfile_write_at_allf.o -c -D... ./file_write_at_allf.c
  CC             -o _wfile_iread_atf.o -c -D... ./file_iread_atf.c
  CC             -o _wfile_iwrite_atf.o -c -D... ./file_iwrite_atf.c
  CC             -o _wfile_readf.o -c -D... ./file_readf.c
  CC             -o _wfile_read_allf.o -c -D... ./file_read_allf.c
  CC             -o _wfile_writef.o -c -D... ./file_writef.c
  CC             -o _wfile_write_allf.o -c -D... ./file_write_allf.c
  CC             -o _wfile_ireadf.o -c -D... ./file_ireadf.c
  CC             -o _wfile_iwritef.o -c -D... ./file_iwritef.c
  CC             -o _wfile_seekf.o -c -D... ./file_seekf.c
  CC             -o _wfile_get_positionf.o -c -D... ./file_get_positionf.c
  CC             -o _wfile_get_byte_offsetf.o -c -D... ./file_get_byte_offsetf.c
  CC             -o _wfile_read_sharedf.o -c -D... ./file_read_sharedf.c
  CC             -o _wfile_write_sharedf.o -c -D... ./file_write_sharedf.c
  CC             -o _wfile_iread_sharedf.o -c -D... ./file_iread_sharedf.c
  CC             -o _wfile_iwrite_sharedf.o -c -D... ./file_iwrite_sharedf.c
  CC             -o _wfile_read_orderedf.o -c -D... ./file_read_orderedf.c
  CC             -o _wfile_write_orderedf.o -c -D... ./file_write_orderedf.c
  CC             -o _wfile_seek_sharedf.o -c -D... ./file_seek_sharedf.c
  CC             -o _wfile_get_position_sharedf.o -c -D... ./file_get_position_sharedf.c
  CC             -o _wfile_read_at_all_beginf.o -c -D... ./file_read_at_all_beginf.c
  CC             -o _wfile_read_at_all_endf.o -c -D... ./file_read_at_all_endf.c
  CC             -o _wfile_write_at_all_beginf.o -c -D... ./file_write_at_all_beginf.c
  CC             -o _wfile_write_at_all_endf.o -c -D... ./file_write_at_all_endf.c
  CC             -o _wfile_read_all_beginf.o -c -D... ./file_read_all_beginf.c
  CC             -o _wfile_read_all_endf.o -c -D... ./file_read_all_endf.c
  CC             -o _wfile_write_all_beginf.o -c -D... ./file_write_all_beginf.c
  CC             -o _wfile_write_all_endf.o -c -D... ./file_write_all_endf.c
  CC             -o _wfile_read_ordered_beginf.o -c -D... ./file_read_ordered_beginf.c
  CC             -o _wfile_read_ordered_endf.o -c -D... ./file_read_ordered_endf.c
  CC             -o _wfile_write_ordered_beginf.o -c -D... ./file_write_ordered_beginf.c
  CC             -o _wfile_write_ordered_endf.o -c -D... ./file_write_ordered_endf.c
  CC             -o _wfile_get_type_extentf.o -c -D... ./file_get_type_extentf.c
  CC             -o _wregister_datarepf.o -c -D... ./register_datarepf.c
  CC             -o _wfile_set_atomicityf.o -c -D... ./file_set_atomicityf.c
  CC             -o _wfile_get_atomicityf.o -c -D... ./file_get_atomicityf.c
  CC             -o _wfile_syncf.o -c -D... ./file_syncf.c
  CC             -o _winitf.o -c -D... ./initf.c
  CC             -o _winitthreadf.o -c -D... ./initthreadf.c
  CC             -o _wpcontrolf.o -c -D... ./pcontrolf.c
  CC             -o _waddressf.o -c -D... ./addressf.c
  CC             -o _wgetaddressf.o -c -D... ./getaddressf.c
  CC             -o _wwtimef.o -c -D... ./wtimef.c
  CC             -o _wwtickf.o -c -D... ./wtickf.c
  CC             -o _wkeyval_createf.o -c -D... ./keyval_createf.c
  CC             -o _wdup_fnf.o -c -D... ./dup_fnf.c
  CC             -o _wnull_del_fnf.o -c -D... ./null_del_fnf.c
  CC             -o _wnull_copy_fnf.o -c -D... ./null_copy_fnf.c
  CC             -o _wdup_comm_fnf.o -c -D... ./dup_comm_fnf.c
  CC             -o _wnull_comm_del_fnf.o -c -D... ./null_comm_del_fnf.c
  CC             -o _wnull_comm_copy_fnf.o -c -D... ./null_comm_copy_fnf.c
  CC             -o _wdup_win_fnf.o -c -D... ./dup_win_fnf.c
  CC             -o _wnull_win_del_fnf.o -c -D... ./null_win_del_fnf.c
  CC             -o _wnull_win_copy_fnf.o -c -D... ./null_win_copy_fnf.c
  CC             -o _wdup_type_fnf.o -c -D... ./dup_type_fnf.c
  CC             -o _wnull_type_del_fnf.o -c -D... ./null_type_del_fnf.c
  CC             -o _wnull_type_copy_fnf.o -c -D... ./null_type_copy_fnf.c
  CC             -o _wstatusf2c.o -c -D... ./statusf2c.c
  CC             -o _wstatusc2f.o -c -D... ./statusc2f.c
  AR cr ../../../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          libfmpich.a
date > .libstamp0
  CC              sendf.c
  CC              recvf.c
  CC              get_countf.c
  CC              bsendf.c
  CC              ssendf.c
  CC              rsendf.c
  CC              bufattachf.c
  CC              bufdetachf.c
  CC              isendf.c
  CC              ibsendf.c
  CC              issendf.c
  CC              irsendf.c
  CC              irecvf.c
  CC              waitf.c
  CC              testf.c
  CC              request_freef.c
  CC              waitanyf.c
  CC              testanyf.c
  CC              waitallf.c
  CC              testallf.c
  CC              waitsomef.c
  CC              testsomef.c
  CC              iprobef.c
  CC              probef.c
  CC              cancelf.c
  CC              testcancelf.c
  CC              send_initf.c
  CC              bsend_initf.c
  CC              ssend_initf.c
  CC              rsend_initf.c
  CC              recv_initf.c
  CC              startf.c
  CC              startallf.c
  CC              sendrecvf.c
  CC              sndrcvrplf.c
  CC              typecontigf.c
  CC              type_vectorf.c
  CC              type_hvectorf.c
  CC              type_indexedf.c
  CC              type_hindexedf.c
  CC              type_structf.c
  CC              type_extentf.c
  CC              type_sizef.c
  CC              type_lbf.c
  CC              type_ubf.c
  CC              type_commitf.c
  CC              type_freef.c
  CC              get_elementsf.c
  CC              packf.c
  CC              unpackf.c
  CC              pack_sizef.c
  CC              barrierf.c
  CC              bcastf.c
  CC              gatherf.c
  CC              gathervf.c
  CC              scatterf.c
  CC              scattervf.c
  CC              allgatherf.c
  CC              allgathervf.c
  CC              alltoallf.c
  CC              alltoallvf.c
  CC              reducef.c
  CC              op_createf.c
  CC              op_freef.c
  CC              allreducef.c
  CC              redscatf.c
  CC              scanf.c
  CC              group_sizef.c
  CC              group_rankf.c
  CC              grouptranksf.c
  CC              group_comparef.c
  CC              comm_groupf.c
  CC              group_unionf.c
  CC              groupinterf.c
  CC              groupdifff.c
  CC              group_inclf.c
  CC              group_exclf.c
  CC              grouprinclf.c
  CC              grouprexclf.c
  CC              group_freef.c
  CC              comm_sizef.c
  CC              comm_rankf.c
  CC              comm_comparef.c
  CC              comm_dupf.c
  CC              comm_createf.c
  CC              comm_splitf.c
  CC              comm_freef.c
  CC              commtesticf.c
  CC              commrsizef.c
  CC              commrgroupf.c
  CC              iccreatef.c
  CC              icmergef.c
  CC              keyval_freef.c
  CC              attr_putf.c
  CC              attr_getf.c
  CC              attr_deletef.c
  CC              topo_testf.c
  CC              cart_createf.c
  CC              dims_createf.c
  CC              graph_createf.c
  CC              graphdims_getf.c
  CC              graph_getf.c
  CC              cartdim_getf.c
  CC              cart_getf.c
  CC              cart_rankf.c
  CC              cart_coordsf.c
  CC              grfnbcountf.c
  CC              grfnbrsf.c
  CC              cart_shiftf.c
  CC              cart_subf.c
  CC              cart_mapf.c
  CC              graph_mapf.c
  CC              getpnamef.c
  CC              get_versionf.c
  CC              errhcreatef.c
  CC              errhsetf.c
  CC              errhgetf.c
  CC              errhfreef.c
  CC              error_stringf.c
  CC              error_classf.c
  CC              finalizef.c
  CC              initializedf.c
  CC              abortf.c
  CC              close_portf.c
  CC              comm_acceptf.c
  CC              comm_connectf.c
  CC              commdiscf.c
  CC              commparentf.c
  CC              comm_joinf.c
  CC              comm_spawnf.c
  CC              spawnmultf.c
  CC              lookup_namef.c
  CC              open_portf.c
  CC              publish_namef.c
  CC              unpubnamef.c
  CC              accumulatef.c
  CC              getf.c
  CC              putf.c
  CC              win_completef.c
  CC              win_createf.c
  CC              win_fencef.c
  CC              win_freef.c
  CC              win_get_groupf.c
  CC              win_lockf.c
  CC              win_postf.c
  CC              win_startf.c
  CC              win_testf.c
  CC              win_unlockf.c
  CC              win_waitf.c
  CC              alltoallwf.c
  CC              exscanf.c
  CC              adderrclassf.c
  CC              adderrcodef.c
  CC              adderrstringf.c
  CC              commcallerrf.c
  CC              commnewkeyf.c
  CC              commdelattrf.c
  CC              commfreekeyf.c
  CC              comm_get_attrf.c
  CC              commgetnamf.c
  CC              comm_set_attrf.c
  CC              comm_set_namef.c
  CC              filecallerrf.c
  CC              greqcompletef.c
  CC              greqstartf.c
  CC              isthrmainf.c
  CC              query_threadf.c
  CC              statgetclf.c
  CC              statsetelf.c
  CC              typenewkeyf.c
  CC              typedelattrf.c
  CC              type_dupf.c
  CC              typefreekeyf.c
  CC              type_get_attrf.c
  CC              typegetcntsf.c
  CC              typegetenvf.c
  CC              typegnamef.c
  CC              typesetattrf.c
  CC              typesetnamef.c
  CC              type_match_sizef.c
  CC              wincallerrf.c
  CC              winnewkeyf.c
  CC              windelattrf.c
  CC              winfreekeyf.c
  CC              win_get_attrf.c
  CC              win_get_namef.c
  CC              win_set_attrf.c
  CC              win_set_namef.c
  CC              alloc_memf.c
  CC              commcreerrf.c
  CC              commgeterrf.c
  CC              commseterrf.c
  CC              filecreerrf.c
  CC              filegeterrf.c
  CC              fileseterrf.c
  CC              finalizedf.c
  CC              free_memf.c
  CC              info_createf.c
  CC              info_deletef.c
  CC              info_dupf.c
  CC              info_freef.c
  CC              info_getf.c
  CC              infognkf.c
  CC              infognthkf.c
  CC              infovallenf.c
  CC              info_setf.c
  CC              pack_externalf.c
  CC              packesizef.c
  CC              reqgetstatf.c
  CC              typedarrayf.c
  CC              typechindf.c
  CC              typechvecf.c
  CC              typecindbf.c
  CC              typecresizef.c
  CC              typecstructf.c
  CC              typecsubarrf.c
  CC              typegetextentf.c
  CC              typegtextf.c
  CC              unpackextf.c
  CC              wincreerrf.c
  CC              wingeterrf.c
  CC              winseterrf.c
  CC              reduce_localf.c
  CC              op_commutativef.c
  CC              reduce_scatter_blockf.c
  CC              dist_graph_create_adjacentf.c
  CC              dist_graph_createf.c
  CC              dist_graph_neighbors_countf.c
  CC              dist_graph_neighborsf.c
  CC              file_openf.c
  CC              file_closef.c
  CC              file_deletef.c
  CC              file_set_sizef.c
  CC              file_preallocatef.c
  CC              file_get_sizef.c
  CC              file_get_groupf.c
  CC              file_get_amodef.c
  CC              file_set_infof.c
  CC              file_get_infof.c
  CC              file_set_viewf.c
  CC              file_get_viewf.c
  CC              file_read_atf.c
  CC              file_read_at_allf.c
  CC              file_write_atf.c
  CC              file_write_at_allf.c
  CC              file_iread_atf.c
  CC              file_iwrite_atf.c
  CC              file_readf.c
  CC              file_read_allf.c
  CC              file_writef.c
  CC              file_write_allf.c
  CC              file_ireadf.c
  CC              file_iwritef.c
  CC              file_seekf.c
  CC              file_get_positionf.c
  CC              file_get_byte_offsetf.c
  CC              file_read_sharedf.c
  CC              file_write_sharedf.c
  CC              file_iread_sharedf.c
  CC              file_iwrite_sharedf.c
  CC              file_read_orderedf.c
  CC              file_write_orderedf.c
  CC              file_seek_sharedf.c
  CC              file_get_position_sharedf.c
  CC              file_read_at_all_beginf.c
  CC              file_read_at_all_endf.c
  CC              file_write_at_all_beginf.c
  CC              file_write_at_all_endf.c
  CC              file_read_all_beginf.c
  CC              file_read_all_endf.c
  CC              file_write_all_beginf.c
  CC              file_write_all_endf.c
  CC              file_read_ordered_beginf.c
  CC              file_read_ordered_endf.c
  CC              file_write_ordered_beginf.c
  CC              file_write_ordered_endf.c
  CC              file_get_type_extentf.c
  CC              register_datarepf.c
  CC              file_set_atomicityf.c
  CC              file_get_atomicityf.c
  CC              file_syncf.c
  CC              initf.c
  CC              initthreadf.c
  CC              pcontrolf.c
  CC              addressf.c
  CC              getaddressf.c
  CC              wtimef.c
  CC              wtickf.c
  CC              keyval_createf.c
  CC              dup_fnf.c
  CC              null_del_fnf.c
  CC              null_copy_fnf.c
  CC              dup_comm_fnf.c
  CC              null_comm_del_fnf.c
  CC              null_comm_copy_fnf.c
  CC              dup_win_fnf.c
  CC              null_win_del_fnf.c
  CC              null_win_copy_fnf.c
  CC              dup_type_fnf.c
  CC              null_type_del_fnf.c
  CC              null_type_copy_fnf.c
  CC              statusf2c.c
  CC              statusc2f.c
  CC              setbot.c
  F77             setbotf.f
  AR cr ../../../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          libmpich.a
date > .libstamp2
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f77'
  CC             -D<profiling> ./sendf.c
  CC             -D<profiling> ./recvf.c
  CC             -D<profiling> ./get_countf.c
  CC             -D<profiling> ./bsendf.c
  CC             -D<profiling> ./ssendf.c
  CC             -D<profiling> ./rsendf.c
  CC             -D<profiling> ./bufattachf.c
  CC             -D<profiling> ./bufdetachf.c
  CC             -D<profiling> ./isendf.c
  CC             -D<profiling> ./ibsendf.c
  CC             -D<profiling> ./issendf.c
  CC             -D<profiling> ./irsendf.c
  CC             -D<profiling> ./irecvf.c
  CC             -D<profiling> ./waitf.c
  CC             -D<profiling> ./testf.c
  CC             -D<profiling> ./request_freef.c
  CC             -D<profiling> ./waitanyf.c
  CC             -D<profiling> ./testanyf.c
  CC             -D<profiling> ./waitallf.c
  CC             -D<profiling> ./testallf.c
  CC             -D<profiling> ./waitsomef.c
  CC             -D<profiling> ./testsomef.c
  CC             -D<profiling> ./iprobef.c
  CC             -D<profiling> ./probef.c
  CC             -D<profiling> ./cancelf.c
  CC             -D<profiling> ./testcancelf.c
  CC             -D<profiling> ./send_initf.c
  CC             -D<profiling> ./bsend_initf.c
  CC             -D<profiling> ./ssend_initf.c
  CC             -D<profiling> ./rsend_initf.c
  CC             -D<profiling> ./recv_initf.c
  CC             -D<profiling> ./startf.c
  CC             -D<profiling> ./startallf.c
  CC             -D<profiling> ./sendrecvf.c
  CC             -D<profiling> ./sndrcvrplf.c
  CC             -D<profiling> ./typecontigf.c
  CC             -D<profiling> ./type_vectorf.c
  CC             -D<profiling> ./type_hvectorf.c
  CC             -D<profiling> ./type_indexedf.c
  CC             -D<profiling> ./type_hindexedf.c
  CC             -D<profiling> ./type_structf.c
  CC             -D<profiling> ./type_extentf.c
  CC             -D<profiling> ./type_sizef.c
  CC             -D<profiling> ./type_lbf.c
  CC             -D<profiling> ./type_ubf.c
  CC             -D<profiling> ./type_commitf.c
  CC             -D<profiling> ./type_freef.c
  CC             -D<profiling> ./get_elementsf.c
  CC             -D<profiling> ./packf.c
  CC             -D<profiling> ./unpackf.c
  CC             -D<profiling> ./pack_sizef.c
  CC             -D<profiling> ./barrierf.c
  CC             -D<profiling> ./bcastf.c
  CC             -D<profiling> ./gatherf.c
  CC             -D<profiling> ./gathervf.c
  CC             -D<profiling> ./scatterf.c
  CC             -D<profiling> ./scattervf.c
  CC             -D<profiling> ./allgatherf.c
  CC             -D<profiling> ./allgathervf.c
  CC             -D<profiling> ./alltoallf.c
  CC             -D<profiling> ./alltoallvf.c
  CC             -D<profiling> ./reducef.c
  CC             -D<profiling> ./op_createf.c
  CC             -D<profiling> ./op_freef.c
  CC             -D<profiling> ./allreducef.c
  CC             -D<profiling> ./redscatf.c
  CC             -D<profiling> ./scanf.c
  CC             -D<profiling> ./group_sizef.c
  CC             -D<profiling> ./group_rankf.c
  CC             -D<profiling> ./grouptranksf.c
  CC             -D<profiling> ./group_comparef.c
  CC             -D<profiling> ./comm_groupf.c
  CC             -D<profiling> ./group_unionf.c
  CC             -D<profiling> ./groupinterf.c
  CC             -D<profiling> ./groupdifff.c
  CC             -D<profiling> ./group_inclf.c
  CC             -D<profiling> ./group_exclf.c
  CC             -D<profiling> ./grouprinclf.c
  CC             -D<profiling> ./grouprexclf.c
  CC             -D<profiling> ./group_freef.c
  CC             -D<profiling> ./comm_sizef.c
  CC             -D<profiling> ./comm_rankf.c
  CC             -D<profiling> ./comm_comparef.c
  CC             -D<profiling> ./comm_dupf.c
  CC             -D<profiling> ./comm_createf.c
  CC             -D<profiling> ./comm_splitf.c
  CC             -D<profiling> ./comm_freef.c
  CC             -D<profiling> ./commtesticf.c
  CC             -D<profiling> ./commrsizef.c
  CC             -D<profiling> ./commrgroupf.c
  CC             -D<profiling> ./iccreatef.c
  CC             -D<profiling> ./icmergef.c
  CC             -D<profiling> ./keyval_freef.c
  CC             -D<profiling> ./attr_putf.c
  CC             -D<profiling> ./attr_getf.c
  CC             -D<profiling> ./attr_deletef.c
  CC             -D<profiling> ./topo_testf.c
  CC             -D<profiling> ./cart_createf.c
  CC             -D<profiling> ./dims_createf.c
  CC             -D<profiling> ./graph_createf.c
  CC             -D<profiling> ./graphdims_getf.c
  CC             -D<profiling> ./graph_getf.c
  CC             -D<profiling> ./cartdim_getf.c
  CC             -D<profiling> ./cart_getf.c
  CC             -D<profiling> ./cart_rankf.c
  CC             -D<profiling> ./cart_coordsf.c
  CC             -D<profiling> ./grfnbcountf.c
  CC             -D<profiling> ./grfnbrsf.c
  CC             -D<profiling> ./cart_shiftf.c
  CC             -D<profiling> ./cart_subf.c
  CC             -D<profiling> ./cart_mapf.c
  CC             -D<profiling> ./graph_mapf.c
  CC             -D<profiling> ./getpnamef.c
  CC             -D<profiling> ./get_versionf.c
  CC             -D<profiling> ./errhcreatef.c
  CC             -D<profiling> ./errhsetf.c
  CC             -D<profiling> ./errhgetf.c
  CC             -D<profiling> ./errhfreef.c
  CC             -D<profiling> ./error_stringf.c
  CC             -D<profiling> ./error_classf.c
  CC             -D<profiling> ./finalizef.c
  CC             -D<profiling> ./initializedf.c
  CC             -D<profiling> ./abortf.c
  CC             -D<profiling> ./close_portf.c
  CC             -D<profiling> ./comm_acceptf.c
  CC             -D<profiling> ./comm_connectf.c
  CC             -D<profiling> ./commdiscf.c
  CC             -D<profiling> ./commparentf.c
  CC             -D<profiling> ./comm_joinf.c
  CC             -D<profiling> ./comm_spawnf.c
  CC             -D<profiling> ./spawnmultf.c
  CC             -D<profiling> ./lookup_namef.c
  CC             -D<profiling> ./open_portf.c
  CC             -D<profiling> ./publish_namef.c
  CC             -D<profiling> ./unpubnamef.c
  CC             -D<profiling> ./accumulatef.c
  CC             -D<profiling> ./getf.c
  CC             -D<profiling> ./putf.c
  CC             -D<profiling> ./win_completef.c
  CC             -D<profiling> ./win_createf.c
  CC             -D<profiling> ./win_fencef.c
  CC             -D<profiling> ./win_freef.c
  CC             -D<profiling> ./win_get_groupf.c
  CC             -D<profiling> ./win_lockf.c
  CC             -D<profiling> ./win_postf.c
  CC             -D<profiling> ./win_startf.c
  CC             -D<profiling> ./win_testf.c
  CC             -D<profiling> ./win_unlockf.c
  CC             -D<profiling> ./win_waitf.c
  CC             -D<profiling> ./alltoallwf.c
  CC             -D<profiling> ./exscanf.c
  CC             -D<profiling> ./adderrclassf.c
  CC             -D<profiling> ./adderrcodef.c
  CC             -D<profiling> ./adderrstringf.c
  CC             -D<profiling> ./commcallerrf.c
  CC             -D<profiling> ./commnewkeyf.c
  CC             -D<profiling> ./commdelattrf.c
  CC             -D<profiling> ./commfreekeyf.c
  CC             -D<profiling> ./comm_get_attrf.c
  CC             -D<profiling> ./commgetnamf.c
  CC             -D<profiling> ./comm_set_attrf.c
  CC             -D<profiling> ./comm_set_namef.c
  CC             -D<profiling> ./filecallerrf.c
  CC             -D<profiling> ./greqcompletef.c
  CC             -D<profiling> ./greqstartf.c
  CC             -D<profiling> ./isthrmainf.c
  CC             -D<profiling> ./query_threadf.c
  CC             -D<profiling> ./statgetclf.c
  CC             -D<profiling> ./statsetelf.c
  CC             -D<profiling> ./typenewkeyf.c
  CC             -D<profiling> ./typedelattrf.c
  CC             -D<profiling> ./type_dupf.c
  CC             -D<profiling> ./typefreekeyf.c
  CC             -D<profiling> ./type_get_attrf.c
  CC             -D<profiling> ./typegetcntsf.c
  CC             -D<profiling> ./typegetenvf.c
  CC             -D<profiling> ./typegnamef.c
  CC             -D<profiling> ./typesetattrf.c
  CC             -D<profiling> ./typesetnamef.c
  CC             -D<profiling> ./type_match_sizef.c
  CC             -D<profiling> ./wincallerrf.c
  CC             -D<profiling> ./winnewkeyf.c
  CC             -D<profiling> ./windelattrf.c
  CC             -D<profiling> ./winfreekeyf.c
  CC             -D<profiling> ./win_get_attrf.c
  CC             -D<profiling> ./win_get_namef.c
  CC             -D<profiling> ./win_set_attrf.c
  CC             -D<profiling> ./win_set_namef.c
  CC             -D<profiling> ./alloc_memf.c
  CC             -D<profiling> ./commcreerrf.c
  CC             -D<profiling> ./commgeterrf.c
  CC             -D<profiling> ./commseterrf.c
  CC             -D<profiling> ./filecreerrf.c
  CC             -D<profiling> ./filegeterrf.c
  CC             -D<profiling> ./fileseterrf.c
  CC             -D<profiling> ./finalizedf.c
  CC             -D<profiling> ./free_memf.c
  CC             -D<profiling> ./info_createf.c
  CC             -D<profiling> ./info_deletef.c
  CC             -D<profiling> ./info_dupf.c
  CC             -D<profiling> ./info_freef.c
  CC             -D<profiling> ./info_getf.c
  CC             -D<profiling> ./infognkf.c
  CC             -D<profiling> ./infognthkf.c
  CC             -D<profiling> ./infovallenf.c
  CC             -D<profiling> ./info_setf.c
  CC             -D<profiling> ./pack_externalf.c
  CC             -D<profiling> ./packesizef.c
  CC             -D<profiling> ./reqgetstatf.c
  CC             -D<profiling> ./typedarrayf.c
  CC             -D<profiling> ./typechindf.c
  CC             -D<profiling> ./typechvecf.c
  CC             -D<profiling> ./typecindbf.c
  CC             -D<profiling> ./typecresizef.c
  CC             -D<profiling> ./typecstructf.c
  CC             -D<profiling> ./typecsubarrf.c
  CC             -D<profiling> ./typegetextentf.c
  CC             -D<profiling> ./typegtextf.c
  CC             -D<profiling> ./unpackextf.c
  CC             -D<profiling> ./wincreerrf.c
  CC             -D<profiling> ./wingeterrf.c
  CC             -D<profiling> ./winseterrf.c
  CC             -D<profiling> ./reduce_localf.c
  CC             -D<profiling> ./op_commutativef.c
  CC             -D<profiling> ./reduce_scatter_blockf.c
  CC             -D<profiling> ./dist_graph_create_adjacentf.c
  CC             -D<profiling> ./dist_graph_createf.c
  CC             -D<profiling> ./dist_graph_neighbors_countf.c
  CC             -D<profiling> ./dist_graph_neighborsf.c
  CC             -D<profiling> ./file_openf.c
  CC             -D<profiling> ./file_closef.c
  CC             -D<profiling> ./file_deletef.c
  CC             -D<profiling> ./file_set_sizef.c
  CC             -D<profiling> ./file_preallocatef.c
  CC             -D<profiling> ./file_get_sizef.c
  CC             -D<profiling> ./file_get_groupf.c
  CC             -D<profiling> ./file_get_amodef.c
  CC             -D<profiling> ./file_set_infof.c
  CC             -D<profiling> ./file_get_infof.c
  CC             -D<profiling> ./file_set_viewf.c
  CC             -D<profiling> ./file_get_viewf.c
  CC             -D<profiling> ./file_read_atf.c
  CC             -D<profiling> ./file_read_at_allf.c
  CC             -D<profiling> ./file_write_atf.c
  CC             -D<profiling> ./file_write_at_allf.c
  CC             -D<profiling> ./file_iread_atf.c
  CC             -D<profiling> ./file_iwrite_atf.c
  CC             -D<profiling> ./file_readf.c
  CC             -D<profiling> ./file_read_allf.c
  CC             -D<profiling> ./file_writef.c
  CC             -D<profiling> ./file_write_allf.c
  CC             -D<profiling> ./file_ireadf.c
  CC             -D<profiling> ./file_iwritef.c
  CC             -D<profiling> ./file_seekf.c
  CC             -D<profiling> ./file_get_positionf.c
  CC             -D<profiling> ./file_get_byte_offsetf.c
  CC             -D<profiling> ./file_read_sharedf.c
  CC             -D<profiling> ./file_write_sharedf.c
  CC             -D<profiling> ./file_iread_sharedf.c
  CC             -D<profiling> ./file_iwrite_sharedf.c
  CC             -D<profiling> ./file_read_orderedf.c
  CC             -D<profiling> ./file_write_orderedf.c
  CC             -D<profiling> ./file_seek_sharedf.c
  CC             -D<profiling> ./file_get_position_sharedf.c
  CC             -D<profiling> ./file_read_at_all_beginf.c
  CC             -D<profiling> ./file_read_at_all_endf.c
  CC             -D<profiling> ./file_write_at_all_beginf.c
  CC             -D<profiling> ./file_write_at_all_endf.c
  CC             -D<profiling> ./file_read_all_beginf.c
  CC             -D<profiling> ./file_read_all_endf.c
  CC             -D<profiling> ./file_write_all_beginf.c
  CC             -D<profiling> ./file_write_all_endf.c
  CC             -D<profiling> ./file_read_ordered_beginf.c
  CC             -D<profiling> ./file_read_ordered_endf.c
  CC             -D<profiling> ./file_write_ordered_beginf.c
  CC             -D<profiling> ./file_write_ordered_endf.c
  CC             -D<profiling> ./file_get_type_extentf.c
  CC             -D<profiling> ./register_datarepf.c
  CC             -D<profiling> ./file_set_atomicityf.c
  CC             -D<profiling> ./file_get_atomicityf.c
  CC             -D<profiling> ./file_syncf.c
  CC             -D<profiling> ./initf.c
  CC             -D<profiling> ./initthreadf.c
  CC             -D<profiling> ./pcontrolf.c
  CC             -D<profiling> ./addressf.c
  CC             -D<profiling> ./getaddressf.c
  CC             -D<profiling> ./wtimef.c
  CC             -D<profiling> ./wtickf.c
  CC             -D<profiling> ./keyval_createf.c
  CC             -D<profiling> ./dup_fnf.c
  CC             -D<profiling> ./null_del_fnf.c
  CC             -D<profiling> ./null_copy_fnf.c
  CC             -D<profiling> ./dup_comm_fnf.c
  CC             -D<profiling> ./null_comm_del_fnf.c
  CC             -D<profiling> ./null_comm_copy_fnf.c
  CC             -D<profiling> ./dup_win_fnf.c
  CC             -D<profiling> ./null_win_del_fnf.c
  CC             -D<profiling> ./null_win_copy_fnf.c
  CC             -D<profiling> ./dup_type_fnf.c
  CC             -D<profiling> ./null_type_del_fnf.c
  CC             -D<profiling> ./null_type_copy_fnf.c
  CC             -D<profiling> ./statusf2c.c
  CC             -D<profiling> ./statusc2f.c
  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          libpmpich.a
date > .libstamp4
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f77'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f77'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f90'
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
g95 -O2 -I. -c ./mpi_constants.f90
g95 -O2 -I. -c mpi_sizeofs.f90
g95 -O2 -I. -c mpi_base.f90
g95 -O2 -I. -c ./mpi.f90
  CC              create_f90_int.c
  CC              create_f90_real.c
  CC              create_f90_complex.c
  CC              typef90cmplxf.c
  CC              typef90realf.c
  CC              typef90intf.c
  CC              create_f90_util.c
  AR cr ../../../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          libmpich.a
date > .libstamp0
  AR cr libmpichf90.a mpi.o mpi_constants.o mpi_sizeofs.o mpi_base.o
  RANLIB          libmpichf90.a
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f90'
  CC             -D<profiling> ./create_f90_int.c
  CC             -D<profiling> ./create_f90_real.c
  CC             -D<profiling> ./create_f90_complex.c
  CC             -D<profiling> ./typef90cmplxf.c
  CC             -D<profiling> ./typef90realf.c
  CC             -D<profiling> ./typef90intf.c
  AR cr ../../../lib/libpmpich.a _create_f90_int.o _create_f90_real.o _create_f90_complex.o _typef90cmplxf.o _typef90realf.o _typef90intf.o
  RANLIB          libpmpich.a
date > .libstamp2
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f90'
make all-postamble
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f90'
if [ -s libmpichf90.a ] ; then \
   cp -p libmpichf90.a ../../../lib ; fi
if [ -s libmpichf90.la ] ; then \
   cp -p libmpichf90.la ../../../lib ; fi
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f90'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f90'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/cxx'
  CXX             initcxx.cxx
  AR cr ../../../lib/libmpichcxx.a initcxx.o
  RANLIB          libmpichcxx.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/cxx'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/env'
  CC              mpich2version.c
gcc -O2   -o mpich2version mpich2version.o  \
../../lib/libmpich.a -lpthread   
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/env'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/packaging'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/packaging/pkgconfig'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/packaging/pkgconfig'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/packaging/envmods'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/packaging/envmods'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/packaging'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2'
make --no-print-directory  build_lib_bin

**** Making src/misc ....
make --no-print-directory  build_lib_bin
make --no-print-directory  mpe_debug_objs 
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_nompi.a
gcc -I.. -I../include  -I../../.. -I../../../include -O2  -DMPE_NOMPI -o mpehname.no -c mpehname.c
mpehname.c: In function 「MPE_GetHostName」:
mpehname.c:59:16: 警告:初始化丟棄了指標目的類型的限定
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_nompi.a mpehname.no
ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_nompi.a
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe.a
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../include  -I../../.. -I../../../include   -o decomp.po -c decomp.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../include  -I../../.. -I../../../include   -o mpe_seq.po -c mpe_seq.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../include  -I../../.. -I../../../include   -o dbxerr.po -c dbxerr.c
dbxerr.c: In function 「MPE_DefaultHandler」:
dbxerr.c:429:1: 錯誤:expected 「=」, 「,」, 「;」, 「asm」 or 「__attribute__」 before 「{」 token
dbxerr.c:459:1: 錯誤:expected 「=」, 「,」, 「;」, 「asm」 or 「__attribute__」 before 「{」 token
dbxerr.c:408:6: 錯誤:引數 「sig」 與原型不符
dbxerr.c:407:6: 錯誤:prototype declaration
dbxerr.c:475:1: 錯誤:expected 「{」 at end of input
Makefile:82: recipe for target `dbxerr.po' failed
make[7]: *** [dbxerr.po] Error 1
Makefile:111: recipe for target `default' failed
make[6]: *** [default] Error 2
Makefile:43: recipe for target `build_lib_bin' failed
make[5]: *** [build_lib_bin] Error 2
Makefile:26: recipe for target `all' failed
make[4]: *** [all] Error 2

**** Making src/callstack ....
make --no-print-directory  build_lib_bin
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include  -I../../.. -I../../../include   -o iterator.po -c iterator.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include  -I../../.. -I../../../include   -o fancyprint.po -c fancyprint.c
gcc -I.. -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include  -I../../.. -I../../../include -O2  -o iterator.no -c iterator.c
gcc -I.. -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include  -I../../.. -I../../../include -O2  -o fancyprint.no -c fancyprint.c
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_nompi.a
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_nompi.a iterator.no fancyprint.no
ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_nompi.a
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe.a
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe.a iterator.po fancyprint.po
ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe.a
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/bin/check_callstack.exe
gcc -I.. -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include  -I../../.. -I../../../include -O2  -o check_callstack.no -c check_callstack.c
cp -f check_callstack.no mpe2tmp.o
gcc  -O2  -o /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/bin/check_callstack.exe mpe2tmp.o \
                         -L/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib -lmpe_nompi

**** Making src/logging ....
make --no-print-directory  build_lib_bin
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o mpi_null.no -c mpi_null.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_util.no -c clog_util.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_timer.no -c clog_timer.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_uuid.no -c clog_uuid.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_commset.no -c clog_commset.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_preamble.no -c clog_preamble.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_record.no -c clog_record.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_sync.no -c clog_sync.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_block.no -c clog_block.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_buffer.no -c clog_buffer.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_merger.no -c clog_merger.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_cache.no -c clog_cache.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_joiner.no -c clog_joiner.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog.no -c clog.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/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/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o mpe_log.no -c mpe_log.c
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o mpe_log_null.no -c mpe_log_null.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o mpe_log_null.po -c mpe_log_null.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_util.po -c clog_util.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_timer.po -c clog_timer.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_uuid.po -c clog_uuid.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_commset.po -c clog_commset.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_preamble.po -c clog_preamble.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_record.po -c clog_record.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_sync.po -c clog_sync.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_block.po -c clog_block.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_buffer.po -c clog_buffer.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_merger.po -c clog_merger.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_cache.po -c clog_cache.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog_joiner.po -c clog_joiner.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o clog.po -c clog.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o mpe_log_thread.po -c mpe_log_thread.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o mpe_log.po -c mpe_log.c
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_nompi.a
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/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/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o mpe_logf.no -c mpe_logf.c
ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_nompi.a
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_nompi_null.a
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_nompi_null.a mpi_null.no mpe_log_null.no
make[8]: `mpe_logf.no' is up to date.
ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_nompi_null.a
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_null.a
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_null.a mpe_log_null.po
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include   -o mpe_logf.po -c mpe_logf.c
ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_null.a
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe.a
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/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 /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe.a
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/bin/clog2_print.exe  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/bin/clog2_join.exe  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/bin/clog2_repair.exe
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_print.no -c clog_print.c
cp -f clog_print.no mpe2tmp1.o
gcc  -O2  -o /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/bin/clog2_print.exe mpe2tmp1.o \
                         -L/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib -lmpe_nompi
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_join.no -c clog_join.c
cp -f clog_join.no mpe2tmp2.o
gcc  -O2  -o /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/bin/clog2_join.exe mpe2tmp2.o \
                         -L/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib -lmpe_nompi
gcc -I.. -I../../..  -I../include -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include -I../../../include -O2  -DCLOG_NOMPI -o clog_repair.no -c clog_repair.c
cp -f clog_repair.no mpe2tmp3.o
gcc  -O2  -o /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/bin/clog2_repair.exe mpe2tmp3.o \
                         -L/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib -lmpe_nompi

**** Making src/wrappers ....
make --no-print-directory  build_lib_bin
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include  -I../../.. -I../../../include   -c log_mpi_util.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include  -I../../.. -I../../../include   -c log_mpi_core.c
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include  -I../../.. -I../../../include   -c trace_mpi_core.c
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/liblmpe.a
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/liblmpe.a log_mpi_util.o log_mpi_core.o
ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/liblmpe.a
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libtmpe.a
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libtmpe.a trace_mpi_core.o
ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libtmpe.a
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpif77   -c mpi_f2c_consts.f
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include  -I../../.. -I../../../include   -c mpe_proff.c
ar cr /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_f2cmpi.a mpi_f2c_consts.o log_mpi_util.o mpe_proff.o
ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/libmpe_f2cmpi.a
make --no-print-directory  /cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/lib/mpe_prof.o
/cygdrive/c/cygwin/mpich2-1.4.1p1/bin/mpicc -I.. -I../include  -I/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2/include  -I../../.. -I../../../include   -c mpe_prof.c
make --no-print-directory  linktest_all
make --no-print-directory  linktest_C
make --no-print-directory  linktest_F77


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


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

make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pmi'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pmi/simple'
  CC              simple_pmiutil.c
  CC              simple_pmi.c
  AR cr ../../../lib/libmpich.a simple_pmiutil.o simple_pmi.o
  RANLIB          libmpich.a
date > .libstamp0
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pmi/simple'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pmi'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
Making all in ../../mpl
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
Making all in .
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
  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     topo.lo
  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_wait.lo
  CC     bsci_env.lo
  CC     bscu_wait.lo
  CC     bscu_cb.lo
  CC     external_common.lo
  CC     external_common_launch.lo
  CC     fork_init.lo
  CC     user_init.lo
  CC     manual_init.lo
  CC     rsh_init.lo
  CC     rsh_env.lo
  CC     ssh_init.lo
  CC     ssh.lo
  CC     ssh_env.lo
  CC     ssh_finalize.lo
  CC     slurm_init.lo
  CC     slurm_launch.lo
  CC     slurm_env.lo
  CC     slurm_query_native_int.lo
  CC     slurm_query_node_list.lo
  CC     slurm_query_proxy_id.lo
  CC     slurm_query_jobid.lo
  CC     ll_init.lo
  CC     ll_launch.lo
  CC     ll_query_native_int.lo
  CC     ll_query_node_list.lo
  CC     ll_query_proxy_id.lo
  CC     ll_env.lo
  CC     lsf_init.lo
  CC     lsf_query_native_int.lo
  CC     lsf_query_node_list.lo
  CC     lsf_env.lo
  CC     sge_init.lo
  CC     sge_query_native_int.lo
  CC     sge_query_node_list.lo
  CC     sge_env.lo
  CC     pbs_init.lo
  CC     pbs_query_native_int.lo
  CC     pbs_query_node_list.lo
  CC     pbs_query_jobid.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.exe
  CC     hydra_nameserver-hydra_nameserver.o
  CCLD   hydra_nameserver.exe
  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.exe
  CC     mpiexec.o
  CC     utils.o
  CCLD   mpiexec.hydra.exe
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm'
make all-postamble
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src'
for dir in mpl openpa ; do \
    (cd $dir && make prefix=/cygdrive/c/cygwin/mpich2-1.4.1p1 exec_prefix=/cygdrive/c/cygwin/mpich2-1.4.1p1 \
    bindir=/cygdrive/c/cygwin/mpich2-1.4.1p1/bin libdir=/cygdrive/c/cygwin/mpich2-1.4.1p1/lib \
    includedir=/cygdrive/c/cygwin/mpich2-1.4.1p1/include docdir=/cygdrive/c/cygwin/mpich2-1.4.1p1/share/doc install) ; \
done
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
test -z "/cygdrive/c/cygwin/mpich2-1.4.1p1/lib" || /usr/bin/mkdir -p "/cygdrive/c/cygwin/mpich2-1.4.1p1/lib"
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libmpl.la '/cygdrive/c/cygwin/mpich2-1.4.1p1/lib'
libtool: install: /usr/bin/install -c .libs/libmpl.lai /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpl.la
libtool: install: /usr/bin/install -c .libs/libmpl.a /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpl.a
libtool: install: chmod 644 /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpl.a
libtool: install: ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libmpl.a
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
Making install in src
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
test -z "/cygdrive/c/cygwin/mpich2-1.4.1p1/lib" || /usr/bin/mkdir -p "/cygdrive/c/cygwin/mpich2-1.4.1p1/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libopa.la '/cygdrive/c/cygwin/mpich2-1.4.1p1/lib'
libtool: install: /usr/bin/install -c .libs/libopa.lai /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libopa.la
libtool: install: /usr/bin/install -c .libs/libopa.a /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libopa.a
libtool: install: chmod 644 /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libopa.a
libtool: install: ranlib /cygdrive/c/cygwin/mpich2-1.4.1p1/lib/libopa.a
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
test -z "/cygdrive/c/cygwin/mpich2-1.4.1p1/include" || /usr/bin/mkdir -p "/cygdrive/c/cygwin/mpich2-1.4.1p1/include"
 /usr/bin/install -c -m 644 opa_config.h opa_primitives.h opa_queue.h opa_util.h '/cygdrive/c/cygwin/mpich2-1.4.1p1/include'
test -z "/cygdrive/c/cygwin/mpich2-1.4.1p1/include" || /usr/bin/mkdir -p "/cygdrive/c/cygwin/mpich2-1.4.1p1/include"
/usr/bin/mkdir -p '/cygdrive/c/cygwin/mpich2-1.4.1p1/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 '/cygdrive/c/cygwin/mpich2-1.4.1p1/include/primitives'
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
Making install in test
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/test'
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/test'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/test'
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/test'
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[5]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/cygdrive/c/cygwin/mpich2-1.4.1p1/share/doc" || /usr/bin/mkdir -p "/cygdrive/c/cygwin/mpich2-1.4.1p1/share/doc"
 /usr/bin/install -c -m 644 README '/cygdrive/c/cygwin/mpich2-1.4.1p1/share/doc'
test -z "/cygdrive/c/cygwin/mpich2-1.4.1p1/lib/pkgconfig" || /usr/bin/mkdir -p "/cygdrive/c/cygwin/mpich2-1.4.1p1/lib/pkgconfig"
 /usr/bin/install -c -m 644 openpa.pc '/cygdrive/c/cygwin/mpich2-1.4.1p1/lib/pkgconfig'
make[5]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src'
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src'
make all-postamble
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1'
( cd examples && make )
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/examples'
  CC              cpi.c
../bin/mpicc   -o cpi cpi.o  -lm 
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/examples'
Make completed
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1'
-------------- next part --------------
if [ ! -d /usr/local ] ; then mkdir -p /usr/local ; fi
if [ ! -d /usr/local/share ] ; then mkdir -p /usr/local/share ; fi
if [ ! -d /usr/local/share/doc/ ] ; then mkdir -p /usr/local/share/doc/ ; fi
if [ ! -d /usr/local/share/man ] ; then mkdir -p /usr/local/share/man ; fi
if [ ! -d /usr/local/include ] ; then mkdir -p /usr/local/include ; fi
if [ ! -d /usr/local ] ; then mkdir -p /usr/local ; fi
if [ ! -d /usr/local/lib ] ; then mkdir -p /usr/local/lib ; fi
make install-local
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1'
if [ "no" = "yes" ] ; then \
    /usr/bin/install -c -m 644 src/mpi/debugger/libtvmpich2.dll \
		/usr/local/lib/libtvmpich2.dll ; fi
if [ -n "" ] ; then \
    for pm in  /dev/null ; do \
	if [ -d src/pm/$pm ] ; then \
	     (cd src/pm/$pm && \
	make DESTDIR= prefix=/usr/local bindir=/usr/local/bin install-alt ) ; \
	fi ; \
    done ; \
fi
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1'
/usr/bin/install -c -m 644  src/include/mpi.h /usr/local/include/mpi.h
/usr/bin/install -c -m 644  ./src/include/mpix.h /usr/local/include/mpix.h
/usr/bin/install -c -m 644  lib/libmpich.a /usr/local/lib/libmpich.a
if [ ! -d /usr/local/share/doc/ ] ; then mkdir -p /usr/local/share/doc/ ; fi
/usr/bin/install -c -m 644 index.htm /usr/local/share/doc//index.htm
/usr/bin/install -c -m 644 index.htm /usr/local/share/doc//www1/index.htm
/usr/bin/install -c -m 644 MPI.html /usr/local/share/doc//www1/MPI.html
/usr/bin/install -c -m 644 mpicc.html /usr/local/share/doc//www1/mpicc.html
/usr/bin/install -c -m 644 mpicxx.html /usr/local/share/doc//www1/mpicxx.html
/usr/bin/install -c -m 644 mpiexec.html /usr/local/share/doc//www1/mpiexec.html
/usr/bin/install -c -m 644 mpif77.html /usr/local/share/doc//www1/mpif77.html
/usr/bin/install -c -m 644 mpif90.html /usr/local/share/doc//www1/mpif90.html
/usr/bin/install -c -m 644 index.htm /usr/local/share/doc//www3/index.htm
/usr/bin/install -c -m 644 MPI_Abort.html /usr/local/share/doc//www3/MPI_Abort.html
/usr/bin/install -c -m 644 MPI_Accumulate.html /usr/local/share/doc//www3/MPI_Accumulate.html
/usr/bin/install -c -m 644 MPI_Add_error_class.html /usr/local/share/doc//www3/MPI_Add_error_class.html
/usr/bin/install -c -m 644 MPI_Add_error_code.html /usr/local/share/doc//www3/MPI_Add_error_code.html
/usr/bin/install -c -m 644 MPI_Add_error_string.html /usr/local/share/doc//www3/MPI_Add_error_string.html
/usr/bin/install -c -m 644 MPI_Address.html /usr/local/share/doc//www3/MPI_Address.html
/usr/bin/install -c -m 644 MPI_Allgather.html /usr/local/share/doc//www3/MPI_Allgather.html
/usr/bin/install -c -m 644 MPI_Allgatherv.html /usr/local/share/doc//www3/MPI_Allgatherv.html
/usr/bin/install -c -m 644 MPI_Alloc_mem.html /usr/local/share/doc//www3/MPI_Alloc_mem.html
/usr/bin/install -c -m 644 MPI_Allreduce.html /usr/local/share/doc//www3/MPI_Allreduce.html
/usr/bin/install -c -m 644 MPI_Alltoall.html /usr/local/share/doc//www3/MPI_Alltoall.html
/usr/bin/install -c -m 644 MPI_Alltoallv.html /usr/local/share/doc//www3/MPI_Alltoallv.html
/usr/bin/install -c -m 644 MPI_Alltoallw.html /usr/local/share/doc//www3/MPI_Alltoallw.html
/usr/bin/install -c -m 644 MPI_Attr_delete.html /usr/local/share/doc//www3/MPI_Attr_delete.html
/usr/bin/install -c -m 644 MPI_Attr_get.html /usr/local/share/doc//www3/MPI_Attr_get.html
/usr/bin/install -c -m 644 MPI_Attr_put.html /usr/local/share/doc//www3/MPI_Attr_put.html
/usr/bin/install -c -m 644 MPI_Barrier.html /usr/local/share/doc//www3/MPI_Barrier.html
/usr/bin/install -c -m 644 MPI_Bcast.html /usr/local/share/doc//www3/MPI_Bcast.html
/usr/bin/install -c -m 644 MPI_Bsend.html /usr/local/share/doc//www3/MPI_Bsend.html
/usr/bin/install -c -m 644 MPI_Bsend_init.html /usr/local/share/doc//www3/MPI_Bsend_init.html
/usr/bin/install -c -m 644 MPI_Buffer_attach.html /usr/local/share/doc//www3/MPI_Buffer_attach.html
/usr/bin/install -c -m 644 MPI_Buffer_detach.html /usr/local/share/doc//www3/MPI_Buffer_detach.html
/usr/bin/install -c -m 644 MPI_Cancel.html /usr/local/share/doc//www3/MPI_Cancel.html
/usr/bin/install -c -m 644 MPI_Cart_coords.html /usr/local/share/doc//www3/MPI_Cart_coords.html
/usr/bin/install -c -m 644 MPI_Cart_create.html /usr/local/share/doc//www3/MPI_Cart_create.html
/usr/bin/install -c -m 644 MPI_Cart_get.html /usr/local/share/doc//www3/MPI_Cart_get.html
/usr/bin/install -c -m 644 MPI_Cart_map.html /usr/local/share/doc//www3/MPI_Cart_map.html
/usr/bin/install -c -m 644 MPI_Cart_rank.html /usr/local/share/doc//www3/MPI_Cart_rank.html
/usr/bin/install -c -m 644 MPI_Cart_shift.html /usr/local/share/doc//www3/MPI_Cart_shift.html
/usr/bin/install -c -m 644 MPI_Cart_sub.html /usr/local/share/doc//www3/MPI_Cart_sub.html
/usr/bin/install -c -m 644 MPI_Cartdim_get.html /usr/local/share/doc//www3/MPI_Cartdim_get.html
/usr/bin/install -c -m 644 MPI_Close_port.html /usr/local/share/doc//www3/MPI_Close_port.html
/usr/bin/install -c -m 644 MPI_Comm_accept.html /usr/local/share/doc//www3/MPI_Comm_accept.html
/usr/bin/install -c -m 644 MPI_Comm_call_errhandler.html /usr/local/share/doc//www3/MPI_Comm_call_errhandler.html
/usr/bin/install -c -m 644 MPI_Comm_compare.html /usr/local/share/doc//www3/MPI_Comm_compare.html
/usr/bin/install -c -m 644 MPI_Comm_connect.html /usr/local/share/doc//www3/MPI_Comm_connect.html
/usr/bin/install -c -m 644 MPI_Comm_create.html /usr/local/share/doc//www3/MPI_Comm_create.html
/usr/bin/install -c -m 644 MPI_Comm_create_errhandler.html /usr/local/share/doc//www3/MPI_Comm_create_errhandler.html
/usr/bin/install -c -m 644 MPI_Comm_create_keyval.html /usr/local/share/doc//www3/MPI_Comm_create_keyval.html
/usr/bin/install -c -m 644 MPI_Comm_delete_attr.html /usr/local/share/doc//www3/MPI_Comm_delete_attr.html
/usr/bin/install -c -m 644 MPI_Comm_disconnect.html /usr/local/share/doc//www3/MPI_Comm_disconnect.html
/usr/bin/install -c -m 644 MPI_Comm_dup.html /usr/local/share/doc//www3/MPI_Comm_dup.html
/usr/bin/install -c -m 644 MPI_Comm_free.html /usr/local/share/doc//www3/MPI_Comm_free.html
/usr/bin/install -c -m 644 MPI_Comm_free_keyval.html /usr/local/share/doc//www3/MPI_Comm_free_keyval.html
/usr/bin/install -c -m 644 MPI_Comm_get_attr.html /usr/local/share/doc//www3/MPI_Comm_get_attr.html
/usr/bin/install -c -m 644 MPI_Comm_get_errhandler.html /usr/local/share/doc//www3/MPI_Comm_get_errhandler.html
/usr/bin/install -c -m 644 MPI_Comm_get_name.html /usr/local/share/doc//www3/MPI_Comm_get_name.html
/usr/bin/install -c -m 644 MPI_Comm_get_parent.html /usr/local/share/doc//www3/MPI_Comm_get_parent.html
/usr/bin/install -c -m 644 MPI_Comm_group.html /usr/local/share/doc//www3/MPI_Comm_group.html
/usr/bin/install -c -m 644 MPI_Comm_join.html /usr/local/share/doc//www3/MPI_Comm_join.html
/usr/bin/install -c -m 644 MPI_Comm_rank.html /usr/local/share/doc//www3/MPI_Comm_rank.html
/usr/bin/install -c -m 644 MPI_Comm_remote_group.html /usr/local/share/doc//www3/MPI_Comm_remote_group.html
/usr/bin/install -c -m 644 MPI_Comm_remote_size.html /usr/local/share/doc//www3/MPI_Comm_remote_size.html
/usr/bin/install -c -m 644 MPI_Comm_set_attr.html /usr/local/share/doc//www3/MPI_Comm_set_attr.html
/usr/bin/install -c -m 644 MPI_Comm_set_errhandler.html /usr/local/share/doc//www3/MPI_Comm_set_errhandler.html
/usr/bin/install -c -m 644 MPI_Comm_set_name.html /usr/local/share/doc//www3/MPI_Comm_set_name.html
/usr/bin/install -c -m 644 MPI_Comm_size.html /usr/local/share/doc//www3/MPI_Comm_size.html
/usr/bin/install -c -m 644 MPI_Comm_spawn.html /usr/local/share/doc//www3/MPI_Comm_spawn.html
/usr/bin/install -c -m 644 MPI_Comm_spawn_multiple.html /usr/local/share/doc//www3/MPI_Comm_spawn_multiple.html
/usr/bin/install -c -m 644 MPI_Comm_split.html /usr/local/share/doc//www3/MPI_Comm_split.html
/usr/bin/install -c -m 644 MPI_Comm_test_inter.html /usr/local/share/doc//www3/MPI_Comm_test_inter.html
/usr/bin/install -c -m 644 MPI_Dims_create.html /usr/local/share/doc//www3/MPI_Dims_create.html
/usr/bin/install -c -m 644 MPI_Dist_graph_create.html /usr/local/share/doc//www3/MPI_Dist_graph_create.html
/usr/bin/install -c -m 644 MPI_Dist_graph_create_adjacent.html /usr/local/share/doc//www3/MPI_Dist_graph_create_adjacent.html
/usr/bin/install -c -m 644 MPI_Dist_graph_neighbors.html /usr/local/share/doc//www3/MPI_Dist_graph_neighbors.html
/usr/bin/install -c -m 644 MPI_Dist_graph_neighbors_count.html /usr/local/share/doc//www3/MPI_Dist_graph_neighbors_count.html
/usr/bin/install -c -m 644 MPI_Errhandler_create.html /usr/local/share/doc//www3/MPI_Errhandler_create.html
/usr/bin/install -c -m 644 MPI_Errhandler_free.html /usr/local/share/doc//www3/MPI_Errhandler_free.html
/usr/bin/install -c -m 644 MPI_Errhandler_get.html /usr/local/share/doc//www3/MPI_Errhandler_get.html
/usr/bin/install -c -m 644 MPI_Errhandler_set.html /usr/local/share/doc//www3/MPI_Errhandler_set.html
/usr/bin/install -c -m 644 MPI_Error_class.html /usr/local/share/doc//www3/MPI_Error_class.html
/usr/bin/install -c -m 644 MPI_Error_string.html /usr/local/share/doc//www3/MPI_Error_string.html
/usr/bin/install -c -m 644 MPI_Exscan.html /usr/local/share/doc//www3/MPI_Exscan.html
/usr/bin/install -c -m 644 MPI_File_c2f.html /usr/local/share/doc//www3/MPI_File_c2f.html
/usr/bin/install -c -m 644 MPI_File_call_errhandler.html /usr/local/share/doc//www3/MPI_File_call_errhandler.html
/usr/bin/install -c -m 644 MPI_File_close.html /usr/local/share/doc//www3/MPI_File_close.html
/usr/bin/install -c -m 644 MPI_File_create_errhandler.html /usr/local/share/doc//www3/MPI_File_create_errhandler.html
/usr/bin/install -c -m 644 MPI_File_delete.html /usr/local/share/doc//www3/MPI_File_delete.html
/usr/bin/install -c -m 644 MPI_File_f2c.html /usr/local/share/doc//www3/MPI_File_f2c.html
/usr/bin/install -c -m 644 MPI_File_get_amode.html /usr/local/share/doc//www3/MPI_File_get_amode.html
/usr/bin/install -c -m 644 MPI_File_get_atomicity.html /usr/local/share/doc//www3/MPI_File_get_atomicity.html
/usr/bin/install -c -m 644 MPI_File_get_byte_offset.html /usr/local/share/doc//www3/MPI_File_get_byte_offset.html
/usr/bin/install -c -m 644 MPI_File_get_errhandler.html /usr/local/share/doc//www3/MPI_File_get_errhandler.html
/usr/bin/install -c -m 644 MPI_File_get_group.html /usr/local/share/doc//www3/MPI_File_get_group.html
/usr/bin/install -c -m 644 MPI_File_get_info.html /usr/local/share/doc//www3/MPI_File_get_info.html
/usr/bin/install -c -m 644 MPI_File_get_position.html /usr/local/share/doc//www3/MPI_File_get_position.html
/usr/bin/install -c -m 644 MPI_File_get_position_shared.html /usr/local/share/doc//www3/MPI_File_get_position_shared.html
/usr/bin/install -c -m 644 MPI_File_get_size.html /usr/local/share/doc//www3/MPI_File_get_size.html
/usr/bin/install -c -m 644 MPI_File_get_type_extent.html /usr/local/share/doc//www3/MPI_File_get_type_extent.html
/usr/bin/install -c -m 644 MPI_File_get_view.html /usr/local/share/doc//www3/MPI_File_get_view.html
/usr/bin/install -c -m 644 MPI_File_iread.html /usr/local/share/doc//www3/MPI_File_iread.html
/usr/bin/install -c -m 644 MPI_File_iread_at.html /usr/local/share/doc//www3/MPI_File_iread_at.html
/usr/bin/install -c -m 644 MPI_File_iread_shared.html /usr/local/share/doc//www3/MPI_File_iread_shared.html
/usr/bin/install -c -m 644 MPI_File_iwrite.html /usr/local/share/doc//www3/MPI_File_iwrite.html
/usr/bin/install -c -m 644 MPI_File_iwrite_at.html /usr/local/share/doc//www3/MPI_File_iwrite_at.html
/usr/bin/install -c -m 644 MPI_File_iwrite_shared.html /usr/local/share/doc//www3/MPI_File_iwrite_shared.html
/usr/bin/install -c -m 644 MPI_File_open.html /usr/local/share/doc//www3/MPI_File_open.html
/usr/bin/install -c -m 644 MPI_File_preallocate.html /usr/local/share/doc//www3/MPI_File_preallocate.html
/usr/bin/install -c -m 644 MPI_File_read.html /usr/local/share/doc//www3/MPI_File_read.html
/usr/bin/install -c -m 644 MPI_File_read_all.html /usr/local/share/doc//www3/MPI_File_read_all.html
/usr/bin/install -c -m 644 MPI_File_read_all_begin.html /usr/local/share/doc//www3/MPI_File_read_all_begin.html
/usr/bin/install -c -m 644 MPI_File_read_all_end.html /usr/local/share/doc//www3/MPI_File_read_all_end.html
/usr/bin/install -c -m 644 MPI_File_read_at.html /usr/local/share/doc//www3/MPI_File_read_at.html
/usr/bin/install -c -m 644 MPI_File_read_at_all.html /usr/local/share/doc//www3/MPI_File_read_at_all.html
/usr/bin/install -c -m 644 MPI_File_read_at_all_begin.html /usr/local/share/doc//www3/MPI_File_read_at_all_begin.html
/usr/bin/install -c -m 644 MPI_File_read_at_all_end.html /usr/local/share/doc//www3/MPI_File_read_at_all_end.html
/usr/bin/install -c -m 644 MPI_File_read_ordered.html /usr/local/share/doc//www3/MPI_File_read_ordered.html
/usr/bin/install -c -m 644 MPI_File_read_ordered_begin.html /usr/local/share/doc//www3/MPI_File_read_ordered_begin.html
/usr/bin/install -c -m 644 MPI_File_read_ordered_end.html /usr/local/share/doc//www3/MPI_File_read_ordered_end.html
/usr/bin/install -c -m 644 MPI_File_read_shared.html /usr/local/share/doc//www3/MPI_File_read_shared.html
/usr/bin/install -c -m 644 MPI_File_seek.html /usr/local/share/doc//www3/MPI_File_seek.html
/usr/bin/install -c -m 644 MPI_File_seek_shared.html /usr/local/share/doc//www3/MPI_File_seek_shared.html
/usr/bin/install -c -m 644 MPI_File_set_atomicity.html /usr/local/share/doc//www3/MPI_File_set_atomicity.html
/usr/bin/install -c -m 644 MPI_File_set_errhandler.html /usr/local/share/doc//www3/MPI_File_set_errhandler.html
/usr/bin/install -c -m 644 MPI_File_set_info.html /usr/local/share/doc//www3/MPI_File_set_info.html
/usr/bin/install -c -m 644 MPI_File_set_size.html /usr/local/share/doc//www3/MPI_File_set_size.html
/usr/bin/install -c -m 644 MPI_File_set_view.html /usr/local/share/doc//www3/MPI_File_set_view.html
/usr/bin/install -c -m 644 MPI_File_sync.html /usr/local/share/doc//www3/MPI_File_sync.html
/usr/bin/install -c -m 644 MPI_File_write.html /usr/local/share/doc//www3/MPI_File_write.html
/usr/bin/install -c -m 644 MPI_File_write_all.html /usr/local/share/doc//www3/MPI_File_write_all.html
/usr/bin/install -c -m 644 MPI_File_write_all_begin.html /usr/local/share/doc//www3/MPI_File_write_all_begin.html
/usr/bin/install -c -m 644 MPI_File_write_all_end.html /usr/local/share/doc//www3/MPI_File_write_all_end.html
/usr/bin/install -c -m 644 MPI_File_write_at.html /usr/local/share/doc//www3/MPI_File_write_at.html
/usr/bin/install -c -m 644 MPI_File_write_at_all.html /usr/local/share/doc//www3/MPI_File_write_at_all.html
/usr/bin/install -c -m 644 MPI_File_write_at_all_begin.html /usr/local/share/doc//www3/MPI_File_write_at_all_begin.html
/usr/bin/install -c -m 644 MPI_File_write_at_all_end.html /usr/local/share/doc//www3/MPI_File_write_at_all_end.html
/usr/bin/install -c -m 644 MPI_File_write_ordered.html /usr/local/share/doc//www3/MPI_File_write_ordered.html
/usr/bin/install -c -m 644 MPI_File_write_ordered_begin.html /usr/local/share/doc//www3/MPI_File_write_ordered_begin.html
/usr/bin/install -c -m 644 MPI_File_write_ordered_end.html /usr/local/share/doc//www3/MPI_File_write_ordered_end.html
/usr/bin/install -c -m 644 MPI_File_write_shared.html /usr/local/share/doc//www3/MPI_File_write_shared.html
/usr/bin/install -c -m 644 MPI_Finalize.html /usr/local/share/doc//www3/MPI_Finalize.html
/usr/bin/install -c -m 644 MPI_Finalized.html /usr/local/share/doc//www3/MPI_Finalized.html
/usr/bin/install -c -m 644 MPI_Free_mem.html /usr/local/share/doc//www3/MPI_Free_mem.html
/usr/bin/install -c -m 644 MPI_Gather.html /usr/local/share/doc//www3/MPI_Gather.html
/usr/bin/install -c -m 644 MPI_Gatherv.html /usr/local/share/doc//www3/MPI_Gatherv.html
/usr/bin/install -c -m 644 MPI_Get.html /usr/local/share/doc//www3/MPI_Get.html
/usr/bin/install -c -m 644 MPI_Get_address.html /usr/local/share/doc//www3/MPI_Get_address.html
/usr/bin/install -c -m 644 MPI_Get_count.html /usr/local/share/doc//www3/MPI_Get_count.html
/usr/bin/install -c -m 644 MPI_Get_elements.html /usr/local/share/doc//www3/MPI_Get_elements.html
/usr/bin/install -c -m 644 MPI_Get_processor_name.html /usr/local/share/doc//www3/MPI_Get_processor_name.html
/usr/bin/install -c -m 644 MPI_Get_version.html /usr/local/share/doc//www3/MPI_Get_version.html
/usr/bin/install -c -m 644 MPI_Graph_create.html /usr/local/share/doc//www3/MPI_Graph_create.html
/usr/bin/install -c -m 644 MPI_Graph_get.html /usr/local/share/doc//www3/MPI_Graph_get.html
/usr/bin/install -c -m 644 MPI_Graph_map.html /usr/local/share/doc//www3/MPI_Graph_map.html
/usr/bin/install -c -m 644 MPI_Graph_neighbors.html /usr/local/share/doc//www3/MPI_Graph_neighbors.html
/usr/bin/install -c -m 644 MPI_Graph_neighbors_count.html /usr/local/share/doc//www3/MPI_Graph_neighbors_count.html
/usr/bin/install -c -m 644 MPI_Graphdims_get.html /usr/local/share/doc//www3/MPI_Graphdims_get.html
/usr/bin/install -c -m 644 MPI_Grequest_complete.html /usr/local/share/doc//www3/MPI_Grequest_complete.html
/usr/bin/install -c -m 644 MPI_Grequest_start.html /usr/local/share/doc//www3/MPI_Grequest_start.html
/usr/bin/install -c -m 644 MPI_Group_compare.html /usr/local/share/doc//www3/MPI_Group_compare.html
/usr/bin/install -c -m 644 MPI_Group_difference.html /usr/local/share/doc//www3/MPI_Group_difference.html
/usr/bin/install -c -m 644 MPI_Group_excl.html /usr/local/share/doc//www3/MPI_Group_excl.html
/usr/bin/install -c -m 644 MPI_Group_free.html /usr/local/share/doc//www3/MPI_Group_free.html
/usr/bin/install -c -m 644 MPI_Group_incl.html /usr/local/share/doc//www3/MPI_Group_incl.html
/usr/bin/install -c -m 644 MPI_Group_intersection.html /usr/local/share/doc//www3/MPI_Group_intersection.html
/usr/bin/install -c -m 644 MPI_Group_range_excl.html /usr/local/share/doc//www3/MPI_Group_range_excl.html
/usr/bin/install -c -m 644 MPI_Group_range_incl.html /usr/local/share/doc//www3/MPI_Group_range_incl.html
/usr/bin/install -c -m 644 MPI_Group_rank.html /usr/local/share/doc//www3/MPI_Group_rank.html
/usr/bin/install -c -m 644 MPI_Group_size.html /usr/local/share/doc//www3/MPI_Group_size.html
/usr/bin/install -c -m 644 MPI_Group_translate_ranks.html /usr/local/share/doc//www3/MPI_Group_translate_ranks.html
/usr/bin/install -c -m 644 MPI_Group_union.html /usr/local/share/doc//www3/MPI_Group_union.html
/usr/bin/install -c -m 644 MPI_Ibsend.html /usr/local/share/doc//www3/MPI_Ibsend.html
/usr/bin/install -c -m 644 MPI_Info_create.html /usr/local/share/doc//www3/MPI_Info_create.html
/usr/bin/install -c -m 644 MPI_Info_delete.html /usr/local/share/doc//www3/MPI_Info_delete.html
/usr/bin/install -c -m 644 MPI_Info_dup.html /usr/local/share/doc//www3/MPI_Info_dup.html
/usr/bin/install -c -m 644 MPI_Info_free.html /usr/local/share/doc//www3/MPI_Info_free.html
/usr/bin/install -c -m 644 MPI_Info_get.html /usr/local/share/doc//www3/MPI_Info_get.html
/usr/bin/install -c -m 644 MPI_Info_get_nkeys.html /usr/local/share/doc//www3/MPI_Info_get_nkeys.html
/usr/bin/install -c -m 644 MPI_Info_get_nthkey.html /usr/local/share/doc//www3/MPI_Info_get_nthkey.html
/usr/bin/install -c -m 644 MPI_Info_get_valuelen.html /usr/local/share/doc//www3/MPI_Info_get_valuelen.html
/usr/bin/install -c -m 644 MPI_Info_set.html /usr/local/share/doc//www3/MPI_Info_set.html
/usr/bin/install -c -m 644 MPI_Init.html /usr/local/share/doc//www3/MPI_Init.html
/usr/bin/install -c -m 644 MPI_Init_thread.html /usr/local/share/doc//www3/MPI_Init_thread.html
/usr/bin/install -c -m 644 MPI_Initialized.html /usr/local/share/doc//www3/MPI_Initialized.html
/usr/bin/install -c -m 644 MPI_Intercomm_create.html /usr/local/share/doc//www3/MPI_Intercomm_create.html
/usr/bin/install -c -m 644 MPI_Intercomm_merge.html /usr/local/share/doc//www3/MPI_Intercomm_merge.html
/usr/bin/install -c -m 644 MPI_Iprobe.html /usr/local/share/doc//www3/MPI_Iprobe.html
/usr/bin/install -c -m 644 MPI_Irecv.html /usr/local/share/doc//www3/MPI_Irecv.html
/usr/bin/install -c -m 644 MPI_Irsend.html /usr/local/share/doc//www3/MPI_Irsend.html
/usr/bin/install -c -m 644 MPI_Is_thread_main.html /usr/local/share/doc//www3/MPI_Is_thread_main.html
/usr/bin/install -c -m 644 MPI_Isend.html /usr/local/share/doc//www3/MPI_Isend.html
/usr/bin/install -c -m 644 MPI_Issend.html /usr/local/share/doc//www3/MPI_Issend.html
/usr/bin/install -c -m 644 MPI_Keyval_create.html /usr/local/share/doc//www3/MPI_Keyval_create.html
/usr/bin/install -c -m 644 MPI_Keyval_free.html /usr/local/share/doc//www3/MPI_Keyval_free.html
/usr/bin/install -c -m 644 MPI_Lookup_name.html /usr/local/share/doc//www3/MPI_Lookup_name.html
/usr/bin/install -c -m 644 MPI_Op_commute.html /usr/local/share/doc//www3/MPI_Op_commute.html
/usr/bin/install -c -m 644 MPI_Op_create.html /usr/local/share/doc//www3/MPI_Op_create.html
/usr/bin/install -c -m 644 MPI_Op_free.html /usr/local/share/doc//www3/MPI_Op_free.html
/usr/bin/install -c -m 644 MPI_Open_port.html /usr/local/share/doc//www3/MPI_Open_port.html
/usr/bin/install -c -m 644 MPI_Pack.html /usr/local/share/doc//www3/MPI_Pack.html
/usr/bin/install -c -m 644 MPI_Pack_external.html /usr/local/share/doc//www3/MPI_Pack_external.html
/usr/bin/install -c -m 644 MPI_Pack_external_size.html /usr/local/share/doc//www3/MPI_Pack_external_size.html
/usr/bin/install -c -m 644 MPI_Pack_size.html /usr/local/share/doc//www3/MPI_Pack_size.html
/usr/bin/install -c -m 644 MPI_Pcontrol.html /usr/local/share/doc//www3/MPI_Pcontrol.html
/usr/bin/install -c -m 644 MPI_Probe.html /usr/local/share/doc//www3/MPI_Probe.html
/usr/bin/install -c -m 644 MPI_Publish_name.html /usr/local/share/doc//www3/MPI_Publish_name.html
/usr/bin/install -c -m 644 MPI_Put.html /usr/local/share/doc//www3/MPI_Put.html
/usr/bin/install -c -m 644 MPI_Query_thread.html /usr/local/share/doc//www3/MPI_Query_thread.html
/usr/bin/install -c -m 644 MPI_Recv.html /usr/local/share/doc//www3/MPI_Recv.html
/usr/bin/install -c -m 644 MPI_Recv_init.html /usr/local/share/doc//www3/MPI_Recv_init.html
/usr/bin/install -c -m 644 MPI_Reduce.html /usr/local/share/doc//www3/MPI_Reduce.html
/usr/bin/install -c -m 644 MPI_Reduce_local.html /usr/local/share/doc//www3/MPI_Reduce_local.html
/usr/bin/install -c -m 644 MPI_Reduce_scatter.html /usr/local/share/doc//www3/MPI_Reduce_scatter.html
/usr/bin/install -c -m 644 MPI_Reduce_scatter_block.html /usr/local/share/doc//www3/MPI_Reduce_scatter_block.html
/usr/bin/install -c -m 644 MPI_Register_datarep.html /usr/local/share/doc//www3/MPI_Register_datarep.html
/usr/bin/install -c -m 644 MPI_Request_free.html /usr/local/share/doc//www3/MPI_Request_free.html
/usr/bin/install -c -m 644 MPI_Request_get_status.html /usr/local/share/doc//www3/MPI_Request_get_status.html
/usr/bin/install -c -m 644 MPI_Rsend.html /usr/local/share/doc//www3/MPI_Rsend.html
/usr/bin/install -c -m 644 MPI_Rsend_init.html /usr/local/share/doc//www3/MPI_Rsend_init.html
/usr/bin/install -c -m 644 MPI_Scan.html /usr/local/share/doc//www3/MPI_Scan.html
/usr/bin/install -c -m 644 MPI_Scatter.html /usr/local/share/doc//www3/MPI_Scatter.html
/usr/bin/install -c -m 644 MPI_Scatterv.html /usr/local/share/doc//www3/MPI_Scatterv.html
/usr/bin/install -c -m 644 MPI_Send.html /usr/local/share/doc//www3/MPI_Send.html
/usr/bin/install -c -m 644 MPI_Send_init.html /usr/local/share/doc//www3/MPI_Send_init.html
/usr/bin/install -c -m 644 MPI_Sendrecv.html /usr/local/share/doc//www3/MPI_Sendrecv.html
/usr/bin/install -c -m 644 MPI_Sendrecv_replace.html /usr/local/share/doc//www3/MPI_Sendrecv_replace.html
/usr/bin/install -c -m 644 MPI_Ssend.html /usr/local/share/doc//www3/MPI_Ssend.html
/usr/bin/install -c -m 644 MPI_Ssend_init.html /usr/local/share/doc//www3/MPI_Ssend_init.html
/usr/bin/install -c -m 644 MPI_Start.html /usr/local/share/doc//www3/MPI_Start.html
/usr/bin/install -c -m 644 MPI_Startall.html /usr/local/share/doc//www3/MPI_Startall.html
/usr/bin/install -c -m 644 MPI_Status_set_cancelled.html /usr/local/share/doc//www3/MPI_Status_set_cancelled.html
/usr/bin/install -c -m 644 MPI_Status_set_elements.html /usr/local/share/doc//www3/MPI_Status_set_elements.html
/usr/bin/install -c -m 644 MPI_Test.html /usr/local/share/doc//www3/MPI_Test.html
/usr/bin/install -c -m 644 MPI_Test_cancelled.html /usr/local/share/doc//www3/MPI_Test_cancelled.html
/usr/bin/install -c -m 644 MPI_Testall.html /usr/local/share/doc//www3/MPI_Testall.html
/usr/bin/install -c -m 644 MPI_Testany.html /usr/local/share/doc//www3/MPI_Testany.html
/usr/bin/install -c -m 644 MPI_Testsome.html /usr/local/share/doc//www3/MPI_Testsome.html
/usr/bin/install -c -m 644 MPI_Topo_test.html /usr/local/share/doc//www3/MPI_Topo_test.html
/usr/bin/install -c -m 644 MPI_Type_commit.html /usr/local/share/doc//www3/MPI_Type_commit.html
/usr/bin/install -c -m 644 MPI_Type_contiguous.html /usr/local/share/doc//www3/MPI_Type_contiguous.html
/usr/bin/install -c -m 644 MPI_Type_create_darray.html /usr/local/share/doc//www3/MPI_Type_create_darray.html
/usr/bin/install -c -m 644 MPI_Type_create_hindexed.html /usr/local/share/doc//www3/MPI_Type_create_hindexed.html
/usr/bin/install -c -m 644 MPI_Type_create_hvector.html /usr/local/share/doc//www3/MPI_Type_create_hvector.html
/usr/bin/install -c -m 644 MPI_Type_create_indexed_block.html /usr/local/share/doc//www3/MPI_Type_create_indexed_block.html
/usr/bin/install -c -m 644 MPI_Type_create_keyval.html /usr/local/share/doc//www3/MPI_Type_create_keyval.html
/usr/bin/install -c -m 644 MPI_Type_create_resized.html /usr/local/share/doc//www3/MPI_Type_create_resized.html
/usr/bin/install -c -m 644 MPI_Type_create_struct.html /usr/local/share/doc//www3/MPI_Type_create_struct.html
/usr/bin/install -c -m 644 MPI_Type_create_subarray.html /usr/local/share/doc//www3/MPI_Type_create_subarray.html
/usr/bin/install -c -m 644 MPI_Type_delete_attr.html /usr/local/share/doc//www3/MPI_Type_delete_attr.html
/usr/bin/install -c -m 644 MPI_Type_dup.html /usr/local/share/doc//www3/MPI_Type_dup.html
/usr/bin/install -c -m 644 MPI_Type_extent.html /usr/local/share/doc//www3/MPI_Type_extent.html
/usr/bin/install -c -m 644 MPI_Type_free.html /usr/local/share/doc//www3/MPI_Type_free.html
/usr/bin/install -c -m 644 MPI_Type_free_keyval.html /usr/local/share/doc//www3/MPI_Type_free_keyval.html
/usr/bin/install -c -m 644 MPI_Type_get_attr.html /usr/local/share/doc//www3/MPI_Type_get_attr.html
/usr/bin/install -c -m 644 MPI_Type_get_contents.html /usr/local/share/doc//www3/MPI_Type_get_contents.html
/usr/bin/install -c -m 644 MPI_Type_get_envelope.html /usr/local/share/doc//www3/MPI_Type_get_envelope.html
/usr/bin/install -c -m 644 MPI_Type_get_extent.html /usr/local/share/doc//www3/MPI_Type_get_extent.html
/usr/bin/install -c -m 644 MPI_Type_get_name.html /usr/local/share/doc//www3/MPI_Type_get_name.html
/usr/bin/install -c -m 644 MPI_Type_get_true_extent.html /usr/local/share/doc//www3/MPI_Type_get_true_extent.html
/usr/bin/install -c -m 644 MPI_Type_hindexed.html /usr/local/share/doc//www3/MPI_Type_hindexed.html
/usr/bin/install -c -m 644 MPI_Type_hvector.html /usr/local/share/doc//www3/MPI_Type_hvector.html
/usr/bin/install -c -m 644 MPI_Type_indexed.html /usr/local/share/doc//www3/MPI_Type_indexed.html
/usr/bin/install -c -m 644 MPI_Type_lb.html /usr/local/share/doc//www3/MPI_Type_lb.html
/usr/bin/install -c -m 644 MPI_Type_match_size.html /usr/local/share/doc//www3/MPI_Type_match_size.html
/usr/bin/install -c -m 644 MPI_Type_set_attr.html /usr/local/share/doc//www3/MPI_Type_set_attr.html
/usr/bin/install -c -m 644 MPI_Type_set_name.html /usr/local/share/doc//www3/MPI_Type_set_name.html
/usr/bin/install -c -m 644 MPI_Type_size.html /usr/local/share/doc//www3/MPI_Type_size.html
/usr/bin/install -c -m 644 MPI_Type_struct.html /usr/local/share/doc//www3/MPI_Type_struct.html
/usr/bin/install -c -m 644 MPI_Type_ub.html /usr/local/share/doc//www3/MPI_Type_ub.html
/usr/bin/install -c -m 644 MPI_Type_vector.html /usr/local/share/doc//www3/MPI_Type_vector.html
/usr/bin/install -c -m 644 MPI_Unpack.html /usr/local/share/doc//www3/MPI_Unpack.html
/usr/bin/install -c -m 644 MPI_Unpack_external.html /usr/local/share/doc//www3/MPI_Unpack_external.html
/usr/bin/install -c -m 644 MPI_Unpublish_name.html /usr/local/share/doc//www3/MPI_Unpublish_name.html
/usr/bin/install -c -m 644 MPI_Wait.html /usr/local/share/doc//www3/MPI_Wait.html
/usr/bin/install -c -m 644 MPI_Waitall.html /usr/local/share/doc//www3/MPI_Waitall.html
/usr/bin/install -c -m 644 MPI_Waitany.html /usr/local/share/doc//www3/MPI_Waitany.html
/usr/bin/install -c -m 644 MPI_Waitsome.html /usr/local/share/doc//www3/MPI_Waitsome.html
/usr/bin/install -c -m 644 MPI_Win_call_errhandler.html /usr/local/share/doc//www3/MPI_Win_call_errhandler.html
/usr/bin/install -c -m 644 MPI_Win_complete.html /usr/local/share/doc//www3/MPI_Win_complete.html
/usr/bin/install -c -m 644 MPI_Win_create.html /usr/local/share/doc//www3/MPI_Win_create.html
/usr/bin/install -c -m 644 MPI_Win_create_errhandler.html /usr/local/share/doc//www3/MPI_Win_create_errhandler.html
/usr/bin/install -c -m 644 MPI_Win_create_keyval.html /usr/local/share/doc//www3/MPI_Win_create_keyval.html
/usr/bin/install -c -m 644 MPI_Win_delete_attr.html /usr/local/share/doc//www3/MPI_Win_delete_attr.html
/usr/bin/install -c -m 644 MPI_Win_fence.html /usr/local/share/doc//www3/MPI_Win_fence.html
/usr/bin/install -c -m 644 MPI_Win_free.html /usr/local/share/doc//www3/MPI_Win_free.html
/usr/bin/install -c -m 644 MPI_Win_free_keyval.html /usr/local/share/doc//www3/MPI_Win_free_keyval.html
/usr/bin/install -c -m 644 MPI_Win_get_attr.html /usr/local/share/doc//www3/MPI_Win_get_attr.html
/usr/bin/install -c -m 644 MPI_Win_get_errhandler.html /usr/local/share/doc//www3/MPI_Win_get_errhandler.html
/usr/bin/install -c -m 644 MPI_Win_get_group.html /usr/local/share/doc//www3/MPI_Win_get_group.html
/usr/bin/install -c -m 644 MPI_Win_get_name.html /usr/local/share/doc//www3/MPI_Win_get_name.html
/usr/bin/install -c -m 644 MPI_Win_lock.html /usr/local/share/doc//www3/MPI_Win_lock.html
/usr/bin/install -c -m 644 MPI_Win_post.html /usr/local/share/doc//www3/MPI_Win_post.html
/usr/bin/install -c -m 644 MPI_Win_set_attr.html /usr/local/share/doc//www3/MPI_Win_set_attr.html
/usr/bin/install -c -m 644 MPI_Win_set_errhandler.html /usr/local/share/doc//www3/MPI_Win_set_errhandler.html
/usr/bin/install -c -m 644 MPI_Win_set_name.html /usr/local/share/doc//www3/MPI_Win_set_name.html
/usr/bin/install -c -m 644 MPI_Win_start.html /usr/local/share/doc//www3/MPI_Win_start.html
/usr/bin/install -c -m 644 MPI_Win_test.html /usr/local/share/doc//www3/MPI_Win_test.html
/usr/bin/install -c -m 644 MPI_Win_unlock.html /usr/local/share/doc//www3/MPI_Win_unlock.html
/usr/bin/install -c -m 644 MPI_Win_wait.html /usr/local/share/doc//www3/MPI_Win_wait.html
/usr/bin/install -c -m 644 MPI_Wtick.html /usr/local/share/doc//www3/MPI_Wtick.html
/usr/bin/install -c -m 644 MPI_Wtime.html /usr/local/share/doc//www3/MPI_Wtime.html
/usr/bin/install -c -m 644 MPIX_Group_comm_create.html /usr/local/share/doc//www3/MPIX_Group_comm_create.html
/usr/bin/install -c -m 644 MPI.1 /usr/local/share/man/man1/MPI.1
/usr/bin/install -c -m 644 mpicc.1 /usr/local/share/man/man1/mpicc.1
/usr/bin/install -c -m 644 mpicxx.1 /usr/local/share/man/man1/mpicxx.1
/usr/bin/install -c -m 644 mpiexec.1 /usr/local/share/man/man1/mpiexec.1
/usr/bin/install -c -m 644 mpif77.1 /usr/local/share/man/man1/mpif77.1
/usr/bin/install -c -m 644 mpif90.1 /usr/local/share/man/man1/mpif90.1
/usr/bin/install -c -m 644 MPI_Abort.3 /usr/local/share/man/man3/MPI_Abort.3
/usr/bin/install -c -m 644 MPI_Accumulate.3 /usr/local/share/man/man3/MPI_Accumulate.3
/usr/bin/install -c -m 644 MPI_Add_error_class.3 /usr/local/share/man/man3/MPI_Add_error_class.3
/usr/bin/install -c -m 644 MPI_Add_error_code.3 /usr/local/share/man/man3/MPI_Add_error_code.3
/usr/bin/install -c -m 644 MPI_Add_error_string.3 /usr/local/share/man/man3/MPI_Add_error_string.3
/usr/bin/install -c -m 644 MPI_Address.3 /usr/local/share/man/man3/MPI_Address.3
/usr/bin/install -c -m 644 MPI_Allgather.3 /usr/local/share/man/man3/MPI_Allgather.3
/usr/bin/install -c -m 644 MPI_Allgatherv.3 /usr/local/share/man/man3/MPI_Allgatherv.3
/usr/bin/install -c -m 644 MPI_Alloc_mem.3 /usr/local/share/man/man3/MPI_Alloc_mem.3
/usr/bin/install -c -m 644 MPI_Allreduce.3 /usr/local/share/man/man3/MPI_Allreduce.3
/usr/bin/install -c -m 644 MPI_Alltoall.3 /usr/local/share/man/man3/MPI_Alltoall.3
/usr/bin/install -c -m 644 MPI_Alltoallv.3 /usr/local/share/man/man3/MPI_Alltoallv.3
/usr/bin/install -c -m 644 MPI_Alltoallw.3 /usr/local/share/man/man3/MPI_Alltoallw.3
/usr/bin/install -c -m 644 MPI_Attr_delete.3 /usr/local/share/man/man3/MPI_Attr_delete.3
/usr/bin/install -c -m 644 MPI_Attr_get.3 /usr/local/share/man/man3/MPI_Attr_get.3
/usr/bin/install -c -m 644 MPI_Attr_put.3 /usr/local/share/man/man3/MPI_Attr_put.3
/usr/bin/install -c -m 644 MPI_Barrier.3 /usr/local/share/man/man3/MPI_Barrier.3
/usr/bin/install -c -m 644 MPI_Bcast.3 /usr/local/share/man/man3/MPI_Bcast.3
/usr/bin/install -c -m 644 MPI_Bsend.3 /usr/local/share/man/man3/MPI_Bsend.3
/usr/bin/install -c -m 644 MPI_Bsend_init.3 /usr/local/share/man/man3/MPI_Bsend_init.3
/usr/bin/install -c -m 644 MPI_Buffer_attach.3 /usr/local/share/man/man3/MPI_Buffer_attach.3
/usr/bin/install -c -m 644 MPI_Buffer_detach.3 /usr/local/share/man/man3/MPI_Buffer_detach.3
/usr/bin/install -c -m 644 MPI_Cancel.3 /usr/local/share/man/man3/MPI_Cancel.3
/usr/bin/install -c -m 644 MPI_Cart_coords.3 /usr/local/share/man/man3/MPI_Cart_coords.3
/usr/bin/install -c -m 644 MPI_Cart_create.3 /usr/local/share/man/man3/MPI_Cart_create.3
/usr/bin/install -c -m 644 MPI_Cart_get.3 /usr/local/share/man/man3/MPI_Cart_get.3
/usr/bin/install -c -m 644 MPI_Cart_map.3 /usr/local/share/man/man3/MPI_Cart_map.3
/usr/bin/install -c -m 644 MPI_Cart_rank.3 /usr/local/share/man/man3/MPI_Cart_rank.3
/usr/bin/install -c -m 644 MPI_Cart_shift.3 /usr/local/share/man/man3/MPI_Cart_shift.3
/usr/bin/install -c -m 644 MPI_Cart_sub.3 /usr/local/share/man/man3/MPI_Cart_sub.3
/usr/bin/install -c -m 644 MPI_Cartdim_get.3 /usr/local/share/man/man3/MPI_Cartdim_get.3
/usr/bin/install -c -m 644 MPI_Close_port.3 /usr/local/share/man/man3/MPI_Close_port.3
/usr/bin/install -c -m 644 MPI_Comm_accept.3 /usr/local/share/man/man3/MPI_Comm_accept.3
/usr/bin/install -c -m 644 MPI_Comm_call_errhandler.3 /usr/local/share/man/man3/MPI_Comm_call_errhandler.3
/usr/bin/install -c -m 644 MPI_Comm_compare.3 /usr/local/share/man/man3/MPI_Comm_compare.3
/usr/bin/install -c -m 644 MPI_Comm_connect.3 /usr/local/share/man/man3/MPI_Comm_connect.3
/usr/bin/install -c -m 644 MPI_Comm_create.3 /usr/local/share/man/man3/MPI_Comm_create.3
/usr/bin/install -c -m 644 MPI_Comm_create_errhandler.3 /usr/local/share/man/man3/MPI_Comm_create_errhandler.3
/usr/bin/install -c -m 644 MPI_Comm_create_keyval.3 /usr/local/share/man/man3/MPI_Comm_create_keyval.3
/usr/bin/install -c -m 644 MPI_Comm_delete_attr.3 /usr/local/share/man/man3/MPI_Comm_delete_attr.3
/usr/bin/install -c -m 644 MPI_Comm_disconnect.3 /usr/local/share/man/man3/MPI_Comm_disconnect.3
/usr/bin/install -c -m 644 MPI_Comm_dup.3 /usr/local/share/man/man3/MPI_Comm_dup.3
/usr/bin/install -c -m 644 MPI_Comm_free.3 /usr/local/share/man/man3/MPI_Comm_free.3
/usr/bin/install -c -m 644 MPI_Comm_free_keyval.3 /usr/local/share/man/man3/MPI_Comm_free_keyval.3
/usr/bin/install -c -m 644 MPI_Comm_get_attr.3 /usr/local/share/man/man3/MPI_Comm_get_attr.3
/usr/bin/install -c -m 644 MPI_Comm_get_errhandler.3 /usr/local/share/man/man3/MPI_Comm_get_errhandler.3
/usr/bin/install -c -m 644 MPI_Comm_get_name.3 /usr/local/share/man/man3/MPI_Comm_get_name.3
/usr/bin/install -c -m 644 MPI_Comm_get_parent.3 /usr/local/share/man/man3/MPI_Comm_get_parent.3
/usr/bin/install -c -m 644 MPI_Comm_group.3 /usr/local/share/man/man3/MPI_Comm_group.3
/usr/bin/install -c -m 644 MPI_Comm_join.3 /usr/local/share/man/man3/MPI_Comm_join.3
/usr/bin/install -c -m 644 MPI_Comm_rank.3 /usr/local/share/man/man3/MPI_Comm_rank.3
/usr/bin/install -c -m 644 MPI_Comm_remote_group.3 /usr/local/share/man/man3/MPI_Comm_remote_group.3
/usr/bin/install -c -m 644 MPI_Comm_remote_size.3 /usr/local/share/man/man3/MPI_Comm_remote_size.3
/usr/bin/install -c -m 644 MPI_Comm_set_attr.3 /usr/local/share/man/man3/MPI_Comm_set_attr.3
/usr/bin/install -c -m 644 MPI_Comm_set_errhandler.3 /usr/local/share/man/man3/MPI_Comm_set_errhandler.3
/usr/bin/install -c -m 644 MPI_Comm_set_name.3 /usr/local/share/man/man3/MPI_Comm_set_name.3
/usr/bin/install -c -m 644 MPI_Comm_size.3 /usr/local/share/man/man3/MPI_Comm_size.3
/usr/bin/install -c -m 644 MPI_Comm_spawn.3 /usr/local/share/man/man3/MPI_Comm_spawn.3
/usr/bin/install -c -m 644 MPI_Comm_spawn_multiple.3 /usr/local/share/man/man3/MPI_Comm_spawn_multiple.3
/usr/bin/install -c -m 644 MPI_Comm_split.3 /usr/local/share/man/man3/MPI_Comm_split.3
/usr/bin/install -c -m 644 MPI_Comm_test_inter.3 /usr/local/share/man/man3/MPI_Comm_test_inter.3
/usr/bin/install -c -m 644 MPI_Dims_create.3 /usr/local/share/man/man3/MPI_Dims_create.3
/usr/bin/install -c -m 644 MPI_Dist_graph_create.3 /usr/local/share/man/man3/MPI_Dist_graph_create.3
/usr/bin/install -c -m 644 MPI_Dist_graph_create_adjacent.3 /usr/local/share/man/man3/MPI_Dist_graph_create_adjacent.3
/usr/bin/install -c -m 644 MPI_Dist_graph_neighbors.3 /usr/local/share/man/man3/MPI_Dist_graph_neighbors.3
/usr/bin/install -c -m 644 MPI_Dist_graph_neighbors_count.3 /usr/local/share/man/man3/MPI_Dist_graph_neighbors_count.3
/usr/bin/install -c -m 644 MPI_Errhandler_create.3 /usr/local/share/man/man3/MPI_Errhandler_create.3
/usr/bin/install -c -m 644 MPI_Errhandler_free.3 /usr/local/share/man/man3/MPI_Errhandler_free.3
/usr/bin/install -c -m 644 MPI_Errhandler_get.3 /usr/local/share/man/man3/MPI_Errhandler_get.3
/usr/bin/install -c -m 644 MPI_Errhandler_set.3 /usr/local/share/man/man3/MPI_Errhandler_set.3
/usr/bin/install -c -m 644 MPI_Error_class.3 /usr/local/share/man/man3/MPI_Error_class.3
/usr/bin/install -c -m 644 MPI_Error_string.3 /usr/local/share/man/man3/MPI_Error_string.3
/usr/bin/install -c -m 644 MPI_Exscan.3 /usr/local/share/man/man3/MPI_Exscan.3
/usr/bin/install -c -m 644 MPI_File_c2f.3 /usr/local/share/man/man3/MPI_File_c2f.3
/usr/bin/install -c -m 644 MPI_File_call_errhandler.3 /usr/local/share/man/man3/MPI_File_call_errhandler.3
/usr/bin/install -c -m 644 MPI_File_close.3 /usr/local/share/man/man3/MPI_File_close.3
/usr/bin/install -c -m 644 MPI_File_create_errhandler.3 /usr/local/share/man/man3/MPI_File_create_errhandler.3
/usr/bin/install -c -m 644 MPI_File_delete.3 /usr/local/share/man/man3/MPI_File_delete.3
/usr/bin/install -c -m 644 MPI_File_f2c.3 /usr/local/share/man/man3/MPI_File_f2c.3
/usr/bin/install -c -m 644 MPI_File_get_amode.3 /usr/local/share/man/man3/MPI_File_get_amode.3
/usr/bin/install -c -m 644 MPI_File_get_atomicity.3 /usr/local/share/man/man3/MPI_File_get_atomicity.3
/usr/bin/install -c -m 644 MPI_File_get_byte_offset.3 /usr/local/share/man/man3/MPI_File_get_byte_offset.3
/usr/bin/install -c -m 644 MPI_File_get_errhandler.3 /usr/local/share/man/man3/MPI_File_get_errhandler.3
/usr/bin/install -c -m 644 MPI_File_get_group.3 /usr/local/share/man/man3/MPI_File_get_group.3
/usr/bin/install -c -m 644 MPI_File_get_info.3 /usr/local/share/man/man3/MPI_File_get_info.3
/usr/bin/install -c -m 644 MPI_File_get_position.3 /usr/local/share/man/man3/MPI_File_get_position.3
/usr/bin/install -c -m 644 MPI_File_get_position_shared.3 /usr/local/share/man/man3/MPI_File_get_position_shared.3
/usr/bin/install -c -m 644 MPI_File_get_size.3 /usr/local/share/man/man3/MPI_File_get_size.3
/usr/bin/install -c -m 644 MPI_File_get_type_extent.3 /usr/local/share/man/man3/MPI_File_get_type_extent.3
/usr/bin/install -c -m 644 MPI_File_get_view.3 /usr/local/share/man/man3/MPI_File_get_view.3
/usr/bin/install -c -m 644 MPI_File_iread.3 /usr/local/share/man/man3/MPI_File_iread.3
/usr/bin/install -c -m 644 MPI_File_iread_at.3 /usr/local/share/man/man3/MPI_File_iread_at.3
/usr/bin/install -c -m 644 MPI_File_iread_shared.3 /usr/local/share/man/man3/MPI_File_iread_shared.3
/usr/bin/install -c -m 644 MPI_File_iwrite.3 /usr/local/share/man/man3/MPI_File_iwrite.3
/usr/bin/install -c -m 644 MPI_File_iwrite_at.3 /usr/local/share/man/man3/MPI_File_iwrite_at.3
/usr/bin/install -c -m 644 MPI_File_iwrite_shared.3 /usr/local/share/man/man3/MPI_File_iwrite_shared.3
/usr/bin/install -c -m 644 MPI_File_open.3 /usr/local/share/man/man3/MPI_File_open.3
/usr/bin/install -c -m 644 MPI_File_preallocate.3 /usr/local/share/man/man3/MPI_File_preallocate.3
/usr/bin/install -c -m 644 MPI_File_read.3 /usr/local/share/man/man3/MPI_File_read.3
/usr/bin/install -c -m 644 MPI_File_read_all.3 /usr/local/share/man/man3/MPI_File_read_all.3
/usr/bin/install -c -m 644 MPI_File_read_all_begin.3 /usr/local/share/man/man3/MPI_File_read_all_begin.3
/usr/bin/install -c -m 644 MPI_File_read_all_end.3 /usr/local/share/man/man3/MPI_File_read_all_end.3
/usr/bin/install -c -m 644 MPI_File_read_at.3 /usr/local/share/man/man3/MPI_File_read_at.3
/usr/bin/install -c -m 644 MPI_File_read_at_all.3 /usr/local/share/man/man3/MPI_File_read_at_all.3
/usr/bin/install -c -m 644 MPI_File_read_at_all_begin.3 /usr/local/share/man/man3/MPI_File_read_at_all_begin.3
/usr/bin/install -c -m 644 MPI_File_read_at_all_end.3 /usr/local/share/man/man3/MPI_File_read_at_all_end.3
/usr/bin/install -c -m 644 MPI_File_read_ordered.3 /usr/local/share/man/man3/MPI_File_read_ordered.3
/usr/bin/install -c -m 644 MPI_File_read_ordered_begin.3 /usr/local/share/man/man3/MPI_File_read_ordered_begin.3
/usr/bin/install -c -m 644 MPI_File_read_ordered_end.3 /usr/local/share/man/man3/MPI_File_read_ordered_end.3
/usr/bin/install -c -m 644 MPI_File_read_shared.3 /usr/local/share/man/man3/MPI_File_read_shared.3
/usr/bin/install -c -m 644 MPI_File_seek.3 /usr/local/share/man/man3/MPI_File_seek.3
/usr/bin/install -c -m 644 MPI_File_seek_shared.3 /usr/local/share/man/man3/MPI_File_seek_shared.3
/usr/bin/install -c -m 644 MPI_File_set_atomicity.3 /usr/local/share/man/man3/MPI_File_set_atomicity.3
/usr/bin/install -c -m 644 MPI_File_set_errhandler.3 /usr/local/share/man/man3/MPI_File_set_errhandler.3
/usr/bin/install -c -m 644 MPI_File_set_info.3 /usr/local/share/man/man3/MPI_File_set_info.3
/usr/bin/install -c -m 644 MPI_File_set_size.3 /usr/local/share/man/man3/MPI_File_set_size.3
/usr/bin/install -c -m 644 MPI_File_set_view.3 /usr/local/share/man/man3/MPI_File_set_view.3
/usr/bin/install -c -m 644 MPI_File_sync.3 /usr/local/share/man/man3/MPI_File_sync.3
/usr/bin/install -c -m 644 MPI_File_write.3 /usr/local/share/man/man3/MPI_File_write.3
/usr/bin/install -c -m 644 MPI_File_write_all.3 /usr/local/share/man/man3/MPI_File_write_all.3
/usr/bin/install -c -m 644 MPI_File_write_all_begin.3 /usr/local/share/man/man3/MPI_File_write_all_begin.3
/usr/bin/install -c -m 644 MPI_File_write_all_end.3 /usr/local/share/man/man3/MPI_File_write_all_end.3
/usr/bin/install -c -m 644 MPI_File_write_at.3 /usr/local/share/man/man3/MPI_File_write_at.3
/usr/bin/install -c -m 644 MPI_File_write_at_all.3 /usr/local/share/man/man3/MPI_File_write_at_all.3
/usr/bin/install -c -m 644 MPI_File_write_at_all_begin.3 /usr/local/share/man/man3/MPI_File_write_at_all_begin.3
/usr/bin/install -c -m 644 MPI_File_write_at_all_end.3 /usr/local/share/man/man3/MPI_File_write_at_all_end.3
/usr/bin/install -c -m 644 MPI_File_write_ordered.3 /usr/local/share/man/man3/MPI_File_write_ordered.3
/usr/bin/install -c -m 644 MPI_File_write_ordered_begin.3 /usr/local/share/man/man3/MPI_File_write_ordered_begin.3
/usr/bin/install -c -m 644 MPI_File_write_ordered_end.3 /usr/local/share/man/man3/MPI_File_write_ordered_end.3
/usr/bin/install -c -m 644 MPI_File_write_shared.3 /usr/local/share/man/man3/MPI_File_write_shared.3
/usr/bin/install -c -m 644 MPI_Finalize.3 /usr/local/share/man/man3/MPI_Finalize.3
/usr/bin/install -c -m 644 MPI_Finalized.3 /usr/local/share/man/man3/MPI_Finalized.3
/usr/bin/install -c -m 644 MPI_Free_mem.3 /usr/local/share/man/man3/MPI_Free_mem.3
/usr/bin/install -c -m 644 MPI_Gather.3 /usr/local/share/man/man3/MPI_Gather.3
/usr/bin/install -c -m 644 MPI_Gatherv.3 /usr/local/share/man/man3/MPI_Gatherv.3
/usr/bin/install -c -m 644 MPI_Get.3 /usr/local/share/man/man3/MPI_Get.3
/usr/bin/install -c -m 644 MPI_Get_address.3 /usr/local/share/man/man3/MPI_Get_address.3
/usr/bin/install -c -m 644 MPI_Get_count.3 /usr/local/share/man/man3/MPI_Get_count.3
/usr/bin/install -c -m 644 MPI_Get_elements.3 /usr/local/share/man/man3/MPI_Get_elements.3
/usr/bin/install -c -m 644 MPI_Get_processor_name.3 /usr/local/share/man/man3/MPI_Get_processor_name.3
/usr/bin/install -c -m 644 MPI_Get_version.3 /usr/local/share/man/man3/MPI_Get_version.3
/usr/bin/install -c -m 644 MPI_Graph_create.3 /usr/local/share/man/man3/MPI_Graph_create.3
/usr/bin/install -c -m 644 MPI_Graph_get.3 /usr/local/share/man/man3/MPI_Graph_get.3
/usr/bin/install -c -m 644 MPI_Graph_map.3 /usr/local/share/man/man3/MPI_Graph_map.3
/usr/bin/install -c -m 644 MPI_Graph_neighbors.3 /usr/local/share/man/man3/MPI_Graph_neighbors.3
/usr/bin/install -c -m 644 MPI_Graph_neighbors_count.3 /usr/local/share/man/man3/MPI_Graph_neighbors_count.3
/usr/bin/install -c -m 644 MPI_Graphdims_get.3 /usr/local/share/man/man3/MPI_Graphdims_get.3
/usr/bin/install -c -m 644 MPI_Grequest_complete.3 /usr/local/share/man/man3/MPI_Grequest_complete.3
/usr/bin/install -c -m 644 MPI_Grequest_start.3 /usr/local/share/man/man3/MPI_Grequest_start.3
/usr/bin/install -c -m 644 MPI_Group_compare.3 /usr/local/share/man/man3/MPI_Group_compare.3
/usr/bin/install -c -m 644 MPI_Group_difference.3 /usr/local/share/man/man3/MPI_Group_difference.3
/usr/bin/install -c -m 644 MPI_Group_excl.3 /usr/local/share/man/man3/MPI_Group_excl.3
/usr/bin/install -c -m 644 MPI_Group_free.3 /usr/local/share/man/man3/MPI_Group_free.3
/usr/bin/install -c -m 644 MPI_Group_incl.3 /usr/local/share/man/man3/MPI_Group_incl.3
/usr/bin/install -c -m 644 MPI_Group_intersection.3 /usr/local/share/man/man3/MPI_Group_intersection.3
/usr/bin/install -c -m 644 MPI_Group_range_excl.3 /usr/local/share/man/man3/MPI_Group_range_excl.3
/usr/bin/install -c -m 644 MPI_Group_range_incl.3 /usr/local/share/man/man3/MPI_Group_range_incl.3
/usr/bin/install -c -m 644 MPI_Group_rank.3 /usr/local/share/man/man3/MPI_Group_rank.3
/usr/bin/install -c -m 644 MPI_Group_size.3 /usr/local/share/man/man3/MPI_Group_size.3
/usr/bin/install -c -m 644 MPI_Group_translate_ranks.3 /usr/local/share/man/man3/MPI_Group_translate_ranks.3
/usr/bin/install -c -m 644 MPI_Group_union.3 /usr/local/share/man/man3/MPI_Group_union.3
/usr/bin/install -c -m 644 MPI_Ibsend.3 /usr/local/share/man/man3/MPI_Ibsend.3
/usr/bin/install -c -m 644 MPI_Info_create.3 /usr/local/share/man/man3/MPI_Info_create.3
/usr/bin/install -c -m 644 MPI_Info_delete.3 /usr/local/share/man/man3/MPI_Info_delete.3
/usr/bin/install -c -m 644 MPI_Info_dup.3 /usr/local/share/man/man3/MPI_Info_dup.3
/usr/bin/install -c -m 644 MPI_Info_free.3 /usr/local/share/man/man3/MPI_Info_free.3
/usr/bin/install -c -m 644 MPI_Info_get.3 /usr/local/share/man/man3/MPI_Info_get.3
/usr/bin/install -c -m 644 MPI_Info_get_nkeys.3 /usr/local/share/man/man3/MPI_Info_get_nkeys.3
/usr/bin/install -c -m 644 MPI_Info_get_nthkey.3 /usr/local/share/man/man3/MPI_Info_get_nthkey.3
/usr/bin/install -c -m 644 MPI_Info_get_valuelen.3 /usr/local/share/man/man3/MPI_Info_get_valuelen.3
/usr/bin/install -c -m 644 MPI_Info_set.3 /usr/local/share/man/man3/MPI_Info_set.3
/usr/bin/install -c -m 644 MPI_Init.3 /usr/local/share/man/man3/MPI_Init.3
/usr/bin/install -c -m 644 MPI_Init_thread.3 /usr/local/share/man/man3/MPI_Init_thread.3
/usr/bin/install -c -m 644 MPI_Initialized.3 /usr/local/share/man/man3/MPI_Initialized.3
/usr/bin/install -c -m 644 MPI_Intercomm_create.3 /usr/local/share/man/man3/MPI_Intercomm_create.3
/usr/bin/install -c -m 644 MPI_Intercomm_merge.3 /usr/local/share/man/man3/MPI_Intercomm_merge.3
/usr/bin/install -c -m 644 MPI_Iprobe.3 /usr/local/share/man/man3/MPI_Iprobe.3
/usr/bin/install -c -m 644 MPI_Irecv.3 /usr/local/share/man/man3/MPI_Irecv.3
/usr/bin/install -c -m 644 MPI_Irsend.3 /usr/local/share/man/man3/MPI_Irsend.3
/usr/bin/install -c -m 644 MPI_Is_thread_main.3 /usr/local/share/man/man3/MPI_Is_thread_main.3
/usr/bin/install -c -m 644 MPI_Isend.3 /usr/local/share/man/man3/MPI_Isend.3
/usr/bin/install -c -m 644 MPI_Issend.3 /usr/local/share/man/man3/MPI_Issend.3
/usr/bin/install -c -m 644 MPI_Keyval_create.3 /usr/local/share/man/man3/MPI_Keyval_create.3
/usr/bin/install -c -m 644 MPI_Keyval_free.3 /usr/local/share/man/man3/MPI_Keyval_free.3
/usr/bin/install -c -m 644 MPI_Lookup_name.3 /usr/local/share/man/man3/MPI_Lookup_name.3
/usr/bin/install -c -m 644 MPI_Op_commute.3 /usr/local/share/man/man3/MPI_Op_commute.3
/usr/bin/install -c -m 644 MPI_Op_create.3 /usr/local/share/man/man3/MPI_Op_create.3
/usr/bin/install -c -m 644 MPI_Op_free.3 /usr/local/share/man/man3/MPI_Op_free.3
/usr/bin/install -c -m 644 MPI_Open_port.3 /usr/local/share/man/man3/MPI_Open_port.3
/usr/bin/install -c -m 644 MPI_Pack.3 /usr/local/share/man/man3/MPI_Pack.3
/usr/bin/install -c -m 644 MPI_Pack_external.3 /usr/local/share/man/man3/MPI_Pack_external.3
/usr/bin/install -c -m 644 MPI_Pack_external_size.3 /usr/local/share/man/man3/MPI_Pack_external_size.3
/usr/bin/install -c -m 644 MPI_Pack_size.3 /usr/local/share/man/man3/MPI_Pack_size.3
/usr/bin/install -c -m 644 MPI_Pcontrol.3 /usr/local/share/man/man3/MPI_Pcontrol.3
/usr/bin/install -c -m 644 MPI_Probe.3 /usr/local/share/man/man3/MPI_Probe.3
/usr/bin/install -c -m 644 MPI_Publish_name.3 /usr/local/share/man/man3/MPI_Publish_name.3
/usr/bin/install -c -m 644 MPI_Put.3 /usr/local/share/man/man3/MPI_Put.3
/usr/bin/install -c -m 644 MPI_Query_thread.3 /usr/local/share/man/man3/MPI_Query_thread.3
/usr/bin/install -c -m 644 MPI_Recv.3 /usr/local/share/man/man3/MPI_Recv.3
/usr/bin/install -c -m 644 MPI_Recv_init.3 /usr/local/share/man/man3/MPI_Recv_init.3
/usr/bin/install -c -m 644 MPI_Reduce.3 /usr/local/share/man/man3/MPI_Reduce.3
/usr/bin/install -c -m 644 MPI_Reduce_local.3 /usr/local/share/man/man3/MPI_Reduce_local.3
/usr/bin/install -c -m 644 MPI_Reduce_scatter.3 /usr/local/share/man/man3/MPI_Reduce_scatter.3
/usr/bin/install -c -m 644 MPI_Reduce_scatter_block.3 /usr/local/share/man/man3/MPI_Reduce_scatter_block.3
/usr/bin/install -c -m 644 MPI_Register_datarep.3 /usr/local/share/man/man3/MPI_Register_datarep.3
/usr/bin/install -c -m 644 MPI_Request_free.3 /usr/local/share/man/man3/MPI_Request_free.3
/usr/bin/install -c -m 644 MPI_Request_get_status.3 /usr/local/share/man/man3/MPI_Request_get_status.3
/usr/bin/install -c -m 644 MPI_Rsend.3 /usr/local/share/man/man3/MPI_Rsend.3
/usr/bin/install -c -m 644 MPI_Rsend_init.3 /usr/local/share/man/man3/MPI_Rsend_init.3
/usr/bin/install -c -m 644 MPI_Scan.3 /usr/local/share/man/man3/MPI_Scan.3
/usr/bin/install -c -m 644 MPI_Scatter.3 /usr/local/share/man/man3/MPI_Scatter.3
/usr/bin/install -c -m 644 MPI_Scatterv.3 /usr/local/share/man/man3/MPI_Scatterv.3
/usr/bin/install -c -m 644 MPI_Send.3 /usr/local/share/man/man3/MPI_Send.3
/usr/bin/install -c -m 644 MPI_Send_init.3 /usr/local/share/man/man3/MPI_Send_init.3
/usr/bin/install -c -m 644 MPI_Sendrecv.3 /usr/local/share/man/man3/MPI_Sendrecv.3
/usr/bin/install -c -m 644 MPI_Sendrecv_replace.3 /usr/local/share/man/man3/MPI_Sendrecv_replace.3
/usr/bin/install -c -m 644 MPI_Ssend.3 /usr/local/share/man/man3/MPI_Ssend.3
/usr/bin/install -c -m 644 MPI_Ssend_init.3 /usr/local/share/man/man3/MPI_Ssend_init.3
/usr/bin/install -c -m 644 MPI_Start.3 /usr/local/share/man/man3/MPI_Start.3
/usr/bin/install -c -m 644 MPI_Startall.3 /usr/local/share/man/man3/MPI_Startall.3
/usr/bin/install -c -m 644 MPI_Status_set_cancelled.3 /usr/local/share/man/man3/MPI_Status_set_cancelled.3
/usr/bin/install -c -m 644 MPI_Status_set_elements.3 /usr/local/share/man/man3/MPI_Status_set_elements.3
/usr/bin/install -c -m 644 MPI_Test.3 /usr/local/share/man/man3/MPI_Test.3
/usr/bin/install -c -m 644 MPI_Test_cancelled.3 /usr/local/share/man/man3/MPI_Test_cancelled.3
/usr/bin/install -c -m 644 MPI_Testall.3 /usr/local/share/man/man3/MPI_Testall.3
/usr/bin/install -c -m 644 MPI_Testany.3 /usr/local/share/man/man3/MPI_Testany.3
/usr/bin/install -c -m 644 MPI_Testsome.3 /usr/local/share/man/man3/MPI_Testsome.3
/usr/bin/install -c -m 644 MPI_Topo_test.3 /usr/local/share/man/man3/MPI_Topo_test.3
/usr/bin/install -c -m 644 MPI_Type_commit.3 /usr/local/share/man/man3/MPI_Type_commit.3
/usr/bin/install -c -m 644 MPI_Type_contiguous.3 /usr/local/share/man/man3/MPI_Type_contiguous.3
/usr/bin/install -c -m 644 MPI_Type_create_darray.3 /usr/local/share/man/man3/MPI_Type_create_darray.3
/usr/bin/install -c -m 644 MPI_Type_create_hindexed.3 /usr/local/share/man/man3/MPI_Type_create_hindexed.3
/usr/bin/install -c -m 644 MPI_Type_create_hvector.3 /usr/local/share/man/man3/MPI_Type_create_hvector.3
/usr/bin/install -c -m 644 MPI_Type_create_indexed_block.3 /usr/local/share/man/man3/MPI_Type_create_indexed_block.3
/usr/bin/install -c -m 644 MPI_Type_create_keyval.3 /usr/local/share/man/man3/MPI_Type_create_keyval.3
/usr/bin/install -c -m 644 MPI_Type_create_resized.3 /usr/local/share/man/man3/MPI_Type_create_resized.3
/usr/bin/install -c -m 644 MPI_Type_create_struct.3 /usr/local/share/man/man3/MPI_Type_create_struct.3
/usr/bin/install -c -m 644 MPI_Type_create_subarray.3 /usr/local/share/man/man3/MPI_Type_create_subarray.3
/usr/bin/install -c -m 644 MPI_Type_delete_attr.3 /usr/local/share/man/man3/MPI_Type_delete_attr.3
/usr/bin/install -c -m 644 MPI_Type_dup.3 /usr/local/share/man/man3/MPI_Type_dup.3
/usr/bin/install -c -m 644 MPI_Type_extent.3 /usr/local/share/man/man3/MPI_Type_extent.3
/usr/bin/install -c -m 644 MPI_Type_free.3 /usr/local/share/man/man3/MPI_Type_free.3
/usr/bin/install -c -m 644 MPI_Type_free_keyval.3 /usr/local/share/man/man3/MPI_Type_free_keyval.3
/usr/bin/install -c -m 644 MPI_Type_get_attr.3 /usr/local/share/man/man3/MPI_Type_get_attr.3
/usr/bin/install -c -m 644 MPI_Type_get_contents.3 /usr/local/share/man/man3/MPI_Type_get_contents.3
/usr/bin/install -c -m 644 MPI_Type_get_envelope.3 /usr/local/share/man/man3/MPI_Type_get_envelope.3
/usr/bin/install -c -m 644 MPI_Type_get_extent.3 /usr/local/share/man/man3/MPI_Type_get_extent.3
/usr/bin/install -c -m 644 MPI_Type_get_name.3 /usr/local/share/man/man3/MPI_Type_get_name.3
/usr/bin/install -c -m 644 MPI_Type_get_true_extent.3 /usr/local/share/man/man3/MPI_Type_get_true_extent.3
/usr/bin/install -c -m 644 MPI_Type_hindexed.3 /usr/local/share/man/man3/MPI_Type_hindexed.3
/usr/bin/install -c -m 644 MPI_Type_hvector.3 /usr/local/share/man/man3/MPI_Type_hvector.3
/usr/bin/install -c -m 644 MPI_Type_indexed.3 /usr/local/share/man/man3/MPI_Type_indexed.3
/usr/bin/install -c -m 644 MPI_Type_lb.3 /usr/local/share/man/man3/MPI_Type_lb.3
/usr/bin/install -c -m 644 MPI_Type_match_size.3 /usr/local/share/man/man3/MPI_Type_match_size.3
/usr/bin/install -c -m 644 MPI_Type_set_attr.3 /usr/local/share/man/man3/MPI_Type_set_attr.3
/usr/bin/install -c -m 644 MPI_Type_set_name.3 /usr/local/share/man/man3/MPI_Type_set_name.3
/usr/bin/install -c -m 644 MPI_Type_size.3 /usr/local/share/man/man3/MPI_Type_size.3
/usr/bin/install -c -m 644 MPI_Type_struct.3 /usr/local/share/man/man3/MPI_Type_struct.3
/usr/bin/install -c -m 644 MPI_Type_ub.3 /usr/local/share/man/man3/MPI_Type_ub.3
/usr/bin/install -c -m 644 MPI_Type_vector.3 /usr/local/share/man/man3/MPI_Type_vector.3
/usr/bin/install -c -m 644 MPI_Unpack.3 /usr/local/share/man/man3/MPI_Unpack.3
/usr/bin/install -c -m 644 MPI_Unpack_external.3 /usr/local/share/man/man3/MPI_Unpack_external.3
/usr/bin/install -c -m 644 MPI_Unpublish_name.3 /usr/local/share/man/man3/MPI_Unpublish_name.3
/usr/bin/install -c -m 644 MPI_Wait.3 /usr/local/share/man/man3/MPI_Wait.3
/usr/bin/install -c -m 644 MPI_Waitall.3 /usr/local/share/man/man3/MPI_Waitall.3
/usr/bin/install -c -m 644 MPI_Waitany.3 /usr/local/share/man/man3/MPI_Waitany.3
/usr/bin/install -c -m 644 MPI_Waitsome.3 /usr/local/share/man/man3/MPI_Waitsome.3
/usr/bin/install -c -m 644 MPI_Win_call_errhandler.3 /usr/local/share/man/man3/MPI_Win_call_errhandler.3
/usr/bin/install -c -m 644 MPI_Win_complete.3 /usr/local/share/man/man3/MPI_Win_complete.3
/usr/bin/install -c -m 644 MPI_Win_create.3 /usr/local/share/man/man3/MPI_Win_create.3
/usr/bin/install -c -m 644 MPI_Win_create_errhandler.3 /usr/local/share/man/man3/MPI_Win_create_errhandler.3
/usr/bin/install -c -m 644 MPI_Win_create_keyval.3 /usr/local/share/man/man3/MPI_Win_create_keyval.3
/usr/bin/install -c -m 644 MPI_Win_delete_attr.3 /usr/local/share/man/man3/MPI_Win_delete_attr.3
/usr/bin/install -c -m 644 MPI_Win_fence.3 /usr/local/share/man/man3/MPI_Win_fence.3
/usr/bin/install -c -m 644 MPI_Win_free.3 /usr/local/share/man/man3/MPI_Win_free.3
/usr/bin/install -c -m 644 MPI_Win_free_keyval.3 /usr/local/share/man/man3/MPI_Win_free_keyval.3
/usr/bin/install -c -m 644 MPI_Win_get_attr.3 /usr/local/share/man/man3/MPI_Win_get_attr.3
/usr/bin/install -c -m 644 MPI_Win_get_errhandler.3 /usr/local/share/man/man3/MPI_Win_get_errhandler.3
/usr/bin/install -c -m 644 MPI_Win_get_group.3 /usr/local/share/man/man3/MPI_Win_get_group.3
/usr/bin/install -c -m 644 MPI_Win_get_name.3 /usr/local/share/man/man3/MPI_Win_get_name.3
/usr/bin/install -c -m 644 MPI_Win_lock.3 /usr/local/share/man/man3/MPI_Win_lock.3
/usr/bin/install -c -m 644 MPI_Win_post.3 /usr/local/share/man/man3/MPI_Win_post.3
/usr/bin/install -c -m 644 MPI_Win_set_attr.3 /usr/local/share/man/man3/MPI_Win_set_attr.3
/usr/bin/install -c -m 644 MPI_Win_set_errhandler.3 /usr/local/share/man/man3/MPI_Win_set_errhandler.3
/usr/bin/install -c -m 644 MPI_Win_set_name.3 /usr/local/share/man/man3/MPI_Win_set_name.3
/usr/bin/install -c -m 644 MPI_Win_start.3 /usr/local/share/man/man3/MPI_Win_start.3
/usr/bin/install -c -m 644 MPI_Win_test.3 /usr/local/share/man/man3/MPI_Win_test.3
/usr/bin/install -c -m 644 MPI_Win_unlock.3 /usr/local/share/man/man3/MPI_Win_unlock.3
/usr/bin/install -c -m 644 MPI_Win_wait.3 /usr/local/share/man/man3/MPI_Win_wait.3
/usr/bin/install -c -m 644 MPI_Wtick.3 /usr/local/share/man/man3/MPI_Wtick.3
/usr/bin/install -c -m 644 MPI_Wtime.3 /usr/local/share/man/man3/MPI_Wtime.3
/usr/bin/install -c -m 644 MPIX_Group_comm_create.3 /usr/local/share/man/man3/MPIX_Group_comm_create.3
if [ -s src/mpi/romio/include/mpiof.h ] ; then /usr/bin/install -c -m 644  src/mpi/romio/include/mpiof.h /usr/local/include/mpiof.h ; fi
if [ -s src/mpi/romio/include/mpio.h ] ; then /usr/bin/install -c -m 644  src/mpi/romio/include/mpio.h /usr/local/include/mpio.h ; fi
if [ -s lib/libmpich.a ] ; then /usr/bin/install -c -m 644  lib/libmpich.a /usr/local/lib/libmpich.a ; fi
if [ -s lib/libmpichcxx.a ] ; then /usr/bin/install -c -m 644  lib/libmpichcxx.a /usr/local/lib/libmpichcxx.a ; fi
if [ -s lib/libfmpich.a ] ; then /usr/bin/install -c -m 644  lib/libfmpich.a /usr/local/lib/libfmpich.a ; fi
if [ -s lib/libpmpich.a ] ; then /usr/bin/install -c -m 644  lib/libpmpich.a /usr/local/lib/libpmpich.a ; fi
if [ -s lib/libfmpich.a ] ; then /usr/bin/install -c -m 644  lib/libfmpich.a /usr/local/lib/libfmpich.a ; fi
if [ -s lib/libmpichf90.a ] ; then /usr/bin/install -c -m 644  lib/libmpichf90.a /usr/local/lib/libmpichf90.a ; fi
if [ -s lib/libmpich.dll ] ; then false -version-info 3:3 --mode=install  lib/libmpich.dll /usr/local/lib/libmpich.dll ; fi
if [ -s lib/libpmpich.dll ] ; then false -version-info 3:3 --mode=install  lib/libpmpich.dll /usr/local/lib/libpmpich.dll ; fi
if [ -s lib/libfmpich.dll ] ; then false -version-info 3:3 --mode=install  lib/libfmpich.dll /usr/local/lib/libfmpich.dll ; fi
if [ -s lib/libmpichf90.dll ] ; then false -version-info 3:3 --mode=install  lib/libmpichf90.dll /usr/local/lib/libmpichf90.dll ; fi
if [ -s lib/libmpichcxx.dll ] ; then false -version-info 3:3 --mode=install  lib/libmpichcxx.dll /usr/local/lib/libmpichcxx.dll ; fi
if [ -s ./doc/userguide/user.pdf ] ; then /usr/bin/install -c -m 644  ./doc/userguide/user.pdf /usr/local/share/doc//user.pdf ; fi
if [ -s ./doc/installguide/install.pdf ] ; then /usr/bin/install -c -m 644  ./doc/installguide/install.pdf /usr/local/share/doc//install.pdf ; fi
if [ -s ./doc/smpd/smpd_pmi.pdf ] ; then /usr/bin/install -c -m 644  ./doc/smpd/smpd_pmi.pdf /usr/local/share/doc//smpd_pmi.pdf ; fi
if [ -s ./doc/logging/logging.pdf ] ; then /usr/bin/install -c -m 644  ./doc/logging/logging.pdf /usr/local/share/doc//logging.pdf ; fi
(cd src/env && make INSTALL_STRIP_FLAG= PACKAGE= prefix=/usr/local exec_prefix=/usr/local bindir=/usr/local/bin libdir=/usr/local/lib includedir=/usr/local/include install)
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/env'
if [ ! -d /usr/local ] ; then mkdir -p /usr/local ; fi
if [ ! -d /usr/local ] ; then mkdir -p /usr/local ; fi
if [ ! -d /usr/local/bin ] ; then mkdir -p /usr/local/bin ; fi
/usr/bin/install -c   mpich2version /usr/local/bin/mpich2version
/usr/bin/install -c  mpicc /usr/local/bin/mpicc
if [ ! -d /usr/local/etc ] ; then mkdir -p /usr/local/etc ; fi
/usr/bin/install -c -m 644  mpixxx_opts.conf /usr/local/etc/mpixxx_opts.conf
/usr/bin/install -c -m 644  mpicc.conf /usr/local/etc/mpicc.conf
if [ -s mpicxx ] ; then /usr/bin/install -c  mpicxx /usr/local/bin/mpicxx ; fi
if [ -s mpif77 ] ; then /usr/bin/install -c  mpif77 /usr/local/bin/mpif77 ; fi
if [ -s mpif90 ] ; then /usr/bin/install -c  mpif90 /usr/local/bin/mpif90 ; fi
if [ -s mpicxx.conf ] ; then /usr/bin/install -c -m 644  mpicxx.conf /usr/local/etc/mpicxx.conf ; fi
if [ -s mpif77.conf ] ; then /usr/bin/install -c -m 644  mpif77.conf /usr/local/etc/mpif77.conf ; fi
if [ -s mpif90.conf ] ; then /usr/bin/install -c -m 644  mpif90.conf /usr/local/etc/mpif90.conf ; fi
make DESTDIR= prefix=/usr/local exec_prefix=/usr/local bindir=/usr/local/bin libdir=/usr/local/lib includedir=/usr/local/include install-postamble
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/env'
if [ -x /usr/local/bin/mpicxx ] ; then \
    cd /usr/local/bin && ln -f -s mpicxx mpic++ ; fi
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/env'
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/env'
(cd src/packaging/pkgconfig && make INSTALL_STRIP_FLAG= PACKAGE= prefix=/usr/local exec_prefix=/usr/local bindir=/usr/local/bin libdir=/usr/local/lib includedir=/usr/local/include install)
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/packaging/pkgconfig'
if [ ! -d /usr/local/lib/pkgconfig ] ; then mkdir -p /usr/local/lib/pkgconfig ; fi
if [ -s mpich2-c.pc ] ; then /usr/bin/install -c -m 644  mpich2-c.pc /usr/local/lib/pkgconfig/mpich2-c.pc ; fi
if [ -s mpich2-cxx.pc ] ; then /usr/bin/install -c -m 644  mpich2-cxx.pc /usr/local/lib/pkgconfig/mpich2-cxx.pc ; fi
if [ -s mpich2-f77.pc ] ; then /usr/bin/install -c -m 644  mpich2-f77.pc /usr/local/lib/pkgconfig/mpich2-f77.pc ; fi
if [ -s mpich2-f90.pc ] ; then /usr/bin/install -c -m 644  mpich2-f90.pc /usr/local/lib/pkgconfig/mpich2-f90.pc ; fi
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/packaging/pkgconfig'
(cd src/packaging/envmods && make INSTALL_STRIP_FLAG= PACKAGE= prefix=/usr/local exec_prefix=/usr/local bindir=/usr/local/bin libdir=/usr/local/lib includedir=/usr/local/include install)
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/packaging/envmods'
if [ ! -d /usr/local/etc ] ; then mkdir -p /usr/local/etc ; fi
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/packaging/envmods'
for dir in  src/binding/f77 src/binding/f90 src/binding/cxx - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ;\
	(cd $dir && make INSTALL_STRIP_FLAG= PACKAGE= prefix=/usr/local exec_prefix=/usr/local bindir=/usr/local/bin libdir=/usr/local/lib includedir=/usr/local/include install) ;\
done
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f77'
if [ ! -d /usr/local ] ; then mkdir -p /usr/local ; fi
if [ ! -d /usr/local/include ] ; then mkdir -p /usr/local/include ; fi
/usr/bin/install -c -m 644  mpif.h /usr/local/include/mpif.h
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f77'
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f90'
if [ ! -d /usr/local ] ; then mkdir -p /usr/local ; fi
if [ ! -d /usr/local/include ] ; then mkdir -p /usr/local/include ; fi
/usr/bin/install -c -m 644  mpi.mod /usr/local/include/mpi.mod
/usr/bin/install -c -m 644  mpi_constants.mod /usr/local/include/mpi_constants.mod
/usr/bin/install -c -m 644  mpi_base.mod /usr/local/include/mpi_base.mod
/usr/bin/install -c -m 644  mpi_sizeofs.mod /usr/local/include/mpi_sizeofs.mod
if [ ! -d /usr/local ] ; then mkdir -p /usr/local ; fi
if [ ! -d /usr/local/lib ] ; then mkdir -p /usr/local/lib ; fi
/usr/bin/install -c -m 644  libmpichf90.a /usr/local/lib/libmpichf90.a
if [ -s mpimod.pcl ] ; then /usr/bin/install -c -m 644  mpimod.pcl /usr/local/include/mpimod.pcl ; fi
if [ -s mpimod.pc ] ; then /usr/bin/install -c -m 644  mpimod.pc /usr/local/include/mpimod.pc ; fi
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/f90'
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/cxx'
if [ ! -d /usr/local ] ; then mkdir -p /usr/local ; fi
if [ ! -d /usr/local/include ] ; then mkdir -p /usr/local/include ; fi
/usr/bin/install -c -m 644  mpicxx.h /usr/local/include/mpicxx.h
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/binding/cxx'
for dir in  src/mpl src/openpa src/pm/hydra src/mpe2 - ; do \
	if [ "$dir" = "-" ] ; then break ; fi ;\
	(cd $dir && make INSTALL_STRIP_FLAG= PACKAGE= prefix=/usr/local exec_prefix=/usr/local bindir=/usr/local/bin libdir=/usr/local/lib includedir=/usr/local/include install) ;\
done
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
test -z "/usr/local/lib" || /usr/bin/mkdir -p "/usr/local/lib"
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libmpl.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libmpl.lai /usr/local/lib/libmpl.la
libtool: install: /usr/bin/install -c .libs/libmpl.a /usr/local/lib/libmpl.a
libtool: install: chmod 644 /usr/local/lib/libmpl.a
libtool: install: ranlib /usr/local/lib/libmpl.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-LLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
Making install in src
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
test -z "/usr/local/lib" || /usr/bin/mkdir -p "/usr/local/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libopa.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libopa.lai /usr/local/lib/libopa.la
libtool: install: /usr/bin/install -c .libs/libopa.a /usr/local/lib/libopa.a
libtool: install: chmod 644 /usr/local/lib/libopa.a
libtool: install: ranlib /usr/local/lib/libopa.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-LLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include" || /usr/bin/mkdir -p "/usr/local/include"
 /usr/bin/install -c -m 644 opa_config.h opa_primitives.h opa_queue.h opa_util.h '/usr/local/include'
test -z "/usr/local/include" || /usr/bin/mkdir -p "/usr/local/include"
/usr/bin/mkdir -p '/usr/local/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 '/usr/local/include/primitives'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/src'
Making install in test
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/test'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/test'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/test'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa/test'
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/doc/openpa" || /usr/bin/mkdir -p "/usr/local/share/doc/openpa"
 /usr/bin/install -c -m 644 README '/usr/local/share/doc/openpa'
test -z "/usr/local/lib/pkgconfig" || /usr/bin/mkdir -p "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 openpa.pc '/usr/local/lib/pkgconfig'
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/openpa'
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
Making install in ../../mpl
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
test -z "/usr/local/lib" || /usr/bin/mkdir -p "/usr/local/lib"
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libmpl.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libmpl.lai /usr/local/lib/libmpl.la
libtool: install: /usr/bin/install -c .libs/libmpl.a /usr/local/lib/libmpl.a
libtool: install: chmod 644 /usr/local/lib/libmpl.a
libtool: install: ranlib /usr/local/lib/libmpl.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-LLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpl'
Making install in .
make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
make[3]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
test -z "/usr/local/bin" || mkdir -p "/usr/local/bin"
  /bin/sh ./libtool   --mode=install /usr/bin/install -c hydra_persist.exe hydra_nameserver.exe hydra_pmi_proxy.exe mpiexec.hydra.exe '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/hydra_persist.exe /usr/local/bin/hydra_persist.exe
libtool: install: /usr/bin/install -c .libs/hydra_nameserver.exe /usr/local/bin/hydra_nameserver.exe
libtool: install: /usr/bin/install -c .libs/hydra_pmi_proxy.exe /usr/local/bin/hydra_pmi_proxy.exe
libtool: install: /usr/bin/install -c .libs/mpiexec.hydra.exe /usr/local/bin/mpiexec.hydra.exe
make  install-exec-hook
make[4]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
if [ -x /usr/local/bin/mpiexec.hydra ] ; then \
    cd /usr/local/bin && ln -f -s mpiexec.hydra mpiexec ; \
    cd /usr/local/bin && ln -f -s mpiexec.hydra mpirun ; \
fi
make[4]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/pm/hydra'
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2'
Installing MPE2 include files to /usr/local/include
Replacing existing file /usr/local/include/clog_commset.h...
Replacing existing file /usr/local/include/clog_const.h...
Replacing existing file /usr/local/include/clog_inttypes.h...
Replacing existing file /usr/local/include/clog_uuid.h...
Replacing existing file /usr/local/include/mpe.h...
Replacing existing file /usr/local/include/mpe_callstack.h...
Replacing existing file /usr/local/include/mpe_graphics.h...
Replacing existing file /usr/local/include/mpe_graphicsf.h...
Replacing existing file /usr/local/include/mpe_log.h...
Replacing existing file /usr/local/include/mpe_log_thread.h...
Replacing existing file /usr/local/include/mpe_logf.h...
Replacing existing file /usr/local/include/mpe_misc.h...
Installing MPE2 libraries to /usr/local/lib
Replacing existing file /usr/local/lib/libampe.a...
Replacing existing file /usr/local/lib/liblmpe.a...
Replacing existing file /usr/local/lib/libmpe.a...
Replacing existing file /usr/local/lib/libmpe_collchk.a...
Replacing existing file /usr/local/lib/libmpe_f2cmpi.a...
Replacing existing file /usr/local/lib/libmpe_nompi.a...
Replacing existing file /usr/local/lib/libmpe_nompi_null.a...
Replacing existing file /usr/local/lib/libmpe_null.a...
Replacing existing file /usr/local/lib/libtmpe.a...
Replacing existing file /usr/local/lib/mpe_prof.o...
Installing MPE2 utility programs to /usr/local/bin
Replacing existing file /usr/local/bin/bt2line...
Replacing existing file /usr/local/bin/check_callstack.exe...
Replacing existing file /usr/local/bin/clog2_join.exe...
Replacing existing file /usr/local/bin/clog2_print.exe...
Replacing existing file /usr/local/bin/clog2_repair.exe...
Installing MPE2 configuration files to /usr/local/etc
Installing MPE2 system utility programs to /usr/local/sbin
Replacing existing file /usr/local/sbin/mpecheckinstall...
Replacing existing file /usr/local/share/examples_logging/comm1_isr.c...
Replacing existing file /usr/local/share/examples_logging/comm1_isr_loop.c...
Replacing existing file /usr/local/share/examples_logging/comm2_connect_accept.c...
Replacing existing file /usr/local/share/examples_logging/comm2_spawn_child.c...
Replacing existing file /usr/local/share/examples_logging/comm2_spawn_parent.c...
Replacing existing file /usr/local/share/examples_logging/cpi.c...
Replacing existing file /usr/local/share/examples_logging/cpilog.c...
Replacing existing file /usr/local/share/examples_logging/cpilog_pack.c...
Replacing existing file /usr/local/share/examples_logging/fcomm1_isr.f...
Replacing existing file /usr/local/share/examples_logging/fpilog.f...
Replacing existing file /usr/local/share/examples_logging/fpilog_pack.F...
Replacing existing file /usr/local/share/examples_logging/iotest.c...
Replacing existing file /usr/local/share/examples_logging/log_cost.c...
Replacing existing file /usr/local/share/examples_logging/Makefile...
Replacing existing file /usr/local/share/examples_logging/openmp_mpilog.F...
Replacing existing file /usr/local/share/examples_logging/openmp_sendrecv.c...
Replacing existing file /usr/local/share/examples_logging/pthread_allreduce.c...
Replacing existing file /usr/local/share/examples_logging/pthread_sendrecv.c...
Replacing existing file /usr/local/share/examples_logging/pthread_sendrecv_user.c...
Replacing existing file /usr/local/share/examples_logging/srtest.c...
Replacing existing file /usr/local/share/examples_graphics/cpi.c...
Replacing existing file /usr/local/share/examples_graphics/cxgraphics.c...
Replacing existing file /usr/local/share/examples_graphics/fxgraphics.f...
Replacing existing file /usr/local/share/examples_graphics/Makefile...
Replacing existing file /usr/local/share/examples_collchk/composite.c...
Replacing existing file /usr/local/share/examples_collchk/Makefile...
Replacing existing file /usr/local/share/examples_collchk/scatterv.c...
Replacing existing file /usr/local/share/examples_collchk/time_allreduce.c...
Replacing existing file /usr/local/share/examples_collchk/time_alltoallv.c...
Replacing existing file /usr/local/share/examples_collchk/time_alltoallv0.c...
Replacing existing file /usr/local/share/examples_collchk/time_bcast.c...
Replacing existing file /usr/local/share/examples_collchk/wrong_composite.c...
Replacing existing file /usr/local/share/examples_collchk/wrong_int_byte.c...
Replacing existing file /usr/local/share/examples_collchk/wrong_reals.f...
Replacing existing file /usr/local/share/examples_collchk/wrong_root.c...
Replacing existing file /usr/local/share/examples_collchk/wrong_scatterv.c...
Installing MPE2 man to /usr/local/share/man
Replacing existing file /usr/local/share/man/man4/MPE_Add_RGB_color.4...
Replacing existing file /usr/local/share/man/man4/MPE_CaptureFile.4...
Replacing existing file /usr/local/share/man/man4/MPE_Close_graphics.4...
Replacing existing file /usr/local/share/man/man4/MPE_Comm_global_rank.4...
Replacing existing file /usr/local/share/man/man4/MPE_Decomp1d.4...
Replacing existing file /usr/local/share/man/man4/MPE_Describe_comm_event.4...
Replacing existing file /usr/local/share/man/man4/MPE_Describe_comm_state.4...
Replacing existing file /usr/local/share/man/man4/MPE_Describe_event.4...
Replacing existing file /usr/local/share/man/man4/MPE_Describe_info_event.4...
Replacing existing file /usr/local/share/man/man4/MPE_Describe_info_state.4...
Replacing existing file /usr/local/share/man/man4/MPE_Describe_state.4...
Replacing existing file /usr/local/share/man/man4/MPE_Draw_circle.4...
Replacing existing file /usr/local/share/man/man4/MPE_Draw_line.4...
Replacing existing file /usr/local/share/man/man4/MPE_Draw_logic.4...
Replacing existing file /usr/local/share/man/man4/MPE_Draw_point.4...
Replacing existing file /usr/local/share/man/man4/MPE_Draw_points.4...
Replacing existing file /usr/local/share/man/man4/MPE_Draw_string.4...
Replacing existing file /usr/local/share/man/man4/MPE_Errors_call_debugger.4...
Replacing existing file /usr/local/share/man/man4/MPE_Fill_circle.4...
Replacing existing file /usr/local/share/man/man4/MPE_Fill_rectangle.4...
Replacing existing file /usr/local/share/man/man4/MPE_Finish_log.4...
Replacing existing file /usr/local/share/man/man4/MPE_Get_mouse_press.4...
Replacing existing file /usr/local/share/man/man4/MPE_GetHostName.4...
Replacing existing file /usr/local/share/man/man4/MPE_GetTags.4...
Replacing existing file /usr/local/share/man/man4/MPE_Iget_mouse_press.4...
Replacing existing file /usr/local/share/man/man4/MPE_Init_log.4...
Replacing existing file /usr/local/share/man/man4/MPE_Initialized_logging.4...
Replacing existing file /usr/local/share/man/man4/MPE_IO_Stdout_to_file.4...
Replacing existing file /usr/local/share/man/man4/MPE_Line_thickness.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_bare_event.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_comm_event.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_comm_receive.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_comm_send.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_event.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_get_event_number.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_get_solo_eventID.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_get_state_eventIDs.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_info_event.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_merged_logfilename.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_pack.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_receive.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_send.4...
Replacing existing file /usr/local/share/man/man4/MPE_Log_sync_clocks.4...
Replacing existing file /usr/local/share/man/man4/MPE_Make_color_array.4...
Replacing existing file /usr/local/share/man/man4/MPE_Num_colors.4...
Replacing existing file /usr/local/share/man/man4/MPE_Open_graphics.4...
Replacing existing file /usr/local/share/man/man4/MPE_ReturnTags.4...
Replacing existing file /usr/local/share/man/man4/MPE_Seq_begin.4...
Replacing existing file /usr/local/share/man/man4/MPE_Seq_end.4...
Replacing existing file /usr/local/share/man/man4/MPE_Signals_call_debugger.4...
Replacing existing file /usr/local/share/man/man4/MPE_Start_log.4...
Replacing existing file /usr/local/share/man/man4/MPE_Stop_log.4...
Replacing existing file /usr/local/share/man/man4/MPE_TagsEnd.4...
Replacing existing file /usr/local/share/man/man4/MPE_Update.4...
Installing MPE2 html to /usr/local/share/doc/
Replacing existing file /usr/local/share/doc//www4/libmpe.cit...
Replacing existing file /usr/local/share/doc//www4/MPE_Add_RGB_color.html...
Replacing existing file /usr/local/share/doc//www4/MPE_CaptureFile.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Close_graphics.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Comm_global_rank.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Decomp1d.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Describe_comm_event.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Describe_comm_state.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Describe_event.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Describe_info_event.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Describe_info_state.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Describe_state.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Draw_circle.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Draw_line.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Draw_logic.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Draw_point.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Draw_points.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Draw_string.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Errors_call_debugger.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Fill_circle.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Fill_rectangle.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Finish_log.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Get_mouse_press.html...
Replacing existing file /usr/local/share/doc//www4/MPE_GetHostName.html...
Replacing existing file /usr/local/share/doc//www4/MPE_GetTags.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Iget_mouse_press.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Init_log.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Initialized_logging.html...
Replacing existing file /usr/local/share/doc//www4/MPE_IO_Stdout_to_file.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Line_thickness.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_bare_event.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_comm_event.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_comm_receive.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_comm_send.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_event.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_get_event_number.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_get_solo_eventID.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_get_state_eventIDs.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_info_event.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_merged_logfilename.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_pack.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_receive.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_send.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Log_sync_clocks.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Make_color_array.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Num_colors.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Open_graphics.html...
Replacing existing file /usr/local/share/doc//www4/MPE_ReturnTags.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Seq_begin.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Seq_end.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Signals_call_debugger.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Start_log.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Stop_log.html...
Replacing existing file /usr/local/share/doc//www4/MPE_TagsEnd.html...
Replacing existing file /usr/local/share/doc//www4/MPE_Update.html...
Installed MPE2 in /usr/local
/usr/local/sbin/mpeuninstall may be used to remove the installation
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/src/mpe2'
-------------- next part --------------
(NOXMLCLOSE=YES && export NOXMLCLOSE && cd mpi && make testing)
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi'
./runtests -srcdir=. -tests=testlist \
	   -mpiexec=/usr/local/bin/mpiexec \
	   -xmlfile=summary.xml
Looking in ./testlist
Processing directory attr
Looking in ./attr/testlist
Unexpected output in attric: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in attric: MPIR_Init_thread(392).................: 
Unexpected output in attric: MPID_Init(139)........................: channel initialization failed
Unexpected output in attric: MPIDI_CH3_Init(38)....................: 
Unexpected output in attric: MPID_nem_init(196)....................: 
Unexpected output in attric: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in attric: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in attric: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program attric exited without No Errors
Unexpected output in attrend2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in attrend2: MPIR_Init_thread(392).................: 
Unexpected output in attrend2: MPID_Init(139)........................: channel initialization failed
Unexpected output in attrend2: MPIDI_CH3_Init(38)....................: 
Unexpected output in attrend2: MPID_nem_init(196)....................: 
Unexpected output in attrend2: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in attrend2: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in attrend2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program attrend2 exited without No Errors
Processing directory coll
Looking in ./coll/testlist
Unexpected output in allred2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allred2: MPIR_Init_thread(392).................: 
Unexpected output in allred2: MPID_Init(139)........................: channel initialization failed
Unexpected output in allred2: MPIDI_CH3_Init(38)....................: 
Unexpected output in allred2: MPID_nem_init(196)....................: 
Unexpected output in allred2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allred2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allred2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allred2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program allred2 exited without No Errors
Unexpected output in allred3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allred3: MPIR_Init_thread(392).................: 
Unexpected output in allred3: MPID_Init(139)........................: channel initialization failed
Unexpected output in allred3: MPIDI_CH3_Init(38)....................: 
Unexpected output in allred3: MPID_nem_init(196)....................: 
Unexpected output in allred3: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in allred3: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in allred3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program allred3 exited without No Errors
Unexpected output in red4: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in red4: MPIR_Init_thread(392).................: 
Unexpected output in red4: MPID_Init(139)........................: channel initialization failed
Unexpected output in red4: MPIDI_CH3_Init(38)....................: 
Unexpected output in red4: MPID_nem_init(196)....................: 
Unexpected output in red4: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in red4: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in red4: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in red4: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in red4: MPIR_Init_thread(392).................: 
Unexpected output in red4: MPID_Init(139)........................: channel initialization failed
Unexpected output in red4: MPIDI_CH3_Init(38)....................: 
Unexpected output in red4: MPID_nem_init(196)....................: 
Unexpected output in red4: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in red4: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in red4: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in red4: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in red4: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in red4: MPIR_Init_thread(392).................: 
Unexpected output in red4: MPID_Init(139)........................: channel initialization failed
Unexpected output in red4: MPIDI_CH3_Init(38)....................: 
Unexpected output in red4: MPID_nem_init(196)....................: 
Unexpected output in red4: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in red4: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in red4: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program red4 exited without No Errors
Unexpected output in alltoall1: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in alltoall1: MPIR_Init_thread(392).................: 
Unexpected output in alltoall1: MPID_Init(139)........................: channel initialization failed
Unexpected output in alltoall1: MPIDI_CH3_Init(38)....................: 
Unexpected output in alltoall1: MPID_nem_init(196)....................: 
Unexpected output in alltoall1: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in alltoall1: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in alltoall1: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in alltoall1: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in alltoall1: MPIR_Init_thread(392).................: 
Unexpected output in alltoall1: MPID_Init(139)........................: channel initialization failed
Unexpected output in alltoall1: MPIDI_CH3_Init(38)....................: 
Unexpected output in alltoall1: MPID_nem_init(196)....................: 
Unexpected output in alltoall1: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in alltoall1: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in alltoall1: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in alltoall1: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program alltoall1 exited without No Errors
Unexpected output in alltoallw1: [mpiexec at PC03] control_cb (./pm/pmiserv/pmiserv_cb.c:215): assert (!closed) failed
Unexpected output in alltoallw1: [mpiexec at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in alltoallw1: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:181): error waiting for event
Unexpected output in alltoallw1: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program alltoallw1 exited without No Errors
Unexpected output in alltoallw2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in alltoallw2: MPIR_Init_thread(392).................: 
Unexpected output in alltoallw2: MPID_Init(139)........................: channel initialization failed
Unexpected output in alltoallw2: MPIDI_CH3_Init(38)....................: 
Unexpected output in alltoallw2: MPID_nem_init(196)....................: 
Unexpected output in alltoallw2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in alltoallw2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in alltoallw2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in alltoallw2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in alltoallw2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in alltoallw2: MPIR_Init_thread(392).................: 
Unexpected output in alltoallw2: MPID_Init(139)........................: channel initialization failed
Unexpected output in alltoallw2: MPIDI_CH3_Init(38)....................: 
Unexpected output in alltoallw2: MPID_nem_init(196)....................: 
Unexpected output in alltoallw2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in alltoallw2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in alltoallw2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in alltoallw2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program alltoallw2 exited without No Errors
Unexpected output in allgather2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgather2: MPIR_Init_thread(392).................: 
Unexpected output in allgather2: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgather2: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgather2: MPID_nem_init(196)....................: 
Unexpected output in allgather2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allgather2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allgather2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allgather2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in allgather2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgather2: MPIR_Init_thread(392).................: 
Unexpected output in allgather2: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgather2: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgather2: MPID_nem_init(196)....................: 
Unexpected output in allgather2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allgather2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allgather2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allgather2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in allgather2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgather2: MPIR_Init_thread(392).................: 
Unexpected output in allgather2: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgather2: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgather2: MPID_nem_init(196)....................: 
Unexpected output in allgather2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allgather2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allgather2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allgather2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in allgather2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgather2: MPIR_Init_thread(392).................: 
Unexpected output in allgather2: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgather2: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgather2: MPID_nem_init(196)....................: 
Unexpected output in allgather2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allgather2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allgather2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allgather2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in allgather2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgather2: MPIR_Init_thread(392).................: 
Unexpected output in allgather2: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgather2: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgather2: MPID_nem_init(196)....................: 
Unexpected output in allgather2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allgather2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allgather2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allgather2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in allgather2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgather2: MPIR_Init_thread(392).................: 
Unexpected output in allgather2: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgather2: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgather2: MPID_nem_init(196)....................: 
Unexpected output in allgather2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allgather2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allgather2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allgather2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program allgather2 exited without No Errors
Unexpected output in allgather3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgather3: MPIR_Init_thread(392).................: 
Unexpected output in allgather3: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgather3: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgather3: MPID_nem_init(196)....................: 
Unexpected output in allgather3: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in allgather3: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in allgather3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program allgather3 exited without No Errors
Unexpected output in allgatherv2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgatherv2: MPIR_Init_thread(392).................: 
Unexpected output in allgatherv2: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgatherv2: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgatherv2: MPID_nem_init(196)....................: 
Unexpected output in allgatherv2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allgatherv2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allgatherv2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allgatherv2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program allgatherv2 exited without No Errors
Unexpected output in allgatherv3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgatherv3: MPIR_Init_thread(392).................: 
Unexpected output in allgatherv3: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgatherv3: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgatherv3: MPID_nem_init(196)....................: 
Unexpected output in allgatherv3: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allgatherv3: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allgatherv3: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allgatherv3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in allgatherv3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgatherv3: MPIR_Init_thread(392).................: 
Unexpected output in allgatherv3: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgatherv3: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgatherv3: MPID_nem_init(196)....................: 
Unexpected output in allgatherv3: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allgatherv3: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allgatherv3: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allgatherv3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in allgatherv3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgatherv3: MPIR_Init_thread(392).................: 
Unexpected output in allgatherv3: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgatherv3: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgatherv3: MPID_nem_init(196)....................: 
Unexpected output in allgatherv3: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allgatherv3: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allgatherv3: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allgatherv3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in allgatherv3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgatherv3: MPIR_Init_thread(392).................: 
Unexpected output in allgatherv3: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgatherv3: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgatherv3: MPID_nem_init(196)....................: 
Unexpected output in allgatherv3: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in allgatherv3: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in allgatherv3: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in allgatherv3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in allgatherv3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in allgatherv3: MPIR_Init_thread(392).................: 
Unexpected output in allgatherv3: MPID_Init(139)........................: channel initialization failed
Unexpected output in allgatherv3: MPIDI_CH3_Init(38)....................: 
Unexpected output in allgatherv3: MPID_nem_init(196)....................: 
Unexpected output in allgatherv3: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in allgatherv3: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in allgatherv3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program allgatherv3 exited without No Errors
Unexpected output in bcasttest: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in bcasttest: MPIR_Init_thread(392).................: 
Unexpected output in bcasttest: MPID_Init(139)........................: channel initialization failed
Unexpected output in bcasttest: MPIDI_CH3_Init(38)....................: 
Unexpected output in bcasttest: MPID_nem_init(196)....................: 
Unexpected output in bcasttest: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in bcasttest: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in bcasttest: MPIR_Init_thread(392).................: 
Unexpected output in bcasttest: MPID_Init(139)........................: channel initialization failed
Unexpected output in bcasttest: MPIDI_CH3_Init(38)....................: 
Unexpected output in bcasttest: MPID_nem_init(196)....................: 
Unexpected output in bcasttest: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in bcasttest: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in bcasttest: MPIR_Init_thread(392).................: 
Unexpected output in bcasttest: MPID_Init(139)........................: channel initialization failed
Unexpected output in bcasttest: MPIDI_CH3_Init(38)....................: 
Unexpected output in bcasttest: MPID_nem_init(196)....................: 
Unexpected output in bcasttest: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in bcasttest: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program bcasttest exited without No Errors
Unexpected output in bcasttest: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in bcasttest: MPIR_Init_thread(392).................: 
Unexpected output in bcasttest: MPID_Init(139)........................: channel initialization failed
Unexpected output in bcasttest: MPIDI_CH3_Init(38)....................: 
Unexpected output in bcasttest: MPID_nem_init(196)....................: 
Unexpected output in bcasttest: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in bcasttest: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in bcasttest: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in bcasttest: MPIR_Init_thread(392).................: 
Unexpected output in bcasttest: MPID_Init(139)........................: channel initialization failed
Unexpected output in bcasttest: MPIDI_CH3_Init(38)....................: 
Unexpected output in bcasttest: MPID_nem_init(196)....................: 
Unexpected output in bcasttest: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in bcasttest: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in bcasttest: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in bcasttest: MPIR_Init_thread(392).................: 
Unexpected output in bcasttest: MPID_Init(139)........................: channel initialization failed
Unexpected output in bcasttest: MPIDI_CH3_Init(38)....................: 
Unexpected output in bcasttest: MPID_nem_init(196)....................: 
Unexpected output in bcasttest: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in bcasttest: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in bcasttest: MPIR_Init_thread(392).................: 
Unexpected output in bcasttest: MPID_Init(139)........................: channel initialization failed
Unexpected output in bcasttest: MPIDI_CH3_Init(38)....................: 
Unexpected output in bcasttest: MPID_nem_init(196)....................: 
Unexpected output in bcasttest: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in bcasttest: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in bcasttest: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in bcasttest: MPIR_Init_thread(392).................: 
Unexpected output in bcasttest: MPID_Init(139)........................: channel initialization failed
Unexpected output in bcasttest: MPIDI_CH3_Init(38)....................: 
Unexpected output in bcasttest: MPID_nem_init(196)....................: 
Unexpected output in bcasttest: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in bcasttest: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in bcasttest: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in bcasttest: MPIR_Init_thread(392).................: 
Unexpected output in bcasttest: MPID_Init(139)........................: channel initialization failed
Unexpected output in bcasttest: MPIDI_CH3_Init(38)....................: 
Unexpected output in bcasttest: MPID_nem_init(196)....................: 
Unexpected output in bcasttest: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in bcasttest: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in bcasttest: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program bcasttest exited without No Errors
Unexpected output in bcast2: [mpiexec at PC03] control_cb (./pm/pmiserv/pmiserv_cb.c:215): assert (!closed) failed
Unexpected output in bcast2: [mpiexec at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in bcast2: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:181): error waiting for event
Unexpected output in bcast2: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program bcast2 exited without No Errors
Unexpected output in bcast3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in bcast3: MPIR_Init_thread(392).................: 
Unexpected output in bcast3: MPID_Init(139)........................: channel initialization failed
Unexpected output in bcast3: MPIDI_CH3_Init(38)....................: 
Unexpected output in bcast3: MPID_nem_init(196)....................: 
Unexpected output in bcast3: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in bcast3: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in bcast3: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in bcast3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program bcast3 exited without No Errors
Unexpected output in coll7: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in coll7: MPIR_Init_thread(392).................: 
Unexpected output in coll7: MPID_Init(139)........................: channel initialization failed
Unexpected output in coll7: MPIDI_CH3_Init(38)....................: 
Unexpected output in coll7: MPID_nem_init(196)....................: 
Unexpected output in coll7: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in coll7: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in coll7: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program coll7 exited without No Errors
Unexpected output in coll11: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in coll11: MPIR_Init_thread(392).................: 
Unexpected output in coll11: MPID_Init(139)........................: channel initialization failed
Unexpected output in coll11: MPIDI_CH3_Init(38)....................: 
Unexpected output in coll11: MPID_nem_init(196)....................: 
Unexpected output in coll11: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in coll11: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in coll11: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in coll11: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in coll11: MPIR_Init_thread(392).................: 
Unexpected output in coll11: MPID_Init(139)........................: channel initialization failed
Unexpected output in coll11: MPIDI_CH3_Init(38)....................: 
Unexpected output in coll11: MPID_nem_init(196)....................: 
Unexpected output in coll11: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in coll11: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in coll11: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in coll11: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program coll11 exited without No Errors
Unexpected output in redscat: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in redscat: MPIR_Init_thread(392).................: 
Unexpected output in redscat: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscat: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscat: MPID_nem_init(196)....................: 
Unexpected output in redscat: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in redscat: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in redscat: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in redscat: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in redscat: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in redscat: MPIR_Init_thread(392).................: 
Unexpected output in redscat: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscat: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscat: MPID_nem_init(196)....................: 
Unexpected output in redscat: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in redscat: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in redscat: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in redscat: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in redscat: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in redscat: MPIR_Init_thread(392).................: 
Unexpected output in redscat: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscat: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscat: MPID_nem_init(196)....................: 
Unexpected output in redscat: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in redscat: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in redscat: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in redscat: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in redscat: MPIR_Init_thread(392).................: 
Unexpected output in redscat: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscat: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscat: MPID_nem_init(196)....................: 
Unexpected output in redscat: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in redscat: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in redscat: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program redscat exited without No Errors
Unexpected output in redscat2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in redscat2: MPIR_Init_thread(392).................: 
Unexpected output in redscat2: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscat2: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscat2: MPID_nem_init(196)....................: 
Unexpected output in redscat2: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in redscat2: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in redscat2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program redscat2 exited without No Errors
Unexpected output in redscat3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in redscat3: MPIR_Init_thread(392).................: 
Unexpected output in redscat3: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscat3: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscat3: MPID_nem_init(196)....................: 
Unexpected output in redscat3: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in redscat3: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in redscat3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program redscat3 exited without No Errors
Unexpected output in redscatinter: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in redscatinter: MPIR_Init_thread(392).................: 
Unexpected output in redscatinter: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscatinter: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscatinter: MPID_nem_init(196)....................: 
Unexpected output in redscatinter: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in redscatinter: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in redscatinter: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in redscatinter: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in redscatinter: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in redscatinter: MPIR_Init_thread(392).................: 
Unexpected output in redscatinter: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscatinter: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscatinter: MPID_nem_init(196)....................: 
Unexpected output in redscatinter: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in redscatinter: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in redscatinter: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in redscatinter: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in redscatinter: MPIR_Init_thread(392).................: 
Unexpected output in redscatinter: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscatinter: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscatinter: MPID_nem_init(196)....................: 
Unexpected output in redscatinter: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in redscatinter: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in redscatinter: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in redscatinter: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in redscatinter: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in redscatinter: MPIR_Init_thread(392).................: 
Unexpected output in redscatinter: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscatinter: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscatinter: MPID_nem_init(196)....................: 
Unexpected output in redscatinter: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in redscatinter: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in redscatinter: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in redscatinter: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in redscatinter: MPIR_Init_thread(392).................: 
Unexpected output in redscatinter: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscatinter: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscatinter: MPID_nem_init(196)....................: 
Unexpected output in redscatinter: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in redscatinter: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in redscatinter: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program redscatinter exited without No Errors
Unexpected output in red_scat_block: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in red_scat_block: MPIR_Init_thread(392).................: 
Unexpected output in red_scat_block: MPID_Init(139)........................: channel initialization failed
Unexpected output in red_scat_block: MPIDI_CH3_Init(38)....................: 
Unexpected output in red_scat_block: MPID_nem_init(196)....................: 
Unexpected output in red_scat_block: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in red_scat_block: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in red_scat_block: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in red_scat_block: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in red_scat_block: MPIR_Init_thread(392).................: 
Unexpected output in red_scat_block: MPID_Init(139)........................: channel initialization failed
Unexpected output in red_scat_block: MPIDI_CH3_Init(38)....................: 
Unexpected output in red_scat_block: MPID_nem_init(196)....................: 
Unexpected output in red_scat_block: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in red_scat_block: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in red_scat_block: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program red_scat_block exited without No Errors
Unexpected output in redscatblk3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in redscatblk3: MPIR_Init_thread(392).................: 
Unexpected output in redscatblk3: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscatblk3: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscatblk3: MPID_nem_init(196)....................: 
Unexpected output in redscatblk3: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in redscatblk3: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in redscatblk3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in redscatblk3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in redscatblk3: MPIR_Init_thread(392).................: 
Unexpected output in redscatblk3: MPID_Init(139)........................: channel initialization failed
Unexpected output in redscatblk3: MPIDI_CH3_Init(38)....................: 
Unexpected output in redscatblk3: MPID_nem_init(196)....................: 
Unexpected output in redscatblk3: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in redscatblk3: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in redscatblk3: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in redscatblk3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program redscatblk3 exited without No Errors
Unexpected output in exscan: [mpiexec at PC03] control_cb (./pm/pmiserv/pmiserv_cb.c:215): assert (!closed) failed
Unexpected output in exscan: [mpiexec at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in exscan: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:181): error waiting for event
Unexpected output in exscan: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program exscan exited without No Errors
Unexpected output in gather2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gather2: MPIR_Init_thread(392).................: 
Unexpected output in gather2: MPID_Init(139)........................: channel initialization failed
Unexpected output in gather2: MPIDI_CH3_Init(38)....................: 
Unexpected output in gather2: MPID_nem_init(196)....................: 
Unexpected output in gather2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gather2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gather2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gather2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in gather2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gather2: MPIR_Init_thread(392).................: 
Unexpected output in gather2: MPID_Init(139)........................: channel initialization failed
Unexpected output in gather2: MPIDI_CH3_Init(38)....................: 
Unexpected output in gather2: MPID_nem_init(196)....................: 
Unexpected output in gather2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gather2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gather2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gather2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in gather2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gather2: MPIR_Init_thread(392).................: 
Unexpected output in gather2: MPID_Init(139)........................: channel initialization failed
Unexpected output in gather2: MPIDI_CH3_Init(38)....................: 
Unexpected output in gather2: MPID_nem_init(196)....................: 
Unexpected output in gather2: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in gather2: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in gather2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program gather2 exited without No Errors
Unexpected output in scatterv: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in scatterv: MPIR_Init_thread(392).................: 
Unexpected output in scatterv: MPID_Init(139)........................: channel initialization failed
Unexpected output in scatterv: MPIDI_CH3_Init(38)....................: 
Unexpected output in scatterv: MPID_nem_init(196)....................: 
Unexpected output in scatterv: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in scatterv: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in scatterv: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in scatterv: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program scatterv exited without No Errors
Unexpected output in icallreduce: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallreduce: MPIR_Init_thread(392).................: 
Unexpected output in icallreduce: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallreduce: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallreduce: MPID_nem_init(196)....................: 
Unexpected output in icallreduce: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icallreduce: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icallreduce: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icallreduce: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallreduce: MPIR_Init_thread(392).................: 
Unexpected output in icallreduce: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallreduce: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallreduce: MPID_nem_init(196)....................: 
Unexpected output in icallreduce: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icallreduce: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icallreduce: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icallreduce: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallreduce: MPIR_Init_thread(392).................: 
Unexpected output in icallreduce: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallreduce: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallreduce: MPID_nem_init(196)....................: 
Unexpected output in icallreduce: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icallreduce: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icallreduce: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in icallreduce: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallreduce: MPIR_Init_thread(392).................: 
Unexpected output in icallreduce: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallreduce: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallreduce: MPID_nem_init(196)....................: 
Unexpected output in icallreduce: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icallreduce: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icallreduce: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icallreduce: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program icallreduce exited without No Errors
Unexpected output in icreduce: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icreduce: MPIR_Init_thread(392).................: 
Unexpected output in icreduce: MPID_Init(139)........................: channel initialization failed
Unexpected output in icreduce: MPIDI_CH3_Init(38)....................: 
Unexpected output in icreduce: MPID_nem_init(196)....................: 
Unexpected output in icreduce: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icreduce: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icreduce: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icreduce: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icreduce: MPIR_Init_thread(392).................: 
Unexpected output in icreduce: MPID_Init(139)........................: channel initialization failed
Unexpected output in icreduce: MPIDI_CH3_Init(38)....................: 
Unexpected output in icreduce: MPID_nem_init(196)....................: 
Unexpected output in icreduce: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icreduce: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icreduce: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icreduce: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in icreduce: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icreduce: MPIR_Init_thread(392).................: 
Unexpected output in icreduce: MPID_Init(139)........................: channel initialization failed
Unexpected output in icreduce: MPIDI_CH3_Init(38)....................: 
Unexpected output in icreduce: MPID_nem_init(196)....................: 
Unexpected output in icreduce: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icreduce: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icreduce: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icreduce: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icreduce: MPIR_Init_thread(392).................: 
Unexpected output in icreduce: MPID_Init(139)........................: channel initialization failed
Unexpected output in icreduce: MPIDI_CH3_Init(38)....................: 
Unexpected output in icreduce: MPID_nem_init(196)....................: 
Unexpected output in icreduce: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icreduce: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icreduce: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icreduce: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icreduce: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icreduce: MPIR_Init_thread(392).................: 
Unexpected output in icreduce: MPID_Init(139)........................: channel initialization failed
Unexpected output in icreduce: MPIDI_CH3_Init(38)....................: 
Unexpected output in icreduce: MPID_nem_init(196)....................: 
Unexpected output in icreduce: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icreduce: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icreduce: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icreduce: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program icreduce exited without No Errors
Unexpected output in icscatter: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icscatter: MPIR_Init_thread(392).................: 
Unexpected output in icscatter: MPID_Init(139)........................: channel initialization failed
Unexpected output in icscatter: MPIDI_CH3_Init(38)....................: 
Unexpected output in icscatter: MPID_nem_init(196)....................: 
Unexpected output in icscatter: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icscatter: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icscatter: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icscatter: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icscatter: MPIR_Init_thread(392).................: 
Unexpected output in icscatter: MPID_Init(139)........................: channel initialization failed
Unexpected output in icscatter: MPIDI_CH3_Init(38)....................: 
Unexpected output in icscatter: MPID_nem_init(196)....................: 
Unexpected output in icscatter: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icscatter: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icscatter: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icscatter: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in icscatter: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icscatter: MPIR_Init_thread(392).................: 
Unexpected output in icscatter: MPID_Init(139)........................: channel initialization failed
Unexpected output in icscatter: MPIDI_CH3_Init(38)....................: 
Unexpected output in icscatter: MPID_nem_init(196)....................: 
Unexpected output in icscatter: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icscatter: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icscatter: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icscatter: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in icscatter: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icscatter: MPIR_Init_thread(392).................: 
Unexpected output in icscatter: MPID_Init(139)........................: channel initialization failed
Unexpected output in icscatter: MPIDI_CH3_Init(38)....................: 
Unexpected output in icscatter: MPID_nem_init(196)....................: 
Unexpected output in icscatter: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icscatter: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icscatter: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icscatter: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icscatter: MPIR_Init_thread(392).................: 
Unexpected output in icscatter: MPID_Init(139)........................: channel initialization failed
Unexpected output in icscatter: MPIDI_CH3_Init(38)....................: 
Unexpected output in icscatter: MPID_nem_init(196)....................: 
Unexpected output in icscatter: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icscatter: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icscatter: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program icscatter exited without No Errors
Unexpected output in icgather: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icgather: MPIR_Init_thread(392).................: 
Unexpected output in icgather: MPID_Init(139)........................: channel initialization failed
Unexpected output in icgather: MPIDI_CH3_Init(38)....................: 
Unexpected output in icgather: MPID_nem_init(196)....................: 
Unexpected output in icgather: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icgather: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icgather: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icgather: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icgather: MPIR_Init_thread(392).................: 
Unexpected output in icgather: MPID_Init(139)........................: channel initialization failed
Unexpected output in icgather: MPIDI_CH3_Init(38)....................: 
Unexpected output in icgather: MPID_nem_init(196)....................: 
Unexpected output in icgather: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icgather: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icgather: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icgather: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icgather: MPIR_Init_thread(392).................: 
Unexpected output in icgather: MPID_Init(139)........................: channel initialization failed
Unexpected output in icgather: MPIDI_CH3_Init(38)....................: 
Unexpected output in icgather: MPID_nem_init(196)....................: 
Unexpected output in icgather: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icgather: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icgather: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program icgather exited without No Errors
Unexpected output in icgather: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icgather: MPIR_Init_thread(392).................: 
Unexpected output in icgather: MPID_Init(139)........................: channel initialization failed
Unexpected output in icgather: MPIDI_CH3_Init(38)....................: 
Unexpected output in icgather: MPID_nem_init(196)....................: 
Unexpected output in icgather: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icgather: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icgather: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program icgather exited without No Errors
Unexpected output in icallgatherv: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallgatherv: MPIR_Init_thread(392).................: 
Unexpected output in icallgatherv: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallgatherv: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallgatherv: MPID_nem_init(196)....................: 
Unexpected output in icallgatherv: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icallgatherv: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icallgatherv: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icallgatherv: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in icallgatherv: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallgatherv: MPIR_Init_thread(392).................: 
Unexpected output in icallgatherv: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallgatherv: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallgatherv: MPID_nem_init(196)....................: 
Unexpected output in icallgatherv: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icallgatherv: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icallgatherv: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icallgatherv: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icallgatherv: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallgatherv: MPIR_Init_thread(392).................: 
Unexpected output in icallgatherv: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallgatherv: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallgatherv: MPID_nem_init(196)....................: 
Unexpected output in icallgatherv: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icallgatherv: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icallgatherv: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icallgatherv: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallgatherv: MPIR_Init_thread(392).................: 
Unexpected output in icallgatherv: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallgatherv: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallgatherv: MPID_nem_init(196)....................: 
Unexpected output in icallgatherv: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icallgatherv: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icallgatherv: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icallgatherv: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program icallgatherv exited without No Errors
Unexpected output in icscatterv: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icscatterv: MPIR_Init_thread(392).................: 
Unexpected output in icscatterv: MPID_Init(139)........................: channel initialization failed
Unexpected output in icscatterv: MPIDI_CH3_Init(38)....................: 
Unexpected output in icscatterv: MPID_nem_init(196)....................: 
Unexpected output in icscatterv: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icscatterv: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icscatterv: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Permission denied
Unexpected output in icscatterv: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icscatterv: MPIR_Init_thread(392).................: 
Unexpected output in icscatterv: MPID_Init(139)........................: channel initialization failed
Unexpected output in icscatterv: MPIDI_CH3_Init(38)....................: 
Unexpected output in icscatterv: MPID_nem_init(196)....................: 
Unexpected output in icscatterv: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icscatterv: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icscatterv: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icscatterv: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program icscatterv exited without No Errors
Unexpected output in icalltoallv: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icalltoallv: MPIR_Init_thread(392).................: 
Unexpected output in icalltoallv: MPID_Init(139)........................: channel initialization failed
Unexpected output in icalltoallv: MPIDI_CH3_Init(38)....................: 
Unexpected output in icalltoallv: MPID_nem_init(196)....................: 
Unexpected output in icalltoallv: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icalltoallv: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icalltoallv: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icalltoallv: [proxy:0:0 at PC03] HYDU_sock_read (./utils/sock/sock.c:272): read error (Software caused connection abort)
Unexpected output in icalltoallv: [proxy:0:0 at PC03] pmi_cb (./pm/pmiserv/pmip_cb.c:228): unable to read PMI command
Unexpected output in icalltoallv: [proxy:0:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in icalltoallv: [proxy:0:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in icalltoallv: [mpiexec at PC03] control_cb (./pm/pmiserv/pmiserv_cb.c:215): assert (!closed) failed
Unexpected output in icalltoallv: [mpiexec at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in icalltoallv: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:181): error waiting for event
Unexpected output in icalltoallv: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program icalltoallv exited without No Errors
Unexpected output in opbxor: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in opbxor: MPIR_Init_thread(392).................: 
Unexpected output in opbxor: MPID_Init(139)........................: channel initialization failed
Unexpected output in opbxor: MPIDI_CH3_Init(38)....................: 
Unexpected output in opbxor: MPID_nem_init(196)....................: 
Unexpected output in opbxor: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in opbxor: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in opbxor: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in opbxor: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program opbxor exited without No Errors
Unexpected output in opprod: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in opprod: MPIR_Init_thread(392).................: 
Unexpected output in opprod: MPID_Init(139)........................: channel initialization failed
Unexpected output in opprod: MPIDI_CH3_Init(38)....................: 
Unexpected output in opprod: MPID_nem_init(196)....................: 
Unexpected output in opprod: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in opprod: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in opprod: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in opprod: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in opprod: MPIR_Init_thread(392).................: 
Unexpected output in opprod: MPID_Init(139)........................: channel initialization failed
Unexpected output in opprod: MPIDI_CH3_Init(38)....................: 
Unexpected output in opprod: MPID_nem_init(196)....................: 
Unexpected output in opprod: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in opprod: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in opprod: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in opprod: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in opprod: MPIR_Init_thread(392).................: 
Unexpected output in opprod: MPID_Init(139)........................: channel initialization failed
Unexpected output in opprod: MPIDI_CH3_Init(38)....................: 
Unexpected output in opprod: MPID_nem_init(196)....................: 
Unexpected output in opprod: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in opprod: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in opprod: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in opprod: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program opprod exited without No Errors
Unexpected output in opsum: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in opsum: MPIR_Init_thread(392).................: 
Unexpected output in opsum: MPID_Init(139)........................: channel initialization failed
Unexpected output in opsum: MPIDI_CH3_Init(38)....................: 
Unexpected output in opsum: MPID_nem_init(196)....................: 
Unexpected output in opsum: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in opsum: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in opsum: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in opsum: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in opsum: MPIR_Init_thread(392).................: 
Unexpected output in opsum: MPID_Init(139)........................: channel initialization failed
Unexpected output in opsum: MPIDI_CH3_Init(38)....................: 
Unexpected output in opsum: MPID_nem_init(196)....................: 
Unexpected output in opsum: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in opsum: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in opsum: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in opsum: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in opsum: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in opsum: MPIR_Init_thread(392).................: 
Unexpected output in opsum: MPID_Init(139)........................: channel initialization failed
Unexpected output in opsum: MPIDI_CH3_Init(38)....................: 
Unexpected output in opsum: MPID_nem_init(196)....................: 
Unexpected output in opsum: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in opsum: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in opsum: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program opsum exited without No Errors
Processing directory comm
Looking in ./comm/testlist
Unexpected output in dupic: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in dupic: MPIR_Init_thread(392).................: 
Unexpected output in dupic: MPID_Init(139)........................: channel initialization failed
Unexpected output in dupic: MPIDI_CH3_Init(38)....................: 
Unexpected output in dupic: MPID_nem_init(196)....................: 
Unexpected output in dupic: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in dupic: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in dupic: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program dupic exited without No Errors
Unexpected output in commcreate1: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in commcreate1: MPIR_Init_thread(392).................: 
Unexpected output in commcreate1: MPID_Init(139)........................: channel initialization failed
Unexpected output in commcreate1: MPIDI_CH3_Init(38)....................: 
Unexpected output in commcreate1: MPID_nem_init(196)....................: 
Unexpected output in commcreate1: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in commcreate1: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in commcreate1: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in commcreate1: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in commcreate1: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in commcreate1: MPIR_Init_thread(392).................: 
Unexpected output in commcreate1: MPID_Init(139)........................: channel initialization failed
Unexpected output in commcreate1: MPIDI_CH3_Init(38)....................: 
Unexpected output in commcreate1: MPID_nem_init(196)....................: 
Unexpected output in commcreate1: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in commcreate1: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in commcreate1: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in commcreate1: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in commcreate1: MPIR_Init_thread(392).................: 
Unexpected output in commcreate1: MPID_Init(139)........................: channel initialization failed
Unexpected output in commcreate1: MPIDI_CH3_Init(38)....................: 
Unexpected output in commcreate1: MPID_nem_init(196)....................: 
Unexpected output in commcreate1: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in commcreate1: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in commcreate1: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in commcreate1: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in commcreate1: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in commcreate1: MPIR_Init_thread(392).................: 
Unexpected output in commcreate1: MPID_Init(139)........................: channel initialization failed
Unexpected output in commcreate1: MPIDI_CH3_Init(38)....................: 
Unexpected output in commcreate1: MPID_nem_init(196)....................: 
Unexpected output in commcreate1: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in commcreate1: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in commcreate1: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in commcreate1: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in commcreate1: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in commcreate1: MPIR_Init_thread(392).................: 
Unexpected output in commcreate1: MPID_Init(139)........................: channel initialization failed
Unexpected output in commcreate1: MPIDI_CH3_Init(38)....................: 
Unexpected output in commcreate1: MPID_nem_init(196)....................: 
Unexpected output in commcreate1: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in commcreate1: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in commcreate1: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program commcreate1 exited without No Errors
Unexpected output in icgroup: [mpiexec at PC03] control_cb (./pm/pmiserv/pmiserv_cb.c:215): assert (!closed) failed
Unexpected output in icgroup: [mpiexec at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in icgroup: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:181): error waiting for event
Unexpected output in icgroup: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program icgroup exited without No Errors
Unexpected output in icm: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icm: MPIR_Init_thread(392).................: 
Unexpected output in icm: MPID_Init(139)........................: channel initialization failed
Unexpected output in icm: MPIDI_CH3_Init(38)....................: 
Unexpected output in icm: MPID_nem_init(196)....................: 
Unexpected output in icm: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icm: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icm: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icm: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icm: MPIR_Init_thread(392).................: 
Unexpected output in icm: MPID_Init(139)........................: channel initialization failed
Unexpected output in icm: MPIDI_CH3_Init(38)....................: 
Unexpected output in icm: MPID_nem_init(196)....................: 
Unexpected output in icm: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icm: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icm: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icm: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icm: MPIR_Init_thread(392).................: 
Unexpected output in icm: MPID_Init(139)........................: channel initialization failed
Unexpected output in icm: MPIDI_CH3_Init(38)....................: 
Unexpected output in icm: MPID_nem_init(196)....................: 
Unexpected output in icm: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icm: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icm: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icm: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icm: MPIR_Init_thread(392).................: 
Unexpected output in icm: MPID_Init(139)........................: channel initialization failed
Unexpected output in icm: MPIDI_CH3_Init(38)....................: 
Unexpected output in icm: MPID_nem_init(196)....................: 
Unexpected output in icm: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icm: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icm: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icm: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in icm: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icm: MPIR_Init_thread(392).................: 
Unexpected output in icm: MPID_Init(139)........................: channel initialization failed
Unexpected output in icm: MPIDI_CH3_Init(38)....................: 
Unexpected output in icm: MPID_nem_init(196)....................: 
Unexpected output in icm: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icm: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icm: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program icm exited without No Errors
Unexpected output in cmsplit2: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in cmsplit2: MPIR_Init_thread(392).................: 
Unexpected output in cmsplit2: MPID_Init(139)........................: channel initialization failed
Unexpected output in cmsplit2: MPIDI_CH3_Init(38)....................: 
Unexpected output in cmsplit2: MPID_nem_init(196)....................: 
Unexpected output in cmsplit2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in cmsplit2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in cmsplit2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in cmsplit2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in cmsplit2: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in cmsplit2: MPIR_Init_thread(392).................: 
Unexpected output in cmsplit2: MPID_Init(139)........................: channel initialization failed
Unexpected output in cmsplit2: MPIDI_CH3_Init(38)....................: 
Unexpected output in cmsplit2: MPID_nem_init(196)....................: 
Unexpected output in cmsplit2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in cmsplit2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in cmsplit2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in cmsplit2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in cmsplit2: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in cmsplit2: MPIR_Init_thread(392).................: 
Unexpected output in cmsplit2: MPID_Init(139)........................: channel initialization failed
Unexpected output in cmsplit2: MPIDI_CH3_Init(38)....................: 
Unexpected output in cmsplit2: MPID_nem_init(196)....................: 
Unexpected output in cmsplit2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in cmsplit2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in cmsplit2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in cmsplit2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in cmsplit2: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in cmsplit2: MPIR_Init_thread(392).................: 
Unexpected output in cmsplit2: MPID_Init(139)........................: channel initialization failed
Unexpected output in cmsplit2: MPIDI_CH3_Init(38)....................: 
Unexpected output in cmsplit2: MPID_nem_init(196)....................: 
Unexpected output in cmsplit2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in cmsplit2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in cmsplit2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in cmsplit2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program cmsplit2 exited without No Errors
Processing directory datatype
Looking in ./datatype/testlist
Unexpected output in darray-pack: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in darray-pack: MPIR_Init_thread(392).................: 
Unexpected output in darray-pack: MPID_Init(139)........................: channel initialization failed
Unexpected output in darray-pack: MPIDI_CH3_Init(38)....................: 
Unexpected output in darray-pack: MPID_nem_init(196)....................: 
Unexpected output in darray-pack: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in darray-pack: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in darray-pack: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in darray-pack: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in darray-pack: MPIR_Init_thread(392).................: 
Unexpected output in darray-pack: MPID_Init(139)........................: channel initialization failed
Unexpected output in darray-pack: MPIDI_CH3_Init(38)....................: 
Unexpected output in darray-pack: MPID_nem_init(196)....................: 
Unexpected output in darray-pack: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in darray-pack: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in darray-pack: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in darray-pack: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in darray-pack: MPIR_Init_thread(392).................: 
Unexpected output in darray-pack: MPID_Init(139)........................: channel initialization failed
Unexpected output in darray-pack: MPIDI_CH3_Init(38)....................: 
Unexpected output in darray-pack: MPID_nem_init(196)....................: 
Unexpected output in darray-pack: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in darray-pack: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in darray-pack: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in darray-pack: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in darray-pack: MPIR_Init_thread(392).................: 
Unexpected output in darray-pack: MPID_Init(139)........................: channel initialization failed
Unexpected output in darray-pack: MPIDI_CH3_Init(38)....................: 
Unexpected output in darray-pack: MPID_nem_init(196)....................: 
Unexpected output in darray-pack: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in darray-pack: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in darray-pack: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in darray-pack: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in darray-pack: MPIR_Init_thread(392).................: 
Unexpected output in darray-pack: MPID_Init(139)........................: channel initialization failed
Unexpected output in darray-pack: MPIDI_CH3_Init(38)....................: 
Unexpected output in darray-pack: MPID_nem_init(196)....................: 
Unexpected output in darray-pack: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in darray-pack: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in darray-pack: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program darray-pack exited without No Errors
Processing directory errhan
Looking in ./errhan/testlist
Processing directory group
Looking in ./group/testlist
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in gtranksperf: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in gtranksperf: MPIR_Init_thread(392).................: 
Unexpected output in gtranksperf: MPID_Init(139)........................: channel initialization failed
Unexpected output in gtranksperf: MPIDI_CH3_Init(38)....................: 
Unexpected output in gtranksperf: MPID_nem_init(196)....................: 
Unexpected output in gtranksperf: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in gtranksperf: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in gtranksperf: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program gtranksperf exited without No Errors
Processing directory info
Looking in ./info/testlist
Processing directory init
Looking in ./init/testlist
Processing directory pt2pt
Looking in ./pt2pt/testlist
Unexpected output in sendflood: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in sendflood: MPIR_Init_thread(392).................: 
Unexpected output in sendflood: MPID_Init(139)........................: channel initialization failed
Unexpected output in sendflood: MPIDI_CH3_Init(38)....................: 
Unexpected output in sendflood: MPID_nem_init(196)....................: 
Unexpected output in sendflood: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in sendflood: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in sendflood: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in sendflood: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in sendflood: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in sendflood: MPIR_Init_thread(392).................: 
Unexpected output in sendflood: MPID_Init(139)........................: channel initialization failed
Unexpected output in sendflood: MPIDI_CH3_Init(38)....................: 
Unexpected output in sendflood: MPID_nem_init(196)....................: 
Unexpected output in sendflood: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in sendflood: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in sendflood: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in sendflood: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program sendflood exited without No Errors
Unexpected output in rqfreeb: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in rqfreeb: MPIR_Init_thread(392).................: 
Unexpected output in rqfreeb: MPID_Init(139)........................: channel initialization failed
Unexpected output in rqfreeb: MPIDI_CH3_Init(38)....................: 
Unexpected output in rqfreeb: MPID_nem_init(196)....................: 
Unexpected output in rqfreeb: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in rqfreeb: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in rqfreeb: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in rqfreeb: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in rqfreeb: MPIR_Init_thread(392).................: 
Unexpected output in rqfreeb: MPID_Init(139)........................: channel initialization failed
Unexpected output in rqfreeb: MPIDI_CH3_Init(38)....................: 
Unexpected output in rqfreeb: MPID_nem_init(196)....................: 
Unexpected output in rqfreeb: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in rqfreeb: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in rqfreeb: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in rqfreeb: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program rqfreeb exited without No Errors
Processing directory rma
Looking in ./rma/testlist
Unexpected output in accfence1: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in accfence1: MPIR_Init_thread(392).................: 
Unexpected output in accfence1: MPID_Init(139)........................: channel initialization failed
Unexpected output in accfence1: MPIDI_CH3_Init(38)....................: 
Unexpected output in accfence1: MPID_nem_init(196)....................: 
Unexpected output in accfence1: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in accfence1: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in accfence1: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in accfence1: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in accfence1: MPIR_Init_thread(392).................: 
Unexpected output in accfence1: MPID_Init(139)........................: channel initialization failed
Unexpected output in accfence1: MPIDI_CH3_Init(38)....................: 
Unexpected output in accfence1: MPID_nem_init(196)....................: 
Unexpected output in accfence1: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in accfence1: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in accfence1: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in accfence1: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in accfence1: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in accfence1: MPIR_Init_thread(392).................: 
Unexpected output in accfence1: MPID_Init(139)........................: channel initialization failed
Unexpected output in accfence1: MPIDI_CH3_Init(38)....................: 
Unexpected output in accfence1: MPID_nem_init(196)....................: 
Unexpected output in accfence1: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in accfence1: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in accfence1: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program accfence1 exited without No Errors
Unexpected output in lockcontention2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in lockcontention2: MPIR_Init_thread(392).................: 
Unexpected output in lockcontention2: MPID_Init(139)........................: channel initialization failed
Unexpected output in lockcontention2: MPIDI_CH3_Init(38)....................: 
Unexpected output in lockcontention2: MPID_nem_init(196)....................: 
Unexpected output in lockcontention2: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in lockcontention2: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in lockcontention2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Permission denied
Unexpected output in lockcontention2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in lockcontention2: MPIR_Init_thread(392).................: 
Unexpected output in lockcontention2: MPID_Init(139)........................: channel initialization failed
Unexpected output in lockcontention2: MPIDI_CH3_Init(38)....................: 
Unexpected output in lockcontention2: MPID_nem_init(196)....................: 
Unexpected output in lockcontention2: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in lockcontention2: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in lockcontention2: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in lockcontention2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in lockcontention2: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in lockcontention2: MPIR_Init_thread(392).................: 
Unexpected output in lockcontention2: MPID_Init(139)........................: channel initialization failed
Unexpected output in lockcontention2: MPIDI_CH3_Init(38)....................: 
Unexpected output in lockcontention2: MPID_nem_init(196)....................: 
Unexpected output in lockcontention2: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in lockcontention2: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in lockcontention2: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program lockcontention2 exited without No Errors
Unexpected output in epochtest: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in epochtest: MPIR_Init_thread(392).................: 
Unexpected output in epochtest: MPID_Init(139)........................: channel initialization failed
Unexpected output in epochtest: MPIDI_CH3_Init(38)....................: 
Unexpected output in epochtest: MPID_nem_init(196)....................: 
Unexpected output in epochtest: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in epochtest: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in epochtest: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in epochtest: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in epochtest: MPIR_Init_thread(392).................: 
Unexpected output in epochtest: MPID_Init(139)........................: channel initialization failed
Unexpected output in epochtest: MPIDI_CH3_Init(38)....................: 
Unexpected output in epochtest: MPID_nem_init(196)....................: 
Unexpected output in epochtest: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in epochtest: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in epochtest: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Permission denied
Program epochtest exited without No Errors
Unexpected output in contention_put: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in contention_put: MPIR_Init_thread(392).................: 
Unexpected output in contention_put: MPID_Init(139)........................: channel initialization failed
Unexpected output in contention_put: MPIDI_CH3_Init(38)....................: 
Unexpected output in contention_put: MPID_nem_init(196)....................: 
Unexpected output in contention_put: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in contention_put: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in contention_put: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in contention_put: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program contention_put exited without No Errors
Processing directory spawn
Looking in ./spawn/testlist
Unexpected output in taskmaster: [mpiexec at PC03] APPLICATION TIMED OUT
Unexpected output in taskmaster: [proxy:0:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in taskmaster: [proxy:0:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in taskmaster: [proxy:0:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in taskmaster: [proxy:74:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in taskmaster: [proxy:74:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in taskmaster: [proxy:74:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in taskmaster: [mpiexec at PC03] HYDT_bscu_wait_for_completion (./tools/bootstrap/utils/bscu_wait.c:70): one of the processes terminated badly; aborting
Unexpected output in taskmaster: [mpiexec at PC03] HYDT_bsci_wait_for_completion (./tools/bootstrap/src/bsci_wait.c:23): launcher returned error waiting for completion
Unexpected output in taskmaster: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:191): launcher returned error waiting for completion
Unexpected output in taskmaster: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program taskmaster exited without No Errors
Unexpected output in taskmaster: [mpiexec at PC03] APPLICATION TIMED OUT
Unexpected output in taskmaster: [proxy:0:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in taskmaster: [proxy:0:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in taskmaster: [proxy:0:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in taskmaster: [proxy:52:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in taskmaster: [proxy:52:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in taskmaster: [proxy:52:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in taskmaster: [mpiexec at PC03] HYDT_bscu_wait_for_completion (./tools/bootstrap/utils/bscu_wait.c:70): one of the processes terminated badly; aborting
Unexpected output in taskmaster: [mpiexec at PC03] HYDT_bsci_wait_for_completion (./tools/bootstrap/src/bsci_wait.c:23): launcher returned error waiting for completion
Unexpected output in taskmaster: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:191): launcher returned error waiting for completion
Unexpected output in taskmaster: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program taskmaster exited without No Errors
Unexpected output in disconnect_reconnect: [mpiexec at PC03] APPLICATION TIMED OUT
Unexpected output in disconnect_reconnect: [proxy:1:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in disconnect_reconnect: [proxy:1:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in disconnect_reconnect: [proxy:1:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in disconnect_reconnect: [mpiexec at PC03] HYDT_bscu_wait_for_completion (./tools/bootstrap/utils/bscu_wait.c:70): one of the processes terminated badly; aborting
Unexpected output in disconnect_reconnect: [mpiexec at PC03] HYDT_bsci_wait_for_completion (./tools/bootstrap/src/bsci_wait.c:23): launcher returned error waiting for completion
Unexpected output in disconnect_reconnect: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:191): launcher returned error waiting for completion
Unexpected output in disconnect_reconnect: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program disconnect_reconnect exited without No Errors
Unexpected output in disconnect_reconnect2: Fatal error in MPI_Comm_connect: Invalid port, error stack:
Unexpected output in disconnect_reconnect2: MPI_Comm_connect(127).............: MPI_Comm_connect(port="tag#0$description#PC03$port#4149$ifname#10.67.254.216$", MPI_INFO_NULL, root=0, MPI_COMM_WORLD, newcomm=0x22ac40) failed
Unexpected output in disconnect_reconnect2: MPID_Comm_connect(191)............: 
Unexpected output in disconnect_reconnect2: MPIDI_Comm_connect(546)...........: Named port tag#0$description#PC03$port#4149$ifname#10.67.254.216$ does not exist
Unexpected output in disconnect_reconnect2: MPIDI_Comm_connect(401)...........: 
Unexpected output in disconnect_reconnect2: MPIC_Sendrecv(192)................: 
Unexpected output in disconnect_reconnect2: MPIC_Wait(540)....................: 
Unexpected output in disconnect_reconnect2: MPIDI_CH3I_Progress(402)..........: 
Unexpected output in disconnect_reconnect2: MPID_nem_mpich2_blocking_recv(905): 
Unexpected output in disconnect_reconnect2: MPID_nem_tcp_connpoll(1838).......: 
Unexpected output in disconnect_reconnect2: state_c_tmpvcsent_handler(1264)...: Failure during connection protocol
Unexpected output in disconnect_reconnect2: recv_cmd_pkt(739).................: read from socket failed - Connection reset by peer
Unexpected output in disconnect_reconnect2: Fatal error in MPI_Comm_connect: Invalid port, error stack:
Unexpected output in disconnect_reconnect2: MPI_Comm_connect(127)..: MPI_Comm_connect(port="", MPI_INFO_NULL, root=0, MPI_COMM_WORLD, newcomm=0x22ac40) failed
Unexpected output in disconnect_reconnect2: MPID_Comm_connect(191).: 
Unexpected output in disconnect_reconnect2: MPIDI_Comm_connect(412): Named port  does not exist
Unexpected output in disconnect_reconnect2: Fatal error in MPI_Comm_connect: Invalid port, error stack:
Unexpected output in disconnect_reconnect2: MPI_Comm_connect(127)..: MPI_Comm_connect(port="", MPI_INFO_NULL, root=0, MPI_COMM_WORLD, newcomm=0x22ac40) failed
Unexpected output in disconnect_reconnect2: MPID_Comm_connect(191).: 
Unexpected output in disconnect_reconnect2: MPIDI_Comm_connect(412): Named port  does not exist
Unexpected output in disconnect_reconnect2: [mpiexec at PC03] APPLICATION TIMED OUT
Unexpected output in disconnect_reconnect2: [proxy:2:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in disconnect_reconnect2: [proxy:2:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in disconnect_reconnect2: [proxy:2:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in disconnect_reconnect2: [proxy:0:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in disconnect_reconnect2: [proxy:0:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c[mpiexec at PC03] HYDT_bscu_wait_for_completion (./tools/bootstrap/utils/bscu_wait.c:70): one of the processes terminated badly; aborting
Unexpected output in disconnect_reconnect2: [mpiexec at PC03] HYDT_bsci_wait_for_completion (./tools/bootstrap/src/bsci_wait.c:23): launcher returned error waiting for completion
Unexpected output in disconnect_reconnect2: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:191): launcher returned error waiting for completion
Unexpected output in disconnect_reconnect2: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program disconnect_reconnect2 exited without No Errors
Unexpected output in disconnect_reconnect3: [mpiexec at PC03] APPLICATION TIMED OUT
Unexpected output in disconnect_reconnect3: [proxy:0:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in disconnect_reconnect3: [proxy:0:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in disconnect_reconnect3: [proxy:0:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in disconnect_reconnect3: [proxy:1:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in disconnect_reconnect3: [proxy:1:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in disconnect_reconnect3: [proxy:1:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in disconnect_reconnect3: [mpiexec at PC03] HYDT_bscu_wait_for_completion (./tools/bootstrap/utils/bscu_wait.c:70): one of the processes terminated badly; aborting
Unexpected output in disconnect_reconnect3: [mpiexec at PC03] HYDT_bsci_wait_for_completion (./tools/bootstrap/src/bsci_wait.c:23): launcher returned error waiting for completion
Unexpected output in disconnect_reconnect3: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:191): launcher returned error waiting for completion
Unexpected output in disconnect_reconnect3: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program disconnect_reconnect3 exited without No Errors
Unexpected output in concurrent_spawns: Fatal error in MPI_Init_thread: Invalid port, error stack:
Unexpected output in concurrent_spawns: MPIR_Init_thread(392).............: 
Unexpected output in concurrent_spawns: MPID_Init(264)....................: spawned process group was unable to connect back to the parent on port <tag#0$description#PC03$port#4719$ifname#10.67.254.216$>
Unexpected output in concurrent_spawns: MPID_Comm_connect(191)............: 
Unexpected output in concurrent_spawns: MPIDI_Comm_connect(546)...........: Named port tag#0$description#PC03$port#4719$ifname#10.67.254.216$ does not exist
Unexpected output in concurrent_spawns: MPIDI_Comm_connect(401)...........: 
Unexpected output in concurrent_spawns: MPIC_Sendrecv(192)................: 
Unexpected output in concurrent_spawns: MPIC_Wait(540)....................: 
Unexpected output in concurrent_spawns: MPIDI_CH3I_Progress(402)..........: 
Unexpected output in concurrent_spawns: MPID_nem_mpich2_blocking_recv(905): 
Unexpected output in concurrent_spawns: MPID_nem_tcp_connpoll(1838).......: 
Unexpected output in concurrent_spawns: state_c_tmpvcsent_handler(1264)...: Failure during connection protocol
Unexpected output in concurrent_spawns: recv_cmd_pkt(739).................: read from socket failed - Connection reset by peer
Unexpected output in concurrent_spawns: [mpiexec at PC03] APPLICATION TIMED OUT
Unexpected output in concurrent_spawns: [proxy:0:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in concurrent_spawns: [proxy:0:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in concurrent_spawns: [proxy:0:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in concurrent_spawns: [proxy:41:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert ([proxy:53:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in concurrent_spawns: [proxy:53:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in concurrent_spawns: [proxy:53:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in concurrent_spawns: [mpiexec at PC03] HYDT_bscu_wait_for_completion (./tools/bootstrap/utils/bscu_wait.c:70): one of the processes terminated badly; aborting
Unexpected output in concurrent_spawns: [mpiexec at PC03] HYDT_bsci_wait_for_completion (./tools/bootstrap/src/bsci_wait.c:23): launcher returned error waiting for completion
Unexpected output in concurrent_spawns: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:191): launcher returned error waiting for completion
Unexpected output in concurrent_spawns: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program concurrent_spawns exited without No Errors
Unexpected output in pgroup_connect_test: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in pgroup_connect_test: MPIR_Init_thread(392).................: 
Unexpected output in pgroup_connect_test: MPID_Init(139)........................: channel initialization failed
Unexpected output in pgroup_connect_test: MPIDI_CH3_Init(38)....................: 
Unexpected output in pgroup_connect_test: MPID_nem_init(196)....................: 
Unexpected output in pgroup_connect_test: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in pgroup_connect_test: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in pgroup_connect_test: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program pgroup_connect_test exited without No Errors
Unexpected output in pgroup_intercomm_test: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in pgroup_intercomm_test: MPIR_Init_thread(392).................: 
Unexpected output in pgroup_intercomm_test: MPID_Init(139)........................: channel initialization failed
Unexpected output in pgroup_intercomm_test: MPIDI_CH3_Init(38)....................: 
Unexpected output in pgroup_intercomm_test: MPID_nem_init(196)....................: 
Unexpected output in pgroup_intercomm_test: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in pgroup_intercomm_test: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in pgroup_intercomm_test: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in pgroup_intercomm_test: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in pgroup_intercomm_test: MPIR_Init_thread(392).................: 
Unexpected output in pgroup_intercomm_test: MPID_Init(139)........................: channel initialization failed
Unexpected output in pgroup_intercomm_test: MPIDI_CH3_Init(38)....................: 
Unexpected output in pgroup_intercomm_test: MPID_nem_init(196)....................: 
Unexpected output in pgroup_intercomm_test: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in pgroup_intercomm_test: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in pgroup_intercomm_test: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in pgroup_intercomm_test: Fatal error in MPI_Init: Other MPI error, error stack:
Unexpected output in pgroup_intercomm_test: MPIR_Init_thread(392).................: 
Unexpected output in pgroup_intercomm_test: MPID_Init(139)........................: channel initialization failed
Unexpected output in pgroup_intercomm_test: MPIDI_CH3_Init(38)....................: 
Unexpected output in pgroup_intercomm_test: MPID_nem_init(196)....................: 
Unexpected output in pgroup_intercomm_test: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in pgroup_intercomm_test: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in pgroup_intercomm_test: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program pgroup_intercomm_test exited without No Errors
Processing directory topo
Looking in ./topo/testlist
Unexpected output in cartzero: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in cartzero: MPIR_Init_thread(392).................: 
Unexpected output in cartzero: MPID_Init(139)........................: channel initialization failed
Unexpected output in cartzero: MPIDI_CH3_Init(38)....................: 
Unexpected output in cartzero: MPID_nem_init(196)....................: 
Unexpected output in cartzero: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in cartzero: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in cartzero: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program cartzero exited without No Errors
Unexpected output in cartsuball: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in cartsuball: MPIR_Init_thread(392).................: 
Unexpected output in cartsuball: MPID_Init(139)........................: channel initialization failed
Unexpected output in cartsuball: MPIDI_CH3_Init(38)....................: 
Unexpected output in cartsuball: MPID_nem_init(196)....................: 
Unexpected output in cartsuball: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in cartsuball: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in cartsuball: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in cartsuball: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program cartsuball exited without No Errors
Unexpected output in cartcreates: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in cartcreates: MPIR_Init_thread(392).................: 
Unexpected output in cartcreates: MPID_Init(139)........................: channel initialization failed
Unexpected output in cartcreates: MPIDI_CH3_Init(38)....................: 
Unexpected output in cartcreates: MPID_nem_init(196)....................: 
Unexpected output in cartcreates: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in cartcreates: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in cartcreates: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in cartcreates: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in cartcreates: MPIR_Init_thread(392).................: 
Unexpected output in cartcreates: MPID_Init(139)........................: channel initialization failed
Unexpected output in cartcreates: MPIDI_CH3_Init(38)....................: 
Unexpected output in cartcreates: MPID_nem_init(196)....................: 
Unexpected output in cartcreates: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in cartcreates: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in cartcreates: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program cartcreates exited without No Errors
Unexpected output in topodup: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in topodup: MPIR_Init_thread(392).................: 
Unexpected output in topodup: MPID_Init(139)........................: channel initialization failed
Unexpected output in topodup: MPIDI_CH3_Init(38)....................: 
Unexpected output in topodup: MPID_nem_init(196)....................: 
Unexpected output in topodup: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in topodup: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in topodup: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program topodup exited without No Errors
Processing directory io
Looking in ./io/testlist
Unexpected output in setinfo: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in setinfo: MPIR_Init_thread(392).................: 
Unexpected output in setinfo: MPID_Init(139)........................: channel initialization failed
Unexpected output in setinfo: MPIDI_CH3_Init(38)....................: 
Unexpected output in setinfo: MPID_nem_init(196)....................: 
Unexpected output in setinfo: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in setinfo: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in setinfo: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program setinfo exited without No Errors
Unexpected output in async_any: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in async_any: MPIR_Init_thread(392).................: 
Unexpected output in async_any: MPID_Init(139)........................: channel initialization failed
Unexpected output in async_any: MPIDI_CH3_Init(38)....................: 
Unexpected output in async_any: MPID_nem_init(196)....................: 
Unexpected output in async_any: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in async_any: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in async_any: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program async_any exited without No Errors
Processing directory f77
Looking in ./f77/testlist
Processing directory attr
Looking in ./f77/attr/testlist
Failed to build baseattrf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'
  F77             baseattrf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o baseattrf baseattrf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:63: recipe for target `baseattrf' failed
make[2]: *** [baseattrf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'

Failed to build baseattr2f; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'
  F77             baseattr2f.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o baseattr2f baseattr2f.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:61: recipe for target `baseattr2f' failed
make[2]: *** [baseattr2f] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'

Failed to build commattrf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'
  F77             commattrf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o commattrf commattrf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:65: recipe for target `commattrf' failed
make[2]: *** [commattrf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'

Failed to build commattr2f; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'
  F77             commattr2f.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o commattr2f commattr2f.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:67: recipe for target `commattr2f' failed
make[2]: *** [commattr2f] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'

Failed to build commattr3f; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'
  F77             commattr3f.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o commattr3f commattr3f.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:69: recipe for target `commattr3f' failed
make[2]: *** [commattr3f] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'

Failed to build typeattrf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'
  F77             typeattrf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o typeattrf typeattrf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:59: recipe for target `typeattrf' failed
make[2]: *** [typeattrf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'

Failed to build typeattr2f; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'
  F77             typeattr2f.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o typeattr2f typeattr2f.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:73: recipe for target `typeattr2f' failed
make[2]: *** [typeattr2f] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'

Failed to build typeattr3f; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'
  F77             typeattr3f.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o typeattr3f typeattr3f.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:71: recipe for target `typeattr3f' failed
make[2]: *** [typeattr3f] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/attr'

Processing directory coll
Looking in ./f77/coll/testlist
Failed to build uallreducef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/coll'
  F77             uallreducef.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o uallreducef uallreducef.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:65: recipe for target `uallreducef' failed
make[2]: *** [uallreducef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/coll'

Failed to build exscanf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/coll'
  F77             exscanf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o exscanf exscanf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:67: recipe for target `exscanf' failed
make[2]: *** [exscanf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/coll'

Failed to build alltoallwf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/coll'
  F77             alltoallwf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o alltoallwf alltoallwf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:69: recipe for target `alltoallwf' failed
make[2]: *** [alltoallwf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/coll'

Failed to build inplacef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/coll'
  F77             inplacef.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o inplacef inplacef.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:57: recipe for target `inplacef' failed
make[2]: *** [inplacef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/coll'

Failed to build reducelocalf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/coll'
  F77             reducelocalf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o reducelocalf reducelocalf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:63: recipe for target `reducelocalf' failed
make[2]: *** [reducelocalf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/coll'

Processing directory datatype
Looking in ./f77/datatype/testlist
Failed to build typenamef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'
  F77             typenamef.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o typenamef typenamef.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:71: recipe for target `typenamef' failed
make[2]: *** [typenamef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'

Failed to build typesnamef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'
  F77             typesnamef.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o typesnamef typesnamef.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:73: recipe for target `typesnamef' failed
make[2]: *** [typesnamef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'

Failed to build typecntsf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'
  F77             typecntsf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o typecntsf typecntsf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:65: recipe for target `typecntsf' failed
make[2]: *** [typecntsf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'

Failed to build typem2f; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'
  F77             typem2f.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o typem2f typem2f.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:59: recipe for target `typem2f' failed
make[2]: *** [typem2f] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'

Failed to build typesubf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'
  F77             typesubf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o typesubf typesubf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:61: recipe for target `typesubf' failed
make[2]: *** [typesubf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'

Failed to build packef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'
  F77             packef.f
In file packef.f:138

       call mpi_pack_external( 'external32', inbuf2, insize2, 
                                             1
In file packef.f:131

       call mpi_pack_external( 'external32', cbuf, csize, 
                                             2
Warning (155): Inconsistent types (INTEGER(4)/CHARACTER(1)) in actual argument lists at (1) and (2)
In file packef.f:138

       call mpi_pack_external( 'external32', inbuf2, insize2, 
                                             1
In file packef.f:124

       call mpi_pack_external( 'external32', rbuf, rsize, 
                                             2
Warning (155): Inconsistent types (INTEGER(4)/REAL(8)) in actual argument lists at (1) and (2)
In file packef.f:155

     &  aintv(2), ioutbuf2, insize2, MPI_INTEGER, ierr )
                  1
In file packef.f:153

     &  aintv(2), coutbuf, csize, MPI_CHARACTER, ierr )
                  2
Warning (155): Inconsistent types (INTEGER(4)/CHARACTER(1)) in actual argument lists at (1) and (2)
In file packef.f:155

     &  aintv(2), ioutbuf2, insize2, MPI_INTEGER, ierr )
                  1
In file packef.f:151

     &  aintv(2), routbuf, rsize, MPI_DOUBLE_PRECISION, ierr )
                  2
Warning (155): Inconsistent types (INTEGER(4)/REAL(8)) in actual argument lists at (1) and (2)
/usr/local/bin/mpif77  ../util/mtestf.o  -o packef packef.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:69: recipe for target `packef' failed
make[2]: *** [packef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'

Failed to build gaddressf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'
  F77             gaddressf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o gaddressf gaddressf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:63: recipe for target `gaddressf' failed
make[2]: *** [gaddressf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'

Failed to build allctypesf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'
  F77             allctypesf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o allctypesf allctypesf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:67: recipe for target `allctypesf' failed
make[2]: *** [allctypesf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/datatype'

Processing directory pt2pt
Looking in ./f77/pt2pt/testlist
Failed to build statusesf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/pt2pt'
  F77             statusesf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o statusesf statusesf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:60: recipe for target `statusesf' failed
make[2]: *** [statusesf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/pt2pt'

Failed to build greqf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/pt2pt'
  F77             greqf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o greqf greqf.o dummyf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:58: recipe for target `greqf' failed
make[2]: *** [greqf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/pt2pt'

Processing directory info
Looking in ./f77/info/testlist
Failed to build infotestf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/info'
  F77             infotestf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o infotestf infotestf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:57: recipe for target `infotestf' failed
make[2]: *** [infotestf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/info'

Failed to build infotest2f; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/info'
  F77             infotest2f.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o infotest2f infotest2f.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:59: recipe for target `infotest2f' failed
make[2]: *** [infotest2f] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/info'

Processing directory spawn
Looking in ./f77/spawn/testlist
Failed to build namepubf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'
  F77             namepubf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o namepubf namepubf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:68: recipe for target `namepubf' failed
make[2]: *** [namepubf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'

Failed to build spawnf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'
  F77             spawnf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o spawnf spawnf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:64: recipe for target `spawnf' failed
make[2]: *** [spawnf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'

Failed to build spawnargvf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'
  F77             spawnargvf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o spawnargvf spawnargvf.o   
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:66: recipe for target `spawnargvf' failed
make[2]: *** [spawnargvf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'

Failed to build connaccf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'
  F77             connaccf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o connaccf connaccf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:62: recipe for target `connaccf' failed
make[2]: *** [connaccf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'

Failed to build spawnmultf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'
  F77             spawnmultf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o spawnmultf spawnmultf.o   
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:60: recipe for target `spawnmultf' failed
make[2]: *** [spawnmultf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'

Failed to build spawnmult2f; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'
  F77             spawnmult2f.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o spawnmult2f spawnmult2f.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:58: recipe for target `spawnmult2f' failed
make[2]: *** [spawnmult2f] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/spawn'

Processing directory io
Looking in ./f77/io/testlist
Failed to build iwriteatf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
../../maint/testmerge -defn=../../maint/common.defn \
	./ioharness.defn ./ioharness.tlt
Opening ../../maint/common.defn..
  F77             iwriteatf.f
/usr/local/bin/mpif77   -o iwriteatf iwriteatf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:117: recipe for target `iwriteatf' failed
make[2]: *** [iwriteatf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build iwritef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             iwritef.f
/usr/local/bin/mpif77   -o iwritef iwritef.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:93: recipe for target `iwritef' failed
make[2]: *** [iwritef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build iwriteshf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             iwriteshf.f
/usr/local/bin/mpif77   -o iwriteshf iwriteshf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:87: recipe for target `iwriteshf' failed
make[2]: *** [iwriteshf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build writef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             writef.f
/usr/local/bin/mpif77   -o writef writef.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:85: recipe for target `writef' failed
make[2]: *** [writef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build writeatf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             writeatf.f
/usr/local/bin/mpif77   -o writeatf writeatf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:91: recipe for target `writeatf' failed
make[2]: *** [writeatf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build writeallf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             writeallf.f
/usr/local/bin/mpif77   -o writeallf writeallf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:89: recipe for target `writeallf' failed
make[2]: *** [writeallf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build writeshf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             writeshf.f
/usr/local/bin/mpif77   -o writeshf writeshf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:115: recipe for target `writeshf' failed
make[2]: *** [writeshf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build writeordf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             writeordf.f
/usr/local/bin/mpif77   -o writeordf writeordf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:123: recipe for target `writeordf' failed
make[2]: *** [writeordf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build writeatallf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             writeatallf.f
/usr/local/bin/mpif77   -o writeatallf writeatallf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:121: recipe for target `writeatallf' failed
make[2]: *** [writeatallf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build writeatallbef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             writeatallbef.f
/usr/local/bin/mpif77   -o writeatallbef writeatallbef.o  ../util/mtestf.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:106: recipe for target `writeatallbef' failed
make[2]: *** [writeatallbef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build writeallbef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             writeallbef.f
/usr/local/bin/mpif77   -o writeallbef writeallbef.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:95: recipe for target `writeallbef' failed
make[2]: *** [writeallbef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build writeordbef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             writeordbef.f
/usr/local/bin/mpif77   -o writeordbef writeordbef.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:111: recipe for target `writeordbef' failed
make[2]: *** [writeordbef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build fileerrf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             fileerrf.f
/usr/local/bin/mpif77   -o fileerrf fileerrf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:119: recipe for target `fileerrf' failed
make[2]: *** [fileerrf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build fileinfof; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             fileinfof.f
/usr/local/bin/mpif77   -o fileinfof fileinfof.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:99: recipe for target `fileinfof' failed
make[2]: *** [fileinfof] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build shpositionf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             shpositionf.f
/usr/local/bin/mpif77   -o shpositionf shpositionf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:83: recipe for target `shpositionf' failed
make[2]: *** [shpositionf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build atomicityf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             atomicityf.f
/usr/local/bin/mpif77   -o atomicityf atomicityf.o  
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:109: recipe for target `atomicityf' failed
make[2]: *** [atomicityf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build miscfilef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             miscfilef.f
/usr/local/bin/mpif77   -o miscfilef miscfilef.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:97: recipe for target `miscfilef' failed
make[2]: *** [miscfilef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build setviewcurf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             setviewcurf.f
/usr/local/bin/mpif77   -o setviewcurf setviewcurf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:113: recipe for target `setviewcurf' failed
make[2]: *** [setviewcurf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Failed to build c2f2ciof; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'
  F77             c2f2ciof.f
/usr/local/bin/mpif77   -o c2f2ciof c2f2cio.o c2f2ciof.o  ../util/mtestf.o  \
 
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:103: recipe for target `c2f2ciof' failed
make[2]: *** [c2f2ciof] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/io'

Processing directory rma
Looking in ./f77/rma/testlist
Failed to build winscale1f; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             winscale1f.f
/usr/local/bin/mpif77   -o winscale1f winscale1f.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:83: recipe for target `winscale1f' failed
make[2]: *** [winscale1f] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Failed to build winfencef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             winfencef.f
/usr/local/bin/mpif77   -o winfencef winfencef.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:99: recipe for target `winfencef' failed
make[2]: *** [winfencef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Failed to build wingetf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             wingetf.f
/usr/local/bin/mpif77   -o wingetf wingetf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:81: recipe for target `wingetf' failed
make[2]: *** [wingetf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Failed to build winscale2f; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             winscale2f.f
/usr/local/bin/mpif77   -o winscale2f winscale2f.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:95: recipe for target `winscale2f' failed
make[2]: *** [winscale2f] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Failed to build winerrf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             winerrf.f
/usr/local/bin/mpif77   -o winerrf winerrf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:87: recipe for target `winerrf' failed
make[2]: *** [winerrf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Failed to build winnamef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             winnamef.f
/usr/local/bin/mpif77   -o winnamef winnamef.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:105: recipe for target `winnamef' failed
make[2]: *** [winnamef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Failed to build wingroupf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             wingroupf.f
/usr/local/bin/mpif77   -o wingroupf wingroupf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:97: recipe for target `wingroupf' failed
make[2]: *** [wingroupf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Failed to build winaccf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             winaccf.f
/usr/local/bin/mpif77   -o winaccf winaccf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:101: recipe for target `winaccf' failed
make[2]: *** [winaccf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Failed to build c2f2cwinf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             c2f2cwinf.f
/usr/local/bin/mpif77   -o c2f2cwinf c2f2cwin.o c2f2cwinf.o  ../util/mtestf.o  \
 
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:92: recipe for target `c2f2cwinf' failed
make[2]: *** [c2f2cwinf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Failed to build baseattrwinf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             baseattrwinf.f
/usr/local/bin/mpif77   -o baseattrwinf baseattrwinf.o  ../util/mtestf.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:89: recipe for target `baseattrwinf' failed
make[2]: *** [baseattrwinf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Failed to build winattrf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             winattrf.f
/usr/local/bin/mpif77   -o winattrf winattrf.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:85: recipe for target `winattrf' failed
make[2]: *** [winattrf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Failed to build winattr2f; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'
  F77             winattr2f.f
/usr/local/bin/mpif77   -o winattr2f winattr2f.o  ../util/mtestf.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:103: recipe for target `winattr2f' failed
make[2]: *** [winattr2f] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/rma'

Processing directory init
Looking in ./f77/init/testlist
Failed to build baseenvf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/init'
  F77             baseenvf.f
/usr/local/bin/mpif77   -o baseenvf baseenvf.o  ../util/mtestf.o  
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:78: recipe for target `baseenvf' failed
make[2]: *** [baseenvf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/init'

Processing directory comm
Looking in ./f77/comm/testlist
Failed to build commnamef; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/comm'
  F77             commnamef.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o commnamef commnamef.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:59: recipe for target `commnamef' failed
make[2]: *** [commnamef] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/comm'

Failed to build commerrf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/comm'
  F77             commerrf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o commerrf commerrf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:57: recipe for target `commerrf' failed
make[2]: *** [commerrf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/comm'

Processing directory ext
Looking in ./f77/ext/testlist
Failed to build c2f2cf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/ext'
  F77             c2f2cf.f
/usr/local/bin/mpif77   -o c2f2cf c2f2c.o c2f2cf.o  ../util/mtestf.o  
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:87: recipe for target `c2f2cf' failed
make[2]: *** [c2f2cf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/ext'

Failed to build ctypesinf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/ext'
  F77             ctypesinf.f
/usr/local/bin/mpif77   -o ctypesinf ctypesinf.o ctypesfromc.o  \
../util/mtestf.o  
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:80: recipe for target `ctypesinf' failed
make[2]: *** [ctypesinf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/ext'

Processing directory topo
Looking in ./f77/topo/testlist
Failed to build cartcrf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/topo'
  F77             cartcrf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o cartcrf cartcrf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:59: recipe for target `cartcrf' failed
make[2]: *** [cartcrf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/topo'

Failed to build dgraph_wgtf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/topo'
  F77             dgraph_wgtf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o dgraph_wgtf dgraph_wgtf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:57: recipe for target `dgraph_wgtf' failed
make[2]: *** [dgraph_wgtf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/topo'

Failed to build dgraph_unwgtf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/topo'
  F77             dgraph_unwgtf.f
/usr/local/bin/mpif77  ../util/mtestf.o  -o dgraph_unwgtf dgraph_unwgtf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:61: recipe for target `dgraph_unwgtf' failed
make[2]: *** [dgraph_unwgtf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f77/topo'

Processing directory cxx
Looking in ./cxx/testlist
Processing directory attr
Looking in ./cxx/attr/testlist
Unexpected output in attricx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in attricx: MPIR_Init_thread(392).................: 
Unexpected output in attricx: MPID_Init(139)........................: channel initialization failed
Unexpected output in attricx: MPIDI_CH3_Init(38)....................: 
Unexpected output in attricx: MPID_nem_init(196)....................: 
Unexpected output in attricx: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in attricx: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in attricx: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in attricx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in attricx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in attricx: MPIR_Init_thread(392).................: 
Unexpected output in attricx: MPID_Init(139)........................: channel initialization failed
Unexpected output in attricx: MPIDI_CH3_Init(38)....................: 
Unexpected output in attricx: MPID_nem_init(196)....................: 
Unexpected output in attricx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in attricx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in attricx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Permission denied
Program attricx exited without No Errors
Processing directory pt2pt
Looking in ./cxx/pt2pt/testlist
Processing directory comm
Looking in ./cxx/comm/testlist
Processing directory coll
Looking in ./cxx/coll/testlist
Unexpected output in uallreduce: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in uallreduce: MPIR_Init_thread(392).................: 
Unexpected output in uallreduce: MPID_Init(139)........................: channel initialization failed
Unexpected output in uallreduce: MPIDI_CH3_Init(38)....................: 
Unexpected output in uallreduce: MPID_nem_init(196)....................: 
Unexpected output in uallreduce: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in uallreduce: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in uallreduce: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in uallreduce: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program uallreduce exited without No Errors
Unexpected output in uscan: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in uscan: MPIR_Init_thread(392).................: 
Unexpected output in uscan: MPID_Init(139)........................: channel initialization failed
Unexpected output in uscan: MPIDI_CH3_Init(38)....................: 
Unexpected output in uscan: MPID_nem_init(196)....................: 
Unexpected output in uscan: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in uscan: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in uscan: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program uscan exited without No Errors
Unexpected output in alltoallw2x: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in alltoallw2x: MPIR_Init_thread(392).................: 
Unexpected output in alltoallw2x: MPID_Init(139)........................: channel initialization failed
Unexpected output in alltoallw2x: MPIDI_CH3_Init(38)....................: 
Unexpected output in alltoallw2x: MPID_nem_init(196)....................: 
Unexpected output in alltoallw2x: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in alltoallw2x: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in alltoallw2x: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in alltoallw2x: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in alltoallw2x: MPIR_Init_thread(392).................: 
Unexpected output in alltoallw2x: MPID_Init(139)........................: channel initialization failed
Unexpected output in alltoallw2x: MPIDI_CH3_Init(38)....................: 
Unexpected output in alltoallw2x: MPID_nem_init(196)....................: 
Unexpected output in alltoallw2x: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in alltoallw2x: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in alltoallw2x: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in alltoallw2x: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in alltoallw2x: MPIR_Init_thread(392).................: 
Unexpected output in alltoallw2x: MPID_Init(139)........................: channel initialization failed
Unexpected output in alltoallw2x: MPIDI_CH3_Init(38)....................: 
Unexpected output in alltoallw2x: MPID_nem_init(196)....................: 
Unexpected output in alltoallw2x: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in alltoallw2x: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in alltoallw2x: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in alltoallw2x: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in alltoallw2x: MPIR_Init_thread(392).................: 
Unexpected output in alltoallw2x: MPID_Init(139)........................: channel initialization failed
Unexpected output in alltoallw2x: MPIDI_CH3_Init(38)....................: 
Unexpected output in alltoallw2x: MPID_nem_init(196)....................: 
Unexpected output in alltoallw2x: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in alltoallw2x: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in alltoallw2x: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program alltoallw2x exited without No Errors
Unexpected output in icbcastx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icbcastx: MPIR_Init_thread(392).................: 
Unexpected output in icbcastx: MPID_Init(139)........................: channel initialization failed
Unexpected output in icbcastx: MPIDI_CH3_Init(38)....................: 
Unexpected output in icbcastx: MPID_nem_init(196)....................: 
Unexpected output in icbcastx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icbcastx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icbcastx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icbcastx: [proxy:0:0 at PC03] HYDU_sock_read (./utils/sock/sock.c:272): read error (Software caused connection abort)
Unexpected output in icbcastx: [proxy:0:0 at PC03] pmi_cb (Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icbcastx: MPIR_Init_thread(392).................: 
Unexpected output in icbcastx: MPID_Init(139)........................: channel initialization failed
Unexpected output in icbcastx: MPIDI_CH3_Init(38)....................: 
Unexpected output in icbcastx: MPID_nem_init(196)....................: 
Unexpected output in icbcastx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icbcastx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icbcastx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icbcastx: ./pm/pmiserv/pmip_cb.c:228): unable to read PMI command
Unexpected output in icbcastx: [proxy:0:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in icbcastx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icbcastx: MPIR_Init_thread(392).................: 
Unexpected output in icbcastx: MPID_Init(139)........................: channel initialization failed
Unexpected output in icbcastx: MPIDI_CH3_Init(38)....................: 
Unexpected output in icbcastx: MPID_nem_init(196)....................: 
Unexpected output in icbcastx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icbcastx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icbcastx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in icbcastx: [proxy:0:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in icbcastx: [mpiexec at PC03] control_cb (./pm/pmiserv/pmiserv_cb.c:215): assert (!closed) failed
Unexpected output in icbcastx: [mpiexec at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in icbcastx: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:181): error waiting for event
Unexpected output in icbcastx: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program icbcastx exited without No Errors
Unexpected output in icallgathervx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallgathervx: MPIR_Init_thread(392).................: 
Unexpected output in icallgathervx: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallgathervx: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallgathervx: MPID_nem_init(196)....................: 
Unexpected output in icallgathervx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icallgathervx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icallgathervx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in icallgathervx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallgathervx: MPIR_Init_thread(392).................: 
Unexpected output in icallgathervx: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallgathervx: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallgathervx: MPID_nem_init(196)....................: 
Unexpected output in icallgathervx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icallgathervx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icallgathervx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in icallgathervx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallgathervx: MPIR_Init_thread(392).................: 
Unexpected output in icallgathervx: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallgathervx: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallgathervx: MPID_nem_init(196)....................: 
Unexpected output in icallgathervx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icallgathervx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icallgathervx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in icallgathervx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icallgathervx: MPIR_Init_thread(392).................: 
Unexpected output in icallgathervx: MPID_Init(139)........................: channel initialization failed
Unexpected output in icallgathervx: MPIDI_CH3_Init(38)....................: 
Unexpected output in icallgathervx: MPID_nem_init(196)....................: 
Unexpected output in icallgathervx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in icallgathervx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in icallgathervx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program icallgathervx exited without No Errors
Unexpected output in icscattervx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in icscattervx: MPIR_Init_thread(392).................: 
Unexpected output in icscattervx: MPID_Init(139)........................: channel initialization failed
Unexpected output in icscattervx: MPIDI_CH3_Init(38)....................: 
Unexpected output in icscattervx: MPID_nem_init(196)....................: 
Unexpected output in icscattervx: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in icscattervx: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in icscattervx: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in icscattervx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program icscattervx exited without No Errors
Processing directory errhan
Looking in ./cxx/errhan/testlist
Processing directory init
Looking in ./cxx/init/testlist
Processing directory info
Looking in ./cxx/info/testlist
Processing directory datatype
Looking in ./cxx/datatype/testlist
Processing directory io
Looking in ./cxx/io/testlist
Unexpected output in iwriteshx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in iwriteshx: MPIR_Init_thread(392).................: 
Unexpected output in iwriteshx: MPID_Init(139)........................: channel initialization failed
Unexpected output in iwriteshx: MPIDI_CH3_Init(38)....................: 
Unexpected output in iwriteshx: MPID_nem_init(196)....................: 
Unexpected output in iwriteshx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in iwriteshx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in iwriteshx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in iwriteshx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in iwriteshx: MPIR_Init_thread(392).................: 
Unexpected output in iwriteshx: MPID_Init(139)........................: channel initialization failed
Unexpected output in iwriteshx: MPIDI_CH3_Init(38)....................: 
Unexpected output in iwriteshx: MPID_nem_init(196)....................: 
Unexpected output in iwriteshx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in iwriteshx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in iwriteshx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program iwriteshx exited without No Errors
Unexpected output in writeallbex: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in writeallbex: MPIR_Init_thread(392).................: 
Unexpected output in writeallbex: MPID_Init(139)........................: channel initialization failed
Unexpected output in writeallbex: MPIDI_CH3_Init(38)....................: 
Unexpected output in writeallbex: MPID_nem_init(196)....................: 
Unexpected output in writeallbex: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in writeallbex: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in writeallbex: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program writeallbex exited without No Errors
Unexpected output in iwriteatnosx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in iwriteatnosx: MPIR_Init_thread(392).................: 
Unexpected output in iwriteatnosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in iwriteatnosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in iwriteatnosx: MPID_nem_init(196)....................: 
Unexpected output in iwriteatnosx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in iwriteatnosx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in iwriteatnosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in iwriteatnosx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in iwriteatnosx: MPIR_Init_thread(392).................: 
Unexpected output in iwriteatnosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in iwriteatnosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in iwriteatnosx: MPID_nem_init(196)....................: 
Unexpected output in iwriteatnosx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in iwriteatnosx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in iwriteatnosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in iwriteatnosx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in iwriteatnosx: MPIR_Init_thread(392).................: 
Unexpected output in iwriteatnosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in iwriteatnosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in iwriteatnosx: MPID_nem_init(196)....................: 
Unexpected output in iwriteatnosx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in iwriteatnosx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in iwriteatnosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program iwriteatnosx exited without No Errors
Unexpected output in iwriteshnosx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in iwriteshnosx: MPIR_Init_thread(392).................: 
Unexpected output in iwriteshnosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in iwriteshnosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in iwriteshnosx: MPID_nem_init(196)....................: 
Unexpected output in iwriteshnosx: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in iwriteshnosx: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in iwriteshnosx: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in iwriteshnosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in iwriteshnosx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in iwriteshnosx: MPIR_Init_thread(392).................: 
Unexpected output in iwriteshnosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in iwriteshnosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in iwriteshnosx: MPID_nem_init(196)....................: 
Unexpected output in iwriteshnosx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in iwriteshnosx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in iwriteshnosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directoryFatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in iwriteshnosx: MPIR_Init_thread(392).................: 
Unexpected output in iwriteshnosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in iwriteshnosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in iwriteshnosx: MPID_nem_init(196)....................: 
Unexpected output in iwriteshnosx: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in iwriteshnosx: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in iwriteshnosx: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in iwriteshnosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program iwriteshnosx exited without No Errors
Unexpected output in writeallnosx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in writeallnosx: MPIR_Init_thread(392).................: 
Unexpected output in writeallnosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in writeallnosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in writeallnosx: MPID_nem_init(196)....................: 
Unexpected output in writeallnosx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in writeallnosx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in writeallnosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in writeallnosx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in writeallnosx: MPIR_Init_thread(392).................: 
Unexpected output in writeallnosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in writeallnosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in writeallnosx: MPID_nem_init(196)....................: 
Unexpected output in writeallnosx: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in writeallnosx: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in writeallnosx: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in writeallnosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program writeallnosx exited without No Errors
Unexpected output in writeatallnosx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in writeatallnosx: MPIR_Init_thread(392).................: 
Unexpected output in writeatallnosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in writeatallnosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in writeatallnosx: MPID_nem_init(196)....................: 
Unexpected output in writeatallnosx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in writeatallnosx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in writeatallnosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in writeatallnosx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in writeatallnosx: MPIR_Init_thread(392).................: 
Unexpected output in writeatallnosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in writeatallnosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in writeatallnosx: MPID_nem_init(196)....................: 
Unexpected output in writeatallnosx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in writeatallnosx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in writeatallnosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in writeatallnosx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in writeatallnosx: MPIR_Init_thread(392).................: 
Unexpected output in writeatallnosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in writeatallnosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in writeatallnosx: MPID_nem_init(196)....................: 
Unexpected output in writeatallnosx: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in writeatallnosx: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in writeatallnosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program writeatallnosx exited without No Errors
Unexpected output in writeallbenosx: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in writeallbenosx: MPIR_Init_thread(392).................: 
Unexpected output in writeallbenosx: MPID_Init(139)........................: channel initialization failed
Unexpected output in writeallbenosx: MPIDI_CH3_Init(38)....................: 
Unexpected output in writeallbenosx: MPID_nem_init(196)....................: 
Unexpected output in writeallbenosx: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in writeallbenosx: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in writeallbenosx: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in writeallbenosx: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program writeallbenosx exited without No Errors
Processing directory spawn
Looking in ./cxx/spawn/testlist
Processing directory rma
Looking in ./cxx/rma/testlist
Unexpected output in winscale1x: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in winscale1x: MPIR_Init_thread(392).................: 
Unexpected output in winscale1x: MPID_Init(139)........................: channel initialization failed
Unexpected output in winscale1x: MPIDI_CH3_Init(38)....................: 
Unexpected output in winscale1x: MPID_nem_init(196)....................: 
Unexpected output in winscale1x: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in winscale1x: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in winscale1x: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in winscale1x: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in winscale1x: MPIR_Init_thread(392).................: 
Unexpected output in winscale1x: MPID_Init(139)........................: channel initialization failed
Unexpected output in winscale1x: MPIDI_CH3_Init(38)....................: 
Unexpected output in winscale1x: MPID_nem_init(196)....................: 
Unexpected output in winscale1x: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in winscale1x: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in winscale1x: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in winscale1x: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in winscale1x: MPIR_Init_thread(392).................: 
Unexpected output in winscale1x: MPID_Init(139)........................: channel initialization failed
Unexpected output in winscale1x: MPIDI_CH3_Init(38)....................: 
Unexpected output in winscale1x: MPID_nem_init(196)....................: 
Unexpected output in winscale1x: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in winscale1x: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in winscale1x: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program winscale1x exited without No Errors
Processing directory f90
Looking in ./f90/testlist
Processing directory attr
Looking in ./f90/attr/testlist
Failed to build baseattrf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'
  FC              baseattrf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o baseattrf90 baseattrf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:82: recipe for target `baseattrf90' failed
make[2]: *** [baseattrf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'

Failed to build baseattr2f90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'
  FC              baseattr2f90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o baseattr2f90 baseattr2f90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:86: recipe for target `baseattr2f90' failed
make[2]: *** [baseattr2f90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'

Failed to build commattrf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'
  FC              commattrf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o commattrf90 commattrf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:84: recipe for target `commattrf90' failed
make[2]: *** [commattrf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'

Failed to build commattr2f90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'
  FC              commattr2f90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o commattr2f90 commattr2f90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:92: recipe for target `commattr2f90' failed
make[2]: *** [commattr2f90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'

Failed to build commattr3f90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'
  FC              commattr3f90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o commattr3f90 commattr3f90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:80: recipe for target `commattr3f90' failed
make[2]: *** [commattr3f90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'

Failed to build typeattrf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'
  FC              typeattrf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o typeattrf90 typeattrf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:88: recipe for target `typeattrf90' failed
make[2]: *** [typeattrf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'

Failed to build typeattr2f90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'
  FC              typeattr2f90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o typeattr2f90 typeattr2f90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:96: recipe for target `typeattr2f90' failed
make[2]: *** [typeattr2f90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'

Failed to build typeattr3f90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'
  FC              typeattr3f90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o typeattr3f90 typeattr3f90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:94: recipe for target `typeattr3f90' failed
make[2]: *** [typeattr3f90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'

Failed to build fandcattrf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'
  FC              fandcattrf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o fandcattrf90 fandcattrf90.o fandcattrc.o  
/usr/local/lib/libpmpich.a(_comm_get_attr.o):comm_get_attr.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_get_attr.o):comm_get_attr.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_get_attr.o):comm_get_attr.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_get_attr.o):comm_get_attr.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_get_attr.o):comm_get_attr.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_get_attr.o):comm_get_attr.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:90: recipe for target `fandcattrf90' failed
make[2]: *** [fandcattrf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/attr'

Processing directory coll
Looking in ./f90/coll/testlist
Failed to build uallreducef90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/coll'
  FC              uallreducef90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o uallreducef90 uallreducef90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:70: recipe for target `uallreducef90' failed
make[2]: *** [uallreducef90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/coll'

Failed to build exscanf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/coll'
  FC              exscanf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o exscanf90 exscanf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:66: recipe for target `exscanf90' failed
make[2]: *** [exscanf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/coll'

Failed to build alltoallwf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/coll'
  FC              alltoallwf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o alltoallwf90 alltoallwf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:64: recipe for target `alltoallwf90' failed
make[2]: *** [alltoallwf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/coll'

Failed to build inplacef90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/coll'
  FC              inplacef90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o inplacef90 inplacef90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:58: recipe for target `inplacef90' failed
make[2]: *** [inplacef90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/coll'

Failed to build reducelocalf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/coll'
  FC              reducelocalf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o reducelocalf90 reducelocalf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:62: recipe for target `reducelocalf90' failed
make[2]: *** [reducelocalf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/coll'

Processing directory comm
Looking in ./f90/comm/testlist
Failed to build commnamef90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/comm'
  FC              commnamef90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o commnamef90 commnamef90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:59: recipe for target `commnamef90' failed
make[2]: *** [commnamef90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/comm'

Failed to build commerrf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/comm'
  FC              commerrf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o commerrf90 commerrf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:57: recipe for target `commerrf90' failed
make[2]: *** [commerrf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/comm'

Processing directory ext
Looking in ./f90/ext/testlist
Failed to build c2f2cf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/ext'
  FC              c2f2cf90.f90
/usr/local/bin/mpif90   -o c2f2cf90 c2f2cf90.o c2f902c.o  ../util/mtestf90.o  \
 
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_rank.o):comm_rank.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:80: recipe for target `c2f2cf90' failed
make[2]: *** [c2f2cf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/ext'

Failed to build ctypesinf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/ext'
  FC              ctypesinf90.f90
/usr/local/bin/mpif90   -o ctypesinf90 ctypesinf90.o ctypesfromc.o  \
../util/mtestf90.o  
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:85: recipe for target `ctypesinf90' failed
make[2]: *** [ctypesinf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/ext'

Processing directory info
Looking in ./f90/info/testlist
Failed to build infotestf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/info'
  FC              infotestf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o infotestf90 infotestf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:59: recipe for target `infotestf90' failed
make[2]: *** [infotestf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/info'

Failed to build infotest2f90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/info'
  FC              infotest2f90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o infotest2f90 infotest2f90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:57: recipe for target `infotest2f90' failed
make[2]: *** [infotest2f90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/info'

Processing directory init
Looking in ./f90/init/testlist
Failed to build baseenvf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/init'
  FC              baseenvf90.f90
/usr/local/bin/mpif90   -o baseenvf90 baseenvf90.o  ../util/mtestf90.o  
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:78: recipe for target `baseenvf90' failed
make[2]: *** [baseenvf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/init'

Processing directory io
Looking in ./f90/io/testlist
Failed to build fileerrf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'
  FC              fileerrf90.f90
/usr/local/bin/mpif90   -o fileerrf90 fileerrf90.o  ../util/mtestf90.o 
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:92: recipe for target `fileerrf90' failed
make[2]: *** [fileerrf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'

Failed to build fileinfof90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'
  FC              fileinfof90.f90
/usr/local/bin/mpif90   -o fileinfof90 fileinfof90.o  ../util/mtestf90.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:97: recipe for target `fileinfof90' failed
make[2]: *** [fileinfof90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'

Failed to build shpositionf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'
  FC              shpositionf90.f90
/usr/local/bin/mpif90   -o shpositionf90 shpositionf90.o  ../util/mtestf90.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:85: recipe for target `shpositionf90' failed
make[2]: *** [shpositionf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'

Failed to build atomicityf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'
  FC              atomicityf90.f90
/usr/local/bin/mpif90   -o atomicityf90 atomicityf90.o  
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:90: recipe for target `atomicityf90' failed
make[2]: *** [atomicityf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'

Failed to build miscfilef90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'
  FC              miscfilef90.f90
/usr/local/bin/mpif90   -o miscfilef90 miscfilef90.o  ../util/mtestf90.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:100: recipe for target `miscfilef90' failed
make[2]: *** [miscfilef90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'

Failed to build setviewcurf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'
  FC              setviewcurf90.f90
/usr/local/bin/mpif90   -o setviewcurf90 setviewcurf90.o  ../util/mtestf90.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:82: recipe for target `setviewcurf90' failed
make[2]: *** [setviewcurf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'

Failed to build c2f2ciof90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'
  FC              c2f2ciof90.f90
/usr/local/bin/mpif90   -o c2f2ciof90 c2f2ciof90.o c2f902cio.o  \
../util/mtestf90.o   
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_group.o):comm_group.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:94: recipe for target `c2f2ciof90' failed
make[2]: *** [c2f2ciof90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/io'

Processing directory misc
Looking in ./f90/misc/testlist
Failed to build sizeof2; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/misc'
  FC              sizeof2.f90
/usr/local/bin/mpif90   -o sizeof2 sizeof2.o  
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:65: recipe for target `sizeof2' failed
make[2]: *** [sizeof2] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/misc'

Processing directory pt2pt
Looking in ./f90/pt2pt/testlist
Failed to build statusesf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/pt2pt'
  FC              statusesf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o statusesf90 statusesf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:60: recipe for target `statusesf90' failed
make[2]: *** [statusesf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/pt2pt'

Failed to build greqf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/pt2pt'
  FC              greqf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o greqf90 greqf90.o dummyf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:58: recipe for target `greqf90' failed
make[2]: *** [greqf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/pt2pt'

Processing directory datatype
Looking in ./f90/datatype/testlist
Failed to build typenamef90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              typenamef90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o typenamef90 typenamef90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:66: recipe for target `typenamef90' failed
make[2]: *** [typenamef90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Failed to build typesnamef90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              typesnamef90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o typesnamef90 typesnamef90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:78: recipe for target `typesnamef90' failed
make[2]: *** [typesnamef90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Failed to build typecntsf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              typecntsf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o typecntsf90 typecntsf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:82: recipe for target `typecntsf90' failed
make[2]: *** [typecntsf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Failed to build typem2f90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              typem2f90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o typem2f90 typem2f90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:70: recipe for target `typem2f90' failed
make[2]: *** [typem2f90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Failed to build typesubf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              typesubf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o typesubf90 typesubf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:62: recipe for target `typesubf90' failed
make[2]: *** [typesubf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Failed to build packef90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              packef90.f90
In file packef90.f90:156

      &  aintv(2), ioutbuf2, insize2, MPI_INTEGER, ierr )
                   1
In file packef90.f90:154

      &  aintv(2), coutbuf, csize, MPI_CHARACTER, ierr )
                   2
Warning (155): Inconsistent types (INTEGER(4)/CHARACTER(1)) in actual argument lists at (1) and (2)
In file packef90.f90:156

      &  aintv(2), ioutbuf2, insize2, MPI_INTEGER, ierr )
                   1
In file packef90.f90:152

      &  aintv(2), routbuf, rsize, MPI_DOUBLE_PRECISION, ierr )
                   2
Warning (155): Inconsistent types (INTEGER(4)/REAL(8)) in actual argument lists at (1) and (2)
In file packef90.f90:139

       call mpi_pack_external( 'external32', inbuf2, insize2,  &
                                             1
In file packef90.f90:132

       call mpi_pack_external( 'external32', cbuf, csize,  &
                                             2
Warning (155): Inconsistent types (INTEGER(4)/CHARACTER(1)) in actual argument lists at (1) and (2)
In file packef90.f90:139

       call mpi_pack_external( 'external32', inbuf2, insize2,  &
                                             1
In file packef90.f90:125

       call mpi_pack_external( 'external32', rbuf, rsize,  &
                                             2
Warning (155): Inconsistent types (INTEGER(4)/REAL(8)) in actual argument lists at (1) and (2)
/usr/local/bin/mpif90  ../util/mtestf90.o  -o packef90 packef90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:74: recipe for target `packef90' failed
make[2]: *** [packef90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Failed to build gaddressf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              gaddressf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o gaddressf90 gaddressf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:60: recipe for target `gaddressf90' failed
make[2]: *** [gaddressf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Failed to build allctypesf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              allctypesf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o allctypesf90 allctypesf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:80: recipe for target `allctypesf90' failed
make[2]: *** [allctypesf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Failed to build structf; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              structf.f90
In file structf.f90:65

          call mpi_get_address(x,disp(2),ierr)
                               1
In file structf.f90:61

          call mpi_get_address(name,disp(1),ierr)
                               2
Warning (155): Inconsistent types (REAL(8)/CHARACTER(1)) in actual argument lists at (1) and (2)
In file structf.f90:87

     &            x,1,MPI_DOUBLE_PRECISION, comm,ierr)
                  1
In file structf.f90:85

     &            name,5,MPI_CHARACTER, comm,ierr)
                  2
Warning (155): Inconsistent types (REAL(8)/CHARACTER(1)) in actual argument lists at (1) and (2)
/usr/local/bin/mpif90  ../util/mtestf90.o  -o structf structf.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:64: recipe for target `structf' failed
make[2]: *** [structf] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Failed to build indtype; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              indtype.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o indtype indtype.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:76: recipe for target `indtype' failed
make[2]: *** [indtype] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Failed to build createf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              createf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o createf90 createf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:68: recipe for target `createf90' failed
make[2]: *** [createf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Failed to build sizeof; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'
  FC              sizeof.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o sizeof sizeof.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:72: recipe for target `sizeof' failed
make[2]: *** [sizeof] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/datatype'

Processing directory f90types
Looking in ./f90/f90types/testlist
Processing directory rma
Looking in ./f90/rma/testlist
Failed to build winscale1f90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              winscale1f90.f90
/usr/local/bin/mpif90   -o winscale1f90 winscale1f90.o  ../util/mtestf90.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:93: recipe for target `winscale1f90' failed
make[2]: *** [winscale1f90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Failed to build winfencef90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              winfencef90.f90
/usr/local/bin/mpif90   -o winfencef90 winfencef90.o  ../util/mtestf90.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:101: recipe for target `winfencef90' failed
make[2]: *** [winfencef90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Failed to build wingetf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              wingetf90.f90
/usr/local/bin/mpif90   -o wingetf90 wingetf90.o  ../util/mtestf90.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:83: recipe for target `wingetf90' failed
make[2]: *** [wingetf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Failed to build winscale2f90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              winscale2f90.f90
/usr/local/bin/mpif90   -o winscale2f90 winscale2f90.o  ../util/mtestf90.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:109: recipe for target `winscale2f90' failed
make[2]: *** [winscale2f90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Failed to build winerrf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              winerrf90.f90
/usr/local/bin/mpif90   -o winerrf90 winerrf90.o  ../util/mtestf90.o 
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_abort.o):abort.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:81: recipe for target `winerrf90' failed
make[2]: *** [winerrf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Failed to build winnamef90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              winnamef90.f90
/usr/local/bin/mpif90   -o winnamef90 winnamef90.o  ../util/mtestf90.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:104: recipe for target `winnamef90' failed
make[2]: *** [winnamef90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Failed to build wingroupf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              wingroupf90.f90
/usr/local/bin/mpif90   -o wingroupf90 wingroupf90.o  ../util/mtestf90.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:96: recipe for target `wingroupf90' failed
make[2]: *** [wingroupf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Failed to build winaccf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              winaccf90.f90
/usr/local/bin/mpif90   -o winaccf90 winaccf90.o  ../util/mtestf90.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:85: recipe for target `winaccf90' failed
make[2]: *** [winaccf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Failed to build c2f2cwinf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              c2f2cwinf90.f90
/usr/local/bin/mpif90   -o c2f2cwinf90 c2f2cwinf90.o c2f902cwin.o  \
../util/mtestf90.o   
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_win_get_group.o):win_get_group.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:106: recipe for target `c2f2cwinf90' failed
make[2]: *** [c2f2cwinf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Failed to build baseattrwinf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              baseattrwinf90.f90
/usr/local/bin/mpif90   -o baseattrwinf90 baseattrwinf90.o  ../util/mtestf90.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:87: recipe for target `baseattrwinf90' failed
make[2]: *** [baseattrwinf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Failed to build winattrf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              winattrf90.f90
/usr/local/bin/mpif90   -o winattrf90 winattrf90.o  ../util/mtestf90.o 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:99: recipe for target `winattrf90' failed
make[2]: *** [winattrf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Failed to build winattr2f90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'
  FC              winattr2f90.f90
/usr/local/bin/mpif90   -o winattr2f90 winattr2f90.o  ../util/mtestf90.o \
 
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:90: recipe for target `winattr2f90' failed
make[2]: *** [winattr2f90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/rma'

Processing directory spawn
Looking in ./f90/spawn/testlist
Failed to build namepubf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'
  FC              namepubf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o namepubf90 namepubf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:60: recipe for target `namepubf90' failed
make[2]: *** [namepubf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'

Failed to build spawnf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'
  FC              spawnf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o spawnf90 spawnf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:62: recipe for target `spawnf90' failed
make[2]: *** [spawnf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'

Failed to build spawnargvf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'
  FC              spawnargvf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o spawnargvf90 spawnargvf90.o   \
 
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:67: recipe for target `spawnargvf90' failed
make[2]: *** [spawnargvf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'

Failed to build connaccf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'
  FC              connaccf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o connaccf90 connaccf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:58: recipe for target `connaccf90' failed
make[2]: *** [connaccf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'

Failed to build spawnmultf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'
  FC              spawnmultf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o spawnmultf90 spawnmultf90.o   \
 
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:64: recipe for target `spawnmultf90' failed
make[2]: *** [spawnmultf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'

Failed to build spawnmult2f90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'
  FC              spawnmult2f90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o spawnmult2f90 spawnmult2f90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:70: recipe for target `spawnmult2f90' failed
make[2]: *** [spawnmult2f90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/spawn'

Processing directory timer
Looking in ./f90/timer/testlist
Failed to build wtimef90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/timer'
  FC              wtimef90.f90
/usr/local/bin/mpif90   -o wtimef90 wtimef90.o  
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_finalize.o):finalize.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:54: recipe for target `wtimef90' failed
make[2]: *** [wtimef90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/timer'

Processing directory topo
Looking in ./f90/topo/testlist
Failed to build cartcrf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/topo'
  FC              cartcrf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o cartcrf90 cartcrf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:59: recipe for target `cartcrf90' failed
make[2]: *** [cartcrf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/topo'

Failed to build dgraph_wgtf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/topo'
  FC              dgraph_wgtf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o dgraph_wgtf90 dgraph_wgtf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:57: recipe for target `dgraph_wgtf90' failed
make[2]: *** [dgraph_wgtf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/topo'

Failed to build dgraph_unwgtf90; make[2]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/topo'
  FC              dgraph_unwgtf90.f90
/usr/local/bin/mpif90  ../util/mtestf90.o  -o dgraph_unwgtf90 dgraph_unwgtf90.o  
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x2e): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x64): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0x87): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xaf): undefined reference to `__emutls_get_address'
/usr/local/lib/libpmpich.a(_comm_free.o):comm_free.c:(.text+0xd6): more undefined references to `__emutls_get_address' follow
Makefile:61: recipe for target `dgraph_unwgtf90' failed
make[2]: *** [dgraph_unwgtf90] Error 1
make[2]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/f90/topo'

Processing directory errors
Looking in ./errors/testlist
Processing directory attr
Looking in ./errors/attr/testlist
Processing directory coll
Looking in ./errors/coll/testlist
Unexpected output in bcastlength:  Found 2 errors
Unexpected output in bcastlength: Did not detect mismatched length (long) on process 3
Unexpected output in bcastlength: Did not detect mismatched length (short) on process 3
Program bcastlength exited without No Errors
Processing directory comm
Looking in ./errors/comm/testlist
Unexpected output in cfree: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in cfree: MPIR_Init_thread(392).................: 
Unexpected output in cfree: MPID_Init(139)........................: channel initialization failed
Unexpected output in cfree: MPIDI_CH3_Init(38)....................: 
Unexpected output in cfree: MPID_nem_init(196)....................: 
Unexpected output in cfree: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in cfree: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in cfree: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in cfree: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in cfree: MPIR_Init_thread(392).................: 
Unexpected output in cfree: MPID_Init(139)........................: channel initialization failed
Unexpected output in cfree: MPIDI_CH3_Init(38)....................: 
Unexpected output in cfree: MPID_nem_init(196)....................: 
Unexpected output in cfree: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in cfree: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in cfree: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in cfree: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in cfree: MPIR_Init_thread(392).................: 
Unexpected output in cfree: MPID_Init(139)........................: channel initialization failed
Unexpected output in cfree: MPIDI_CH3_Init(38)....................: 
Unexpected output in cfree: MPID_nem_init(196)....................: 
Unexpected output in cfree: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in cfree: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in cfree: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program cfree exited without No Errors
Unexpected output in manysplit: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in manysplit: MPIR_Init_thread(392).................: 
Unexpected output in manysplit: MPID_Init(139)........................: channel initialization failed
Unexpected output in manysplit: MPIDI_CH3_Init(38)....................: 
Unexpected output in manysplit: MPID_nem_init(196)....................: 
Unexpected output in manysplit: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in manysplit: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in manysplit: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program manysplit exited without No Errors
Processing directory group
Looking in ./errors/group/testlist
Processing directory pt2pt
Looking in ./errors/pt2pt/testlist
Processing directory topo
Looking in ./errors/topo/testlist
Processing directory rma
Looking in ./errors/rma/testlist
Processing directory spawn
Looking in ./errors/spawn/testlist
Processing directory io
Looking in ./errors/io/testlist
Processing directory f77
Looking in ./errors/f77/testlist
Processing directory cxx
Looking in ./errors/cxx/testlist
Processing directory errhan
Looking in ./errors/cxx/errhan/testlist
Processing directory io
Looking in ./errors/cxx/io/testlist
Processing directory f90
Looking in ./errors/f90/testlist
Processing directory threads
Looking in ./threads/testlist
Processing directory pt2pt
Looking in ./threads/pt2pt/testlist
Unexpected output in alltoall: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in alltoall: MPIR_Init_thread(392).................: 
Unexpected output in alltoall: MPID_Init(139)........................: channel initialization failed
Unexpected output in alltoall: MPIDI_CH3_Init(38)....................: 
Unexpected output in alltoall: MPID_nem_init(196)....................: 
Unexpected output in alltoall: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in alltoall: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in alltoall: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in alltoall: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in alltoall: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in alltoall: MPIR_Init_thread(392).................: 
Unexpected output in alltoall: MPID_Init(139)........................: channel initialization failed
Unexpected output in alltoall: MPIDI_CH3_Init(38)....................: 
Unexpected output in alltoall: MPID_nem_init(196)....................: 
Unexpected output in alltoall: MPIDI_CH3I_Seg_commit(369)............: 
Unexpected output in alltoall: MPIU_SHMW_Seg_attach(925).............: 
Unexpected output in alltoall: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Unexpected output in alltoall: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in alltoall: MPIR_Init_thread(392).................: 
Unexpected output in alltoall: MPID_Init(139)........................: channel initialization failed
Unexpected output in alltoall: MPIDI_CH3_Init(38)....................: 
Unexpected output in alltoall: MPID_nem_init(196)....................: 
Unexpected output in alltoall: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in alltoall: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in alltoall: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in alltoall: MPIU_SHMW_Seg_create_attach_templ(637): open failed - No such file or directory
Program alltoall exited without No Errors
Unexpected output in multisend3: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in multisend3: MPIR_Init_thread(392).................: 
Unexpected output in multisend3: MPID_Init(139)........................: channel initialization failed
Unexpected output in multisend3: MPIDI_CH3_Init(38)....................: 
Unexpected output in multisend3: MPID_nem_init(196)....................: 
Unexpected output in multisend3: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in multisend3: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in multisend3: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in multisend3: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Program multisend3 exited without No Errors
Unexpected output in multisend4: [mpiexec at PC03] APPLICATION TIMED OUT
Unexpected output in multisend4: [proxy:0:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in multisend4: [proxy:0:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in multisend4: [proxy:0:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in multisend4: [mpiexec at PC03] HYDT_bscu_wait_for_completion (./tools/bootstrap/utils/bscu_wait.c:70): one of the processes terminated badly; aborting
Unexpected output in multisend4: [mpiexec at PC03] HYDT_bsci_wait_for_completion (./tools/bootstrap/src/bsci_wait.c:23): launcher returned error waiting for completion
Unexpected output in multisend4: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:191): launcher returned error waiting for completion
Unexpected output in multisend4: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program multisend4 exited without No Errors
Processing directory comm
Looking in ./threads/comm/testlist
Processing directory init
Looking in ./threads/init/testlist
Processing directory spawn
Looking in ./threads/spawn/testlist
Unexpected output in multispawn: Fatal error in MPI_Init_thread: Other MPI error, error stack:
Unexpected output in multispawn: MPIR_Init_thread(392).................: 
Unexpected output in multispawn: MPID_Init(139)........................: channel initialization failed
Unexpected output in multispawn: MPIDI_CH3_Init(38)....................: 
Unexpected output in multispawn: MPID_nem_init(196)....................: 
Unexpected output in multispawn: MPIDI_CH3I_Seg_commit(366)............: 
Unexpected output in multispawn: MPIU_SHMW_Hnd_deserialize(324)........: 
Unexpected output in multispawn: MPIU_SHMW_Seg_open(863)...............: 
Unexpected output in multispawn: MPIU_SHMW_Seg_create_attach_templ(637): open failed - Device or resource busy
Unexpected output in multispawn: [mpiexec at PC03] APPLICATION TIMED OUT
Unexpected output in multispawn: [proxy:0:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in multispawn: [proxy:0:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in multispawn: [proxy:0:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in multispawn: [proxy:1:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c[proxy:4:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in multispawn: [proxy:4:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in multispawn: [proxy:4:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in multispawn: :928): assert (!closed) failed
Unexpected output in multispawn: [proxy:1:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in multispawn: [proxy:1:0 at PC03] main (./pm/pmiserv/pmip.c:226): [proxy:2:0 at PC03] HYD_pmcd_pmip_control_cmd_cb (./pm/pmiserv/pmip_cb.c:928): assert (!closed) failed
Unexpected output in multispawn: [proxy:2:0 at PC03] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status
Unexpected output in multispawn: [proxy:2:0 at PC03] main (./pm/pmiserv/pmip.c:226): demux engine error waiting for event
Unexpected output in multispawn: [mpiexec at PC03] HYDT_bscu_wait_for_completion (./tools/bootstrap/utils/bscu_wait.c:70): one of the processes terminated badly; aborting
Unexpected output in multispawn: [mpiexec at PC03] HYDT_bsci_wait_for_completion (./tools/bootstrap/src/bsci_wait.c:23): launcher returned error waiting for completion
Unexpected output in multispawn: [mpiexec at PC03] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:191): launcher returned error waiting for completion
Unexpected output in multispawn: [mpiexec at PC03] main (./ui/mpich/mpiexec.c:405): process manager error waiting for completion
Program multispawn exited without No Errors
222 tests failed out of 628
Details in /cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi/summary.xml
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/mpi'
(XMLFILE=../mpi/summary.xml && XMLCONTINUE=YES && \
export XMLFILE && export XMLCONTINUE && \
cd commands && make testing)
make[1]: Entering directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/commands'
make[1]: Nothing to be done for `testing'.
make[1]: Leaving directory `/cygdrive/c/cygwin/mpich2-1.4.1p1/test/commands'


More information about the mpich-discuss mailing list