mesos - Apache Aurora GPU Resources -
i checking out apache aurora scope of running scientific workflows (assuming set of python scripts in particular sequence). i've managed run few of these aurora jobs, , looks great particular use-case.
i wondering if there way specify particular task (or job, in general) requires number of gpu resources apache mesos cluster of course mesos needs aware of gpu resources first, , seems possible defining these gpu resources indicated here.
so question whether there way communicate mesos via aurora accept offers gpu resources available. far can tell, resource object in aurora limited cpu/ram/disk resources. hints appreciated.
thanks!
when checking aurora tutorial assume can specify ressource part of job description: resources = resources(cpu = 2, ram = 4*gb, disk = 8*gb, gpu = 1),
just keep in mind in artificial resource mesos, mesos not take care of resource isolation in case. example if have several gpus on 1 system, code have manage isolation/scheduling between different gpus.
Comments
Post a Comment