- 01 Sep, 2015 2 commits
-
-
Millian Poquet authored
The compile flag -std=c11 is now disabled (caused compile-time errors when using SMPI on my machine)
-
Millian Poquet authored
-
- 23 Jul, 2015 1 commit
-
-
Olivier Richard authored
-
- 22 Jul, 2015 1 commit
-
-
Olivier Richard authored
-
- 21 Jul, 2015 1 commit
-
-
Millian Poquet authored
Minor modifications to fit changes in SimGrid (workstation/model renamed to host/model, s_msg_host_t removed...)
-
- 10 Jul, 2015 1 commit
-
-
Millian Poquet authored
Some machine metadata are now stored. This is done to prepare the energy integration (in order to change a machine state, such a state must exist somewhere...). This will also allow to improve the Pajé trace generation in the future.
-
- 15 Jun, 2015 1 commit
-
-
- 09 Jun, 2015 13 commits
-
-
-
Michael Mercier authored
-
Millian Poquet authored
-
Millian Poquet authored
Memory safety: all mallocs have been replaced by xbt_new to ensure the memory had been correctly allocated ; asprintf result value is now asserted. The WriteBuffer inner buffer is now initialized on creation to avoid a valgrind warning
-
-
Millian Poquet authored
GCC warning removal (gcc does not like emptying string with sprintf so the ugly way str[0] = '\0'; is used instead)
-
Michael Mercier authored
-
Millian Poquet authored
Bugfix: the error in the Pajé output trace should no longer exist (bad header: bad type for field Color in the EventDef PajeDefineVariableType)
-
Millian Poquet authored
-
-
Millian Poquet authored
-
-
Michael Mercier authored
-
- 08 Jun, 2015 5 commits
-
-
Millian Poquet authored
-
Millian Poquet authored
-
-
Millian Poquet authored
-
Michael Mercier authored
-
- 29 May, 2015 1 commit
-
-
Olivier Richard authored
-
- 07 May, 2015 1 commit
-
-
Millian Poquet authored
-
- 05 May, 2015 2 commits
-
-
Millian Poquet authored
Batsim now exports some schedule criteria (makespan, number of killed jobs, success rate...) in a CSV file
-
Millian Poquet authored
bugfix: the mapping between job IDs and their position in the dynamic array of jobs was broken due to the jobs sorting
-
- 22 Apr, 2015 3 commits
-
-
Millian Poquet authored
-
Millian Poquet authored
-
Millian Poquet authored
Jobs are now sorted by ascending submit time. Machines are now sorted by ascending name (lexicographical order). When Batsim detects a deadlock about to happend because the scheduler says to do nothing when jobs should be run, it now displays the list of schedulable jobs.
-
- 21 Apr, 2015 2 commits
-
-
Millian Poquet authored
Added a lot of checks about the input JSON file content (all checks about composed profiles have not been done yet), which will avoid losing time on an invalid JSON file next time. Some warnings have been removed too.
-
Millian Poquet authored
-
- 16 Apr, 2015 1 commit
-
-
Millian Poquet authored
Control of displayed information: some things are hidden by default, separation of batsim core and network, example of runs added in README.org
-
- 15 Apr, 2015 2 commits
-
-
Millian Poquet authored
-
Millian Poquet authored
-
- 13 Apr, 2015 2 commits
-
-
Millian Poquet authored
-
Millian Poquet authored
-
- 10 Apr, 2015 1 commit
-
-
Millian Poquet authored
-