This is an old revision of the document!


moved to https://github.com/oar-team/oar/issues/93

Idea

The idea here is to allow someone that runs a “timesharing=*,*” job, to run a new job on the resource but with the more restrictive specification: “timesharing=user,*”, if no “timesharing=*,*” jobs are running from other users.

With the semantic of the Digitalis platform where:

  • -t shared ⇔ -t timesharing=*,*
  • -t exclusive ⇔ -t timesharing=user,*

This would allow a user to place a exclusive slot on top of a larger shared slot if he is alone on the machine.

Technical details

Currently, the 4 timesharing specifications are handle at a same level:

  • timesharing=*,*
  • timesharing=user,*
  • timesharing=*,name
  • timesharing=user,name

No hierarchy like timesharing=*,* < timesharing=user,*.

Implementing such a “hierarchical management” in the gantt data-structure mechanisms could allow that feature.

wiki/enable_to_mix_timesharing_modes.1456925175.txt.gz · Last modified: 2016/03/02 14:26 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki