Re: [OMPI users] Ompi runs thru cmd line but fails when run thru SGE

2009-01-24 Thread Jeremy Stout
GE startup script on the computation nodes and restarting SGE on every node. Jeremy Stout On Sat, Jan 24, 2009 at 6:06 AM, Sangamesh B wrote: > Hello all, > > Open MPI 1.3 is installed on Rocks 4.3 Linux cluster with support of > SGE i.e using --with-sge. > But the ompi_info

Re: [OMPI users] users Digest, Vol 1000, Issue 1

2008-09-09 Thread Jeremy Stout
l/cce/version_number/lib/em64t /opt/intel/fce/version_number/lib/em64t That will depend on the path and version of the compiler set you are using. Do a '/sbin/ldconfig' on each node and you should be good to go. You can also try updating the library path in your submission file. Jeremy Stout

Re: [OMPI users] libimf.so Error

2008-09-09 Thread Jeremy Stout
--- The library you specified in your post (libimf.so) is part of the Intel Compiler Suite (fce and cce). You'll need to make those libraries available to your computation nodes and update the LD_LIBRARY_PATH accordingly. Jeremy Stout

Re: [OMPI users] Disabling Tight Integration with SGE

2007-04-25 Thread Jeremy Stout
On 4/25/07, Brian W. Barrett wrote: > Is there a command line compile or runtime option to disable tight > integration with Sun Grid Engine? I reviewed the FAQ and saw there was > a way not to build certain components at compile time. However, I'm > not quite sure what it would be in the case of

[OMPI users] Disabling Tight Integration with SGE

2007-04-25 Thread Jeremy Stout
Is there a command line compile or runtime option to disable tight integration with Sun Grid Engine? I reviewed the FAQ and saw there was a way not to build certain components at compile time. However, I'm not quite sure what it would be in the case of gridengine. Any help would be appreciated.