[mpich-discuss] Problem using MPICH 3.2 compiled with --with-device=ch3:sock
Anatoly G
anatolyrishon at gmail.com
Wed Dec 21 04:24:36 CST 2016
Dear MPICH,
I downloaded a MPICH 3.2 package.
When I configure it using:
*./configure --prefix=/space/mpich3.2 --enable-error-checking=runtime
--enable-g=dbg CFLAGS=-fPIC CXXFLAGS=-fPIC FFLAGS=-fpic --enable-totalview
--enable-static --disable-f77 --disable-fc --enable-shared=no
--disable-fortran*
My test program (simple send/receive) works fine on single & multiple
computers. But each process activates "busy wait on each receive".
I'd like to get program without busy wait.
Than, I configured MPICH 3.2 with following:
*./configure
--prefix=/space/mpich3.2_no_busy_wait --enable-error-checking=runtime
--enable-g=dbg CFLAGS=-fPIC CXXFLAGS=-fPIC FFLAGS=-fpic --enable-totalview
--enable-static --disable-f77 --disable-fc --enable-shared=no
--disable-fortran --with-device=ch3:sock*
After build my test program with this mpi, my test works fine on single
computer two processes, but doesn't work on two computers (process per
computer) with same configuration.
Can you please advice?
Thank you,
Anatoly.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20161221/bc8a08ba/attachment.html>
-------------- next part --------------
_______________________________________________
discuss mailing list discuss at mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss
More information about the discuss
mailing list