[Mauiusers] problems intalling torque-maui
Ronny T. Lampert
telecaadmin at uni.de
Wed May 10 02:15:35 MDT 2006
Hi,
> MPBSI.c:160:23: error: pbs_error.h: No existe el fichero o el directorio
> MPBSI.c:161:21: error: pbs_ifl.h: No existe el fichero o el directorio
this is actually pretty easy to solve:
First, you have to build AND install torque; maui needs certain header files
from torque to build.
When building maui you will have to pass the directory where you installed
torque to; if you have installed torque to non-standard locations (like
/usr/local) you have to specify the dir
./configure --with-pbs=<Torque install>
I have configured torque with ./configure --prefix=/usr/local/torque
so for maui I will use:
./configure --with-pbs=/usr/local/torque
Hope that help!
Ronny
More information about the mauiusers
mailing list