Issue259

Title Gale: installation problem
Priority bug Status chatting
Superseder Nosy List anonymous, walter
Assigned To walter Topics

Created on 2008-11-03.17:41:24 by anonymous, last changed 2008-11-03.17:51:58 by walter.

Messages
msg595 (view) Author: walter Date: 2008-11-03.17:51:57
What is going on is that your machine wants to use the Infiniband interconnects
(OpenIB), but can not for some reason.  The code still runs, and you should have
output in the right place.  It may just run slower in parallel.

To fix this, try using the mpiexec or mpirun command to launch Gale.  If
problems persist, make sure that you have compiled Gale with the same version of
MPI that everything else is using.

Cheers,
Walter Landry
walter@geodynamics.org
msg594 (view) Author: anonymous Date: 2008-11-03.17:41:22
Hi

I have just install the latest version of Gale with svn command. After
configure, make and make install, I tested wether or not Gale was working on my
computer, using:

bin/Gale /usr/logiciels/Gale/input/cookbook/yielding.xml

And I get this message:

libibverbs: Fatal: couldn't read uverbs ABI version.
--------------------------------------------------------------------------
[0,0,0]: OpenIB on host actinote was unable to find any HCAs.
Another transport will be used instead, although this may result in 
lower performance.
--------------------------------------------------------------------------
TimeStep = 1, Start time = 0 + 0 prev timeStep dt
TimeStep = 2, Start time = 0 + 0.0107639 prev timeStep dt
TimeStep = 3, Start time = 0.0107639 + 0.0107105 prev timeStep dt
TimeStep = 4, Start time = 0.0214744 + 0.0106587 prev timeStep dt
TimeStep = 5, Start time = 0.0321332 + 0.0106059 prev timeStep dt
TimeStep = 6, Start time = 0.0427391 + 0.0105527 prev timeStep dt
TimeStep = 7, Start time = 0.0532918 + 0.0104996 prev timeStep dt
TimeStep = 8, Start time = 0.0637914 + 0.0104465 prev timeStep dt
TimeStep = 9, Start time = 0.0742378 + 0.0103941 prev timeStep dt
TimeStep = 10, Start time = 0.0846319 + 0.0103424 prev timeStep dt

Can someone help me? WHat can I do to avoid this problem?

Thanks

Philippe
History
Date User Action Args
2008-11-03 17:51:58waltersetstatus: unread -> chatting
assignedto: walter
messages: + msg595
nosy: + walter
2008-11-03 17:41:24anonymouscreate