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
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
---
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
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
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.