- May 11, 2016
-
-
Pierre Neyron authored
-
- May 04, 2016
-
-
Pierre Neyron authored
order current job by job_id
-
Pierre Neyron authored
-
Pierre Neyron authored
-
Pierre Neyron authored
Adv reseravtions cannot be besteffort: they are forbidden by admission rules. Not sure if it could be enabled: it would at least need some changes to the code to behave like batch jobs with the gantt (only add current adv. reservation when in the besteffort queue), and maybe more. As a result, the following stages are useless for the besteffort queue: - processing of reservations with missing resources - processing of new reservations => As a result, if not forbidden by admission rule, oarsub for adv. reservation won't get validated, users will have to hit Ctrl-C.
-
Pierre Neyron authored
This commit does not change anything in the alogorithms.
-
Pierre Neyron authored
Current besteffort jobs must be added to the gantts when and only when in the besteffort queue.
-
Pierre Neyron authored
-
Pierre Neyron authored
-
Pierre Neyron authored
-
Pierre Neyron authored
-
Pierre Neyron authored
sources/core/modules/scheduler/oar_sched_gantt_with_timesharing_and_fairsharing sources/core/modules/scheduler/oar_sched_gantt_with_timesharing_and_fairsharing_and_placeholder sources/core/modules/scheduler/oar_sched_gantt_with_timesharing_and_placeholder
-
- Apr 28, 2016
-
-
Pierre Neyron authored
(from users@) oar-server must be running to change state.
-
Bruno Bzeznik authored
This allows testing of the WIP python rest api, by doing write operations (jobs submissions/deletions) on the perl rest api. Example: make format_checking POST_APIURI=http://docker:docker@localhost:6668/oarapi-priv/ APIURI=http://docker:docker@localhost:6668/newoarapi-priv/
-
- Apr 23, 2016
-
-
Pierre Neyron authored
-
Pierre Neyron authored
moved to oardocker/oarvagrant
-
Pierre Neyron authored
replace by PG transaction in oarnodesetting (already done but reverted by merge) IO::set_resources_property($$$$) -> was commented by capitn (2.5.5/2015-10)
-
- Apr 20, 2016
-
-
Pierre Neyron authored
-
- Apr 19, 2016
-
-
Pierre Neyron authored
-
- Apr 18, 2016
-
-
Pierre Neyron authored
2.5.7 [ultimate] [ultimate] [ultimate] [ultimate]
-
Pierre Neyron authored
2.5.6 [ultimate] [ultimate] [ultimate] [ultimate] misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/README.update misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/aliases/defaults.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/bootstrap/debian/debootstrap.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/bootstrap/initialize_disk.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/bootstrap/install_requirements.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/disable_checkpoint.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/enable_checkpoint.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/setup/create_group.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/setup/create_user.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/setup/debian/configure_kernel.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/setup/debian/configure_keyboard.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/setup/debian/configure_network.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/setup/debian/configure_system.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/setup/debian/install_bootloader.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/setup/debian/install_software.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/base/steps/setup/debian/upgrade_system.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/qemu/debian7.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/qemu/steps/bootstrap/prepare_qemu.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/qemu/steps/bootstrap/reboot_qemu.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/qemu/steps/bootstrap/start_qemu.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/qemu/steps/checkpoints/qemu.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/qemu/steps/export/qemu_save_appliance.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/qemu_oar_devel_git2debian.yaml misc/kameleon/kameleon2/recipes/qemu_oar_devel_git2debian/steps/setup/debian/oar/oar_prereq_install.yaml
-
Pierre Neyron authored
-
Pierre Neyron authored
-
Pierre Neyron authored
-
- Apr 16, 2016
-
-
Capit Nicolas authored
Delete besteffort jobs in advance to let enough time to get back the nodes in a good shape for the reservations. SCHEDULER_BESTEFFORT_KILL_DURATION_BEFORE_RESERVATION in oar.conf Issue #109
-
- Apr 12, 2016
-
-
Capit Nicolas authored
-
- Apr 11, 2016
-
-
Capit Nicolas authored
Add the option ENABLE_DEVICESCG in job_resource_manager_cgroups.pl. It is used to restrict the nvidia gpu usage by the jobs (in case the job doesn't use full nodes). Only the gpu ids stored in the "gpudevice" resource property can be used. Close #107
-
- Apr 04, 2016
-
-
Pierre Neyron authored
-
Pierre Neyron authored
Thx lintian...
-
- Mar 31, 2016
-
-
Pierre Neyron authored
-
Pierre Neyron authored
-
Pierre Neyron authored
-
- Mar 30, 2016
-
-
Pierre Neyron authored
-
Pierre Neyron authored
-
Pierre Neyron authored
SSH Agent does not work with oarsh, filtering it. Also, remove OPENSSH_CMD=/usr/bin/ssh which is already defined before in oar.conf
-
Pierre Neyron authored
Close #103.
-
Pierre Neyron authored
-
Pierre Neyron authored
-
Pierre Neyron authored
-
Pierre Neyron authored
-