Re: [Libmesh-users] libmpi.so and libmpi_mt.so

2012-12-05 Thread Jim Fonseca
Hi John, The mpicxx -show command was helpful. I ended up leaving the libmesh build alone and getting the rest of our code to not link to libmpi_mt.so and that removed the conflict. Thanks, Jim On Mon, Dec 3, 2012 at 9:47 PM, John Peterson wrote: > > > On Monday, December 3, 2012, Jim Fonseca w

Re: [Libmesh-users] libmpi.so and libmpi_mt.so

2012-12-03 Thread John Peterson
On Monday, December 3, 2012, Jim Fonseca wrote: > Hi, > When I build my code I'm getting a linking problem because my code as well > as other libraries are using the thread safe libmpi_mt.so library, but > libmesh is building with libmpi.so > What's the best approach to fixing this? Hmm... Are

[Libmesh-users] libmpi.so and libmpi_mt.so

2012-12-03 Thread Jim Fonseca
Hi, When I build my code I'm getting a linking problem because my code as well as other libraries are using the thread safe libmpi_mt.so library, but libmesh is building with libmpi.so What's the best approach to fixing this? MPI is installed on our cluster so I don't have direct access to that. I