Changes between Version 6 and Version 7 of BatchSystems


Ignore:
Timestamp:
Mar 15, 2010, 8:31:59 AM (16 years ago)
Author:
loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BatchSystems

    v6 v7  
    1111Computing Elements (CEs) at LAL.
    1212
     13The latest version of torque (2.4.6) compiles on MacOS X without too many problems.  The code uses the
     14deprecated {{{stat64}}} structure, so the flag {{{--disable-gcc-warnings}}} must be used.  The configure
     15command used to compile torque was:
    1316
     17{{{./configure --disable-gcc-warnings --disable-gui --prefix=/usr/local/torque --with-server-home=/var/spool/pbs --disable-drmaa}}}
     18
     19Unfortunately when trying to actually run the server, the log file fills with the following error message:
     20
     21{{{03/15/2010 08:23:24;0001;PBS_Server;Svr;PBS_Server;LOG_ERROR::PBS_Server, wait_request failed}}}
     22
     23and the server is not functional.   The error comes from a low-level routine within torque that waits for data on a socket, then processes
     24that data with a call back function.  The function is {{{wait_request}}} defined in {{{net_server.c}}}.  Unfortunately, the actual error code
     25is not returned, so without debugging it isn't possible to know exactly what has gone wrong.
    1426
    1527== Sun Grid Engine ==