Changes between Version 3 and Version 4 of BatchSystems
- Timestamp:
- Mar 15, 2010, 8:08:26 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BatchSystems
v3 v4 21 21 22 22 Although 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.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. 25 25 Hence the code does not compile on MacOS X. 26 26
