Changes between Version 12 and Version 13 of MultiUser
- Timestamp:
- Oct 1, 2018, 11:44:33 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiUser
v12 v13 89 89 via a web interface. 90 90 91 == Implementation notes == 91 To enforce quotas, you must either: 92 92 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. 94 97 95 * '''user_submit''': per-user access control and quota info 96 * '''user_submit_app''': per (user, app) access control info. 98 In addition, you must run your [BackendPrograms feeder] with the --priority_order argument.