- 16 Jan, 2018 1 commit
-
-
Millian Poquet authored
Modifications are mainly described in doc/changelog.md. In short: - QUERY_REQUEST is now named QUERY - QUERY_REPLY is now named ANSWER the two messages are now bidirectional. This feature was not working nor following the protocol. This is now tested thanks to batsched new version.
-
- 19 Dec, 2017 1 commit
-
-
Steffen Lackner authored
-
- 21 Nov, 2017 1 commit
-
-
Millian Poquet authored
-
- 25 Oct, 2017 1 commit
-
-
Millian Poquet authored
-
- 07 Oct, 2017 2 commits
-
-
Millian Poquet authored
-
Millian Poquet authored
Version is no longer hardcoded in the source code. The source code simply reads its BATSIM_VERSION macro. BATSIM_VERSION is set by CMake. (if Batsim is compiled without it, it sets version as vUNKNOWN_PLEASE_COMPILE_VIA_CMAKE) Version is retrieved from git-describe. If git is not available or if Batsim is built from a tarball, a default version is used. This default version is hardcoded in CMake.
-
- 23 Sep, 2017 1 commit
-
-
Millian Poquet authored
-
- 22 Sep, 2017 1 commit
-
-
MERCIER Michael authored
Also add more test on sequential jobs
-
- 20 Jun, 2017 1 commit
-
-
Millian Poquet authored
-
- 09 Jun, 2017 1 commit
-
-
Millian Poquet authored
-
- 02 Jun, 2017 1 commit
-
-
Millian Poquet authored
-
- 01 Jun, 2017 1 commit
-
-
Millian Poquet authored
-
- 24 May, 2017 1 commit
-
-
Millian Poquet authored
This reverts commit fe162ee2.
-
- 23 May, 2017 3 commits
-
-
Millian Poquet authored
-
Millian Poquet authored
-
Millian Poquet authored
-
- 02 May, 2017 1 commit
-
-
Millian Poquet authored
-
- 18 Apr, 2017 1 commit
-
-
Millian Poquet authored
-
- 15 Apr, 2017 1 commit
-
-
Millian Poquet authored
-
- 14 Apr, 2017 2 commits
-
-
Millian Poquet authored
-
Millian Poquet authored
-
- 25 Jan, 2017 1 commit
-
-
Millian Poquet authored
-
- 24 Jan, 2017 1 commit
-
-
Millian Poquet authored
-
- 11 Jan, 2017 1 commit
-
-
Millian Poquet authored
-
- 04 Jan, 2017 1 commit
-
-
Millian Poquet authored
-
- 16 Dec, 2016 1 commit
-
-
Millian Poquet authored
-
- 08 Dec, 2016 1 commit
-
-
Millian Poquet authored
All options no longer require a short name. -> rare options are only long now. Some options have been renamed to sound clearer. --mmax, --mmax-workload, --enable-sg-process-tracing, --allow-time-sharing, --workflow-jobs-limit, ... Some default values have been changed for consistency. --mmax and --workflow-jobs-limit both have 0 as default unlimited value. Running batsim --help should now be more readable, and display what can be done via the CLI.
-
- 06 Dec, 2016 1 commit
-
-
Millian Poquet authored
-
- 05 Dec, 2016 2 commits
-
-
Millian Poquet authored
-
Millian Poquet authored
-
- 10 Nov, 2016 1 commit
-
-
Millian Poquet authored
-
- 22 Sep, 2016 3 commits
-
-
Millian Poquet authored
In order to have deterministic workload names, I chose to use a hash function rather than an uuid. The workload names are now the first 6 characters of the hexadecimal representation of the SHA-1 of the absolute file name of the workload file.
-
Millian Poquet authored
-
Millian Poquet authored
-
- 21 Sep, 2016 1 commit
-
-
Millian Poquet authored
-
- 16 Sep, 2016 2 commits
-
-
Olivier Richard authored
-
Millian Poquet authored
-
- 15 Sep, 2016 1 commit
-
-
Olivier Richard authored
-
- 09 Sep, 2016 1 commit
-
-
Millian Poquet authored
The regex part of the C++11 standard was not implemented before june 2015. To avoid forcing users to have a very recent compiler, switching to boost instead.
-
- 11 Aug, 2016 1 commit
-
-
Pierre-François authored
-