Hi,
When I am trying to run a MPI program, I got the following error:
$ mpirun -ssi rpi crtcp -np 1 a.out
cr_pthread.c:82 cri_pthread_init: When linking libpthread, it must be
linked AFTER libcr
My configuration is as follows:
$ ./configure --with-cr-blcr=/usr/local/blcr --with-rpi=crtcp
--prefix=/home/ducong/lam --with-rsh=ssh -x
How to solve this problem?
Thanks
|