Changes between Version 12 and Version 13 of MultiUser


Ignore:
Timestamp:
Oct 1, 2018, 11:44:33 PM (6 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultiUser

    v12 v13  
    8989via a web interface.
    9090
    91 == Implementation notes ==
     91To enforce quotas, you must either:
    9292
    93 Two new DB tables support the multi-user features
     93 * submit job using [RemoteJobs remote job submission], and include the '''allocation_priority'''
     94   flag in your request objects.
     95 * otherwise, use [MultiUserPriority allocation-based prioritization] as part of
     96  your job-submission process.
    9497
    95  * '''user_submit''': per-user access control and quota info
    96  * '''user_submit_app''':  per (user, app) access control info.
     98In addition, you must run your [BackendPrograms feeder] with the --priority_order argument.