Tags give the ability to mark specific points in history as being important
- Sort by
- Name
- Oldest updated
- Last updated
-
v1.8.2b0 First beta [skip-ci]
-
v1.8.1Release v1.8.1
-
!33 Arbitrary extra arguments for SGE: Adds a new option to
jman submit
,-e/--sge-extra-args
, to pass arbitray extra arguments toqsub
. -
!34 Verbose flags were separating parameters: Fixes #34 The
-v
flags were separating the-d
option (set database name) and the database name argument, ingridtk.sge._submit_to_grid
, during the wrapper command generation. This was not a problem with 0 verbosity, since nov
was inserted.
-
!33 Arbitrary extra arguments for SGE: Adds a new option to
-
v1.7.0Release v1.7.0
- !31 Fix #33: This MR fixes #33 in each one of the tests is not being properly executed. The original script was executable, but changes in conda installation probably made those not executable anymore, in the location they were (within a library). * Change mode of test scripts to 0644 * Remove shebang from scripts to indicate they are not auto-executable scripts * Properly call the test prefixing it with "bash"
-
!32 SGE extra commands: define and add a command for new SGE commands, i.e.,
--sge-extra-args
or shortly-e
where you can feed several new commands. Please note that it can accept several inputs as its argument.
-
v1.6.3Release v1.6.3
- !24 Fix submission to gpu queues removing memfree and hvmem settings (causing issues with virtual memory allocation)
- !25 Do not delete the logs of the jobs that are not resubmitted: Fixes #29
- !26 Do not automatically remove G from the GPU memory requirements: Fixes #30
- !27 Automatic injection of bob.extension.rc to jinja variables: Fixes #31
- !28 Add a helper function to easily slice into a list in array jobs
-
v1.5.0Release v1.5.0
- Implemented the option
--repeat <n>
in jman submit. Now we can submit the same jobn
times in a serial manner -- Merge !10 - Appended the idiap gpu short queue in our queue list
- Improved python 3 compatibility (Merge !7)
- Created the
jgen
tool (https://www.idiap.ch/software/bob/docs/bob/gridtk/master/generate.html) -- Merge !8 - Removed overwriting job ID when stopping jobs
- Implemented the option