Changes between Version 3 and Version 4 of BatchSystems


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BatchSystems

    v3 v4  
    2121
    2222Although MacOS X is listed on the site as one of the supported platforms.  It uses a non-posix call (GNU extension)
    23 within the C library that does not exist on MacOS X: getgrent_r().  This call is in the file partition_mgr.c.
    24 This is intended to be a reentrant (thread-safe) version of getgrent() that allows looping over the defined groups. 
     23within the C library that does not exist on MacOS X: {{{getgrent_r()}}}.  This call is in the file {{{partition_mgr.c}}}.
     24This is intended to be a reentrant (thread-safe) version of {{{getgrent()}}} that allows looping over the defined groups. 
    2525Hence the code does not compile on MacOS X.
    2626