Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • batsim batsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

Attention une mise à jour du service Gitlab va être effectuée le mardi 07 février entre 13h30 et 14h00. Cette mise à jour va générer une interruption du service dont nous ne maîtrisons pas complètement la durée mais qui ne devrait pas excéder quelques minutes (habituellement de l'ordre de trois minutes).

  • batsim
  • batsimbatsim
  • Issues
  • #71
Closed
Open
Issue created Jun 28, 2018 by MOMMESSIN Clement@cmommessMaintainer

allocating different nb of resources than in "res" of a job does not crash for msg_par_hg

Batsim permits a scheduler to allocate less resources to a job than asked during submission of the job (the 'res' field of the job description). This appears when the job profile is "msg_par_hg" (maybe also for "msg_par_hg_pfs" depending on what Mickours is doing with this profile).

Normal behavior: when the scheduler allocates less resources than asked by the job description, Batsim should complain upon handling the "EXECUTE_JOB" event.

You can try it with the master branch of batsim, small_platform.xml and the workload issue32.json. Scheduler : fillerSched of pybatsim by replacing the line 40 res = self.availableResources[:nb_res_req] by res = self.availableResources[:1] to force the allocation on only one resource.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking