Title: Re: [Mauiusers] error compiling maui-3.2.6p16 with torque-2.1.0p0
Can someone please comment whether the --with-pbs option is broken?
 
I am trying to compile Maui 3.2.6p16 w/ TORQUE 2.0.0p8 (I do not plan to upgrade this yet...) and got the errors mentioned in the email thread below.
 
I noticed that the generated include/Makefile.inc.pbs between 3.2.6p14 and 3.2.6p16 is slightly different, I suppose this is to support the new TORQUE version:
 
[p14]
# PBS Definitions
export PBSDEF  = -D__MPBS
export PBSIP   = -I/opt/pbs/include
export PBSLP   = -L/opt/pbs/lib
export PBSLIB  = -lnet -lpbs

[p16]
# PBS Definitions
export PBSDEF  = -D__MPBS
export PBSCFLAGS   =
export PBSLDFLAGS  =

Is it possible to compile Maui 3.2.6p16 with TORQUE 2.0.0p8?
 
Thanks,
 
Bernard


From: [EMAIL PROTECTED] on behalf of Martin Feller
Sent: Mon 12/06/2006 07:47
To: Neelesh Arora; [email protected]
Subject: Re: [Mauiusers] error compiling maui-3.2.6p16 with torque-2.1.0p0

Hi Neel,
I had the same problems and then compiled maui without the
--with -pbs option. Everything worked fine then.
Maybe there is something wrong with the --with-pbs opeion

Martin

Neelesh Arora schrieb:
> Hi,
>
> I do:
>
> for torque-2.1.0p0
> ./configure --prefix=/usr/local/torque ; make; make install
> installs fine.
>
> for maui-3.2.6p16
> ./configure --with-pbs=/usr/local/torque ; make
>
> make gives following errors:
>
> gcc Server.o UserI.o SDR.o LLI.o -o ../../bin/maui -L../../lib -lmoab
> -lmcom  -lm
> ../../lib/libmoab.a(MPBSI.o)(.text+0xde): In function `MPBSProcessEvent':
> /usr/local/src/maui-3.2.6p16/src/moab/MPBSI.c:477: undefined reference
> to `rpp_fd'
> ../../lib/libmoab.a(MPBSI.o)(.text+0x146):/usr/local/src/maui-3.2.6p16/src/moab/MPBSI.c:505:
> undefined reference to `rpp_fd'
> ../../lib/libmoab.a(MPBSI.o)(.text+0x64d): In function
> `__MPBSSystemQuery':
> /usr/local/src/maui-3.2.6p16/src/moab/MPBSI.c:1123: undefined
> reference to `pbs_disconnect'
> ../../lib/libmoab.a(MPBSI.o)(.text+0x69e):/usr/local/src/maui-3.2.6p16/src/moab/MPBSI.c:1105:
> undefined reference to `pbs_statserver'
> ../../lib/libmoab.a(MPBSI.o)(.text+0x83c):/usr/local/src/maui-3.2.6p16/src/moab/MPBSI.c:1209:
> undefined reference to `pbs_statfree'
> ...
> <snip>
> ...
> ./../lib/libmoab.a(MPBSI.o)(.text+0x90d6): In function `MPBSJobStart':
> /usr/local/src/maui-3.2.6p16/src/moab/MPBSI.c:2015: undefined
> reference to `pbs_runjob'
> ../../lib/libmoab.a(MPBSI.o)(.text+0x9312):/usr/local/src/maui-3.2.6p16/src/moab/MPBSI.c:2019:
> undefined reference to `pbs_geterrmsg'
> collect2: ld returned 1 exit status
> make[1]: *** [maui] Error 1
> make[1]: Leaving directory `/usr/local/src/maui-3.2.6p16/src/server'
> make: *** [all] Error 2
>
> Can someone please suggest what's going wrong?
>
> Thanks.
>
> -Neel
> _______________________________________________
> mauiusers mailing list
> [email protected]
> http://www.supercluster.org/mailman/listinfo/mauiusers
>

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

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

Reply via email to