Changes between Version 4 and Version 5 of BatchSystems


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BatchSystems

    v4 v5  
    2020 * [https://computing.llnl.gov/linux/slurm/documentation.html Documentation]
    2121
     22This is a batch system used at many supercomputing centers and is noted for its simplicity and scalability.  In the
     23grid context, torque wrappers exist for the slurm command line utilities that would make integration into the
     24grid straight-forward.
     25
    2226Although MacOS X is listed on the site as one of the supported platforms.  It uses a non-posix call (GNU extension)
    2327within the C library that does not exist on MacOS X: {{{getgrent_r()}}}.  This call is in the file {{{partition_mgr.c}}}.