Discussion:
[torqueusers] Maui / Torque Version Compatibility & Installation Help
Kamran Khan
2017-08-15 22:17:04 UTC
Permalink
Hi All,


Up to what version of Torque is Maui still compatible?


I have Torque 6.1.1.1 installed, and when I try to install Maui 3.3.1 I get an error during the "make" process:

========================================================

[***@HeadNode ~]# ./configure --with-pbs=/opt/torque


configure successful.

========================================================

Configure process is successful, no errors that I can see.


========================================================

[***@HeadNode ~]# make


In file included from MPBSI.c:161:0:
/opt/torque/include/pbs_ifl.h:658:35: error: unknown type name âboolâ
int pbs_connect_ext(char *server, bool silence);
^
make[1]: *** [MPBSI.o] Error 1
make[1]: Leaving directory `/root/Downloads/maui-3.3.1/src/moab'
make: *** [all] Error 2

========================================================


I'm thinking that Torque 6.1.1.1 doesn't work, but I got the same error with 6.0.3 as well. I tried 5.1.3 and received a different error, unfortunately I didn't save error before wiping that installation. Does anybody have any input on what the problem might be?


Please let me know.


Thanks.

--
Kamran Khan
PSSC Labs
HPC Software / Technical Engineer
Chad Vizino
2017-08-18 02:01:20 UTC
Permalink
Hi,

There is a bug in Torque that we've fixed and will roll out in 6.1.2
related to this. In the mean time one way to work around the problem is to
edit your pbs_ifl.h file so that the line with the pbs_connect_ext()
prototype has an #ifdef/#endif around it so that it looks like this:

#ifdef __cplusplus
int pbs_connect_ext(char *server, bool silence);
#endif

-Chad
Post by Kamran Khan
Hi All,
Up to what version of Torque is Maui still compatible?
I have Torque 6.1.1.1 installed, and when I try to install Maui 3.3.1 I
========================================================
configure successful.
========================================================
Configure process is successful, no errors that I can see.
========================================================
/opt/torque/include/pbs_ifl.h:658:35: error: unknown type name âboolâ
int pbs_connect_ext(char *server, bool silence);
^
make[1]: *** [MPBSI.o] Error 1
make[1]: Leaving directory `/root/Downloads/maui-3.3.1/src/moab'
make: *** [all] Error 2
========================================================
I'm thinking that Torque 6.1.1.1 doesn't work, but I got the same error
with 6.0.3 as well. I tried 5.1.3 and received a different error,
unfortunately I didn't save error before wiping that installation. Does
anybody have any input on what the problem might be?
Please let me know.
Thanks.
--
Kamran Khan
PSSC Labs
HPC Software / Technical Engineer
_______________________________________________
torqueusers mailing list
http://www.supercluster.org/mailman/listinfo/torqueusers
Loading...