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 _______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
