<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Perhaps the time limit set by the test script is too low. On my machine `<span style="font-size:12.8000001907349px">mpiexec -n 4  ./getfence1` finishes in 3+ minutes. </span><div><span style="font-size:12.8000001907349px">You can manually test it to see if will complete successfully. </span></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">--Junchao Zhang</div></div></div>
<br><div class="gmail_quote">On Sun, Jul 12, 2015 at 2:17 AM, arindam ghosh <span dir="ltr"><<a href="mailto:arindamgr@gmail.com" target="_blank">arindamgr@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Thanks. <br>Adding  <span>-lpthread to the </span><span>LDFLAGS solves my problem.<br><br></span></div><span>only one problem left:<span class=""><br><br>not ok 333 - ./rma/getfence1 4<br>  ---<br>  Directory: ./rma<br>  File: getfence1<br>  Num-procs: 4<br></span>  Date: "Sun Jul 12 12:28:19 2015"<span class=""><br>  ...<br>## Test output (expected 'No Errors'):<br></span>## /usr/local/bin/mpiexec -n 4    ./getfence1<span class=""><br>## <br>## ===================================================================================<br>## =   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES<br></span>## =   PID 18069 RUNNING AT localhost.localdomain<span class=""><br>## =   EXIT CODE: 9<br>## =   CLEANING UP REMAINING PROCESSES<br>## =   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES<br>## ===================================================================================<br>## YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9)<br>## This typically refers to a problem with your application.<br>## Please see the FAQ page for debugging suggestions<br><br><br></span></span></div><div><span>please tell me how t fix this error.<br></span></div><div><span><br></span></div><span>Thanking you,<br><br></span></div><span>Regards,<br></span></div><span>Arindam<br></span><div><div class="h5"><div><div><div><span><br><br></span><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 9, 2015 at 9:12 AM, Junchao Zhang <span dir="ltr"><<a href="mailto:jczhang@mcs.anl.gov" target="_blank">jczhang@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Not sure if this is the reason, <a href="http://stackoverflow.com/questions/19901934/strange-linking-error-dso-missing-from-command-line" target="_blank">http://stackoverflow.com/questions/19901934/strange-linking-error-dso-missing-from-command-line</a><div>You can go to one failure directory, e.g., <span style="font-size:12.8px">test/mpi/threads/pt2pt, and type "make V=1 threads", and find out what is the actual link command line.</span></div></div><div class="gmail_extra"><br clear="all"><div><div><div dir="ltr">--Junchao Zhang</div></div></div>
<br><div class="gmail_quote"><div><div>On Wed, Jul 8, 2015 at 12:00 AM, arindam ghosh <span dir="ltr"><<a href="mailto:arindamgr@gmail.com" target="_blank">arindamgr@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><div dir="ltr"><div><div><div>Dear All,<br><br></div>I'm trying to install mpich-3.1.4 in my desktop:<br><br>CC=gcc CXX=g++ FC=gfortran F77=gfortran ./configure --prefix=/usr/local --enable-fortran --enable-cxx 2>&1 | tee c.txt<br>make 2>&1 | tee m.txt<br>make install 2>&1 | tee mi.txt<br><br>I'm using gcc/gfortran/g++ version 4.9.2-6. As such there is no error, but while doing 'make testing', it shows following errors (taken from file ./test/mpi/summary.tap), please see below:<br></div><br>not ok 297 - ./pt2pt/sendflood 8<br>  ---<br>  Directory: ./pt2pt<br>  File: sendflood<br>  Num-procs: 8<br>  Date: "Wed Jul  8 00:01:41 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## [mpiexec@localhost.localdomain] APPLICATION TIMED OUT<br><br>not ok 333 - ./rma/getfence1 4<br>  ---<br>  Directory: ./rma<br>  File: getfence1<br>  Num-procs: 4<br>  Date: "Wed Jul  8 00:06:49 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## <br>## ===================================================================================<br>## =   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES<br>## =   PID 12669 RUNNING AT localhost.localdomain<br>## =   EXIT CODE: 9<br>## =   CLEANING UP REMAINING PROCESSES<br>## =   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES<br>## ===================================================================================<br>## YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9)<br>## This typically refers to a problem with your application.<br>## Please see the FAQ page for debugging suggestions<br><br>not ok 836 - ./threads/pt2pt/threads <br>  ---<br>  Directory: ./threads/pt2pt<br>  File: threads<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:54 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build threads; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>##   CC       threads.o<br>## (cd ../../threads/util && make mtestthread.o)<br>## make[4]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/util'<br>##   CC       mtestthread.o<br>## make[4]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/util'<br>##   CCLD     threads<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:522: recipe for target 'threads' failed<br>## make[3]: *** [threads] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>not ok 837 - ./threads/pt2pt/threaded_sr <br>  ---<br>  Directory: ./threads/pt2pt<br>  File: threaded_sr<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:54 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build threaded_sr; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>##   CC       threaded_sr.o<br>##   CCLD     threaded_sr<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:518: recipe for target 'threaded_sr' failed<br>## make[3]: *** [threaded_sr] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>not ok 838 - ./threads/pt2pt/alltoall <br>  ---<br>  Directory: ./threads/pt2pt<br>  File: alltoall<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:54 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build alltoall; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>##   CC       alltoall.o<br>##   CCLD     alltoall<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:482: recipe for target 'alltoall' failed<br>## make[3]: *** [alltoall] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>not ok 839 - ./threads/pt2pt/sendselfth <br>  ---<br>  Directory: ./threads/pt2pt<br>  File: sendselfth<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:54 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build sendselfth; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>##   CC       sendselfth.o<br>##   CCLD     sendselfth<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:514: recipe for target 'sendselfth' failed<br>## make[3]: *** [sendselfth] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>not ok 840 - ./threads/pt2pt/multisend <br>  ---<br>  Directory: ./threads/pt2pt<br>  File: multisend<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:54 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build multisend; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>##   CC       multisend.o<br>##   CCLD     multisend<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:498: recipe for target 'multisend' failed<br>## make[3]: *** [multisend] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>not ok 841 - ./threads/pt2pt/multisend2 <br>  ---<br>  Directory: ./threads/pt2pt<br>  File: multisend2<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:54 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build multisend2; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>##   CC       multisend2.o<br>##   CCLD     multisend2<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:502: recipe for target 'multisend2' failed<br>## make[3]: *** [multisend2] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>not ok 842 - ./threads/pt2pt/multisend3 <br>  ---<br>  Directory: ./threads/pt2pt<br>  File: multisend3<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:54 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build multisend3; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>##   CC       multisend3.o<br>##   CCLD     multisend3<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:506: recipe for target 'multisend3' failed<br>## make[3]: *** [multisend3] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>not ok 843 - ./threads/pt2pt/multisend4 <br>  ---<br>  Directory: ./threads/pt2pt<br>  File: multisend4<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:54 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build multisend4; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>##   CC       multisend4.o<br>##   CCLD     multisend4<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:510: recipe for target 'multisend4' failed<br>## make[3]: *** [multisend4] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>not ok 844 - ./threads/pt2pt/greq_wait <br>  ---<br>  Directory: ./threads/pt2pt<br>  File: greq_wait<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:54 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build greq_wait; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>##   CC       greq_wait.o<br>##   CCLD     greq_wait<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:490: recipe for target 'greq_wait' failed<br>## make[3]: *** [greq_wait] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>not ok 845 - ./threads/pt2pt/greq_test <br>  ---<br>  Directory: ./threads/pt2pt<br>  File: greq_test<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:54 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build greq_test; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>##   CC       greq_test.o<br>##   CCLD     greq_test<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:486: recipe for target 'greq_test' failed<br>## make[3]: *** [greq_test] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>not ok 846 - ./threads/pt2pt/ibsend <br>  ---<br>  Directory: ./threads/pt2pt<br>  File: ibsend<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build ibsend; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>##   CC       ibsend.o<br>##   CCLD     ibsend<br>## /usr/bin/ld: ibsend.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:494: recipe for target 'ibsend' failed<br>## make[3]: *** [ibsend] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/pt2pt'<br>not ok 847 - ./threads/comm/ctxdup <br>  ---<br>  Directory: ./threads/comm<br>  File: ctxdup<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build ctxdup; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/comm'<br>##   CC       ctxdup.o<br>##   CCLD     ctxdup<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:471: recipe for target 'ctxdup' failed<br>## make[3]: *** [ctxdup] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/comm'<br>not ok 848 - ./threads/comm/dup_leak_test <br>  ---<br>  Directory: ./threads/comm<br>  File: dup_leak_test<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build dup_leak_test; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/comm'<br>##   CC       dup_leak_test.o<br>##   CCLD     dup_leak_test<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:479: recipe for target 'dup_leak_test' failed<br>## make[3]: *** [dup_leak_test] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/comm'<br>not ok 849 - ./threads/comm/comm_dup_deadlock <br>  ---<br>  Directory: ./threads/comm<br>  File: comm_dup_deadlock<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build comm_dup_deadlock; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/comm'<br>##   CC       comm_dup_deadlock.o<br>##   CCLD     comm_dup_deadlock<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:463: recipe for target 'comm_dup_deadlock' failed<br>## make[3]: *** [comm_dup_deadlock] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/comm'<br>not ok 850 - ./threads/comm/comm_create_threads <br>  ---<br>  Directory: ./threads/comm<br>  File: comm_create_threads<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build comm_create_threads; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/comm'<br>##   CC       comm_create_threads.o<br>##   CCLD     comm_create_threads<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:459: recipe for target 'comm_create_threads' failed<br>## make[3]: *** [comm_create_threads] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/comm'<br>not ok 851 - ./threads/comm/comm_create_group_threads <br>  ---<br>  Directory: ./threads/comm<br>  File: comm_create_group_threads<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build comm_create_group_threads; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/comm'<br>##   CC       comm_create_group_threads.o<br>##   CCLD     comm_create_group_threads<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:455: recipe for target 'comm_create_group_threads' failed<br>## make[3]: *** [comm_create_group_threads] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/comm'<br>ok 859 - ./threads/comm/comm_idup 4  # SKIP xfail tests disabled<br>ok 860 - ./threads/comm/ctxidup 4  # SKIP xfail tests disabled<br>not ok 852 - ./threads/init/initth <br>  ---<br>  Directory: ./threads/init<br>  File: initth<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build initth; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/init'<br>##   CC       initth.o<br>##   CCLD     initth<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:405: recipe for target 'initth' failed<br>## make[3]: *** [initth] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/init'<br>not ok 853 - ./threads/init/initth <br>  ---<br>  Directory: ./threads/init<br>  File: initth<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build initth; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/init'<br>##   CC       initth.o<br>##   CCLD     initth<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:405: recipe for target 'initth' failed<br>## make[3]: *** [initth] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/init'<br>not ok 854 - ./threads/mpi_t/mpit_threading <br>  ---<br>  Directory: ./threads/mpi_t<br>  File: mpit_threading<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build mpit_threading; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/mpi_t'<br>##   CC       mpit_threading.o<br>##   CCLD     mpit_threading<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:405: recipe for target 'mpit_threading' failed<br>## make[3]: *** [mpit_threading] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/mpi_t'<br>not ok 855 - ./threads/spawn/multispawn <br>  ---<br>  Directory: ./threads/spawn<br>  File: multispawn<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build multispawn; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/spawn'<br>##   CC       multispawn.o<br>##   CCLD     multispawn<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:412: recipe for target 'multispawn' failed<br>## make[3]: *** [multispawn] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/spawn'<br>not ok 856 - ./threads/spawn/th_taskmaster <br>  ---<br>  Directory: ./threads/spawn<br>  File: th_taskmaster<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build th_taskmaster; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/spawn'<br>##   CC       th_taskmaster.o<br>##   CCLD     th_taskmaster<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:416: recipe for target 'th_taskmaster' failed<br>## make[3]: *** [th_taskmaster] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/spawn'<br>not ok 857 - ./threads/rma/multirma <br>  ---<br>  Directory: ./threads/rma<br>  File: multirma<br>  Num-procs: <br>  Date: "Wed Jul  8 00:11:55 2015"<br>  ...<br>## Test output (expected 'No Errors'):<br>## Failed to build multirma; make[3]: Entering directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/rma'<br>##   CC       multirma.o<br>##   CCLD     multirma<br>## /usr/bin/ld: ../../threads/util/mtestthread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<br>## /lib64/libpthread.so.0: error adding symbols: DSO missing from command line<br>## collect2: error: ld returned 1 exit status<br>## Makefile:416: recipe for target 'multirma' failed<br>## make[3]: *** [multirma] Error 1<br>## make[3]: Leaving directory '/home/arindam/software/mpich-3.1.4/test/mpi/threads/rma'<br>ok 867 - ./threads/rma/multiget 2  # SKIP xfail tests disabled<br>ok 858 - ./impls/mpich/mpi_t/collparmt 16<br><br></div><div>Please tell me how to fix these errors. <br><br></div><div>Thanking you,<br><br></div><div>Regards,<br><br></div><div>Arindam<br></div><br></div>
<br></div></div>_______________________________________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org" target="_blank">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br></blockquote></div><br></div>
<br>_______________________________________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org" target="_blank">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br></blockquote></div><br></div></div></div></div></div></div></div></div>
<br>_______________________________________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br></blockquote></div><br></div>