Hello.

I want to run Maui with current Sun Grid Engine (SGE).
So, I configured by
  % ./configure --with-sge=/some/where/gridengine/source

maui-3.2.6p14/Makefile was made with
        # SGE Definitions
        export SGEDEF=-D__MSGE -D__SGE_NO_USERMAPPING__
        export SGETOP  = /some/where/gridengine/source
        ...

But "DEFS =" in  src/moab/Makefile doesn't have $(SGEDEF), 
MRM.c (which has #ifdef __MSGE) is compiled *without* -D__MSGE.

So I added $(SGEDEF) at last of DEFS in src/moab/Makefile and run make.
But it ended with
  ../../lib/libmoab.a(MRM.o)(.text+0x61): In function `MRMLoadModules':
  .../maui-3.2.6p14/src/moab/MRM.c:180: undefined reference to `MSGELoadModule'

I cannot find MSGELoadModule() in all of source in maui-3.2.6p14.
I think src/moab/MPBSI.c is for PBS, MWikiI.c for Wiki,
but where is MSGEI.c for SGE?


Is Maui really support SGE now??

-----------
Katsuhiko OHKUBO [EMAIL PROTECTED]

_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers

Reply via email to