Re: [OMPI users] Symbol not found: _evsignal_base

2011-05-26 Thread charles reid
You can disregard, the problem has been resolved by re-running the configure/make/make install procedure. Thanks again for the help! Charles On Thu, May 26, 2011 at 13:16, charles reid wrote: > Hi Jeff & others - > > Thanks for the response. OpenMPI compiles fine, so there are no problems >

Re: [OMPI users] Symbol not found: _evsignal_base

2011-05-26 Thread charles reid
Hi Jeff & others - Thanks for the response. OpenMPI compiles fine, so there are no problems with the make process, but I can't run "mpirun" because the program won't compile with mpicc - this case isn't really covered by the "Getting Help" page. However, I have provided the output of configure/m

Re: [OMPI users] Symbol not found: _evsignal_base

2011-05-25 Thread Jeff Squyres
This looks like your installation is busted somehow. Can you send all the information listed here: http://www.open-mpi.org/community/help/ On May 24, 2011, at 4:05 PM, charles reid wrote: > Hi - > > I'm trying to compile a simple hello world program with mpicc, > > $ cat test.c > #incl