2023-03-04 |
Augustin Degomme | try to use another mattermost action, as the main one...
|
commit | commitdiff | tree |
2023-03-04 |
Augustin Degomme | [ci-skpi] fix sending of messages, and do parallel...
|
commit | commitdiff | tree |
2023-03-04 |
Augustin Degomme | assume mmap is not functional for us on macos>=11 as...
|
commit | commitdiff | tree |
2023-03-04 |
Augustin Degomme | [ci skip] remove spurious line
|
commit | commitdiff | tree |
2023-03-04 |
Augustin Degomme | add macos build to github action, untested
|
commit | commitdiff | tree |
2023-03-04 |
Augustin Degomme | remove ns3 from ubuntu stable and github actions, as...
|
commit | commitdiff | tree |
2023-02-28 |
Augustin Degomme | Merge branch 'udpor-phase3' into 'master'
|
commit | commitdiff | tree |
2023-02-26 |
Augustin Degomme | [ci skip] add lstdc++ to bigdft flags as well
|
commit | commitdiff | tree |
2023-02-26 |
Augustin Degomme | bigdft - attempt at fixing build error with new C+...
|
commit | commitdiff | tree |
2023-01-23 |
Augustin Degomme | don't create temporary struct at time of push_back...
|
commit | commitdiff | tree |
2023-01-18 |
Augustin Degomme | Merge branch 'master' into 'master'
|
commit | commitdiff | tree |
2023-01-17 |
Augustin Degomme | Merge branch 'master' into 'master'
|
commit | commitdiff | tree |
2022-12-01 |
Augustin Degomme | Merge branch 'faster_activity_removal' into 'master'
|
commit | commitdiff | tree |
2022-10-06 |
Augustin Degomme | Merge branch 'adegomme-master-patch-91657' into 'master' Merge branch 'adegomme-master-patch-91657' into 'master'
|
commit | commitdiff | tree |
2022-10-06 |
Augustin Degomme | SMPI: add option to inject a barrier before every collective...
|
commit | commitdiff | tree |
2022-10-03 |
Augustin Degomme | Don't crash simulation if size is 0 in sendrecv_replace...
|
commit | commitdiff | tree |
2022-10-03 |
Augustin Degomme | MPI_Win: set to MPI_WIN_NULL after deletion to avoid...
|
commit | commitdiff | tree |
2022-09-16 |
Augustin Degomme | this was not supposed to be modified, actually
|
commit | commitdiff | tree |
2022-09-15 |
adegomme | fat tree routing: fix d-mod-k usage of cables when...
|
commit | commitdiff | tree |
2022-08-29 |
Augustin Degomme | Merge branch 'adegomme-master-patch-45262' into 'master' Merge branch 'adegomme-master-patch-45262' into 'master'
|
commit | commitdiff | tree |
2022-08-29 |
Augustin Degomme | let's see if this finds more coverage reports
|
commit | commitdiff | tree |
2022-08-10 |
Augustin Degomme | [ci-skip] try to help gcovr find files (it needs to...
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | remove spurious debug message and warning
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | update teshes
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | multiple attemps to tune behavior of read/write_all
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | fix mpi_file set/get view to set shared pointer properly...
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | update file pointer to match shared one after shared...
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | seek and other calls must use number of elements and...
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | update teshes as there are now more seek calls
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | smpi io: restore position after calls which should...
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | s4u filesystem: correctly update size of files when...
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | intercept getpid call in SMPI, to provide internal...
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | implement MPI_File_get_type_extent, MPI_File_s/get_atomicity...
|
commit | commitdiff | tree |
2022-08-09 |
Augustin Degomme | filesystem, correctly update file size when seeking...
|
commit | commitdiff | tree |
2022-08-02 |
Augustin Degomme | [ci-skip] activate ccache on sanitizer builds
|
commit | commitdiff | tree |
2022-08-01 |
Augustin Degomme | [ci-skip] Flags - let's see if this trailing whitespace...
|
commit | commitdiff | tree |
2022-08-01 |
Augustin Degomme | [ci-skip] use ccache on flags build as well.
|
commit | commitdiff | tree |
2022-07-30 |
Augustin Degomme | try to hide something under the rug for now
|
commit | commitdiff | tree |
2022-07-30 |
Augustin Degomme | remove useless field
|
commit | commitdiff | tree |
2022-07-30 |
Augustin Degomme | fix build for clang <15
|
commit | commitdiff | tree |
2022-07-30 |
Augustin Degomme | ignore new deprecation warning on freebsd
|
commit | commitdiff | tree |
2022-07-30 |
Augustin Degomme | use ccache for main ci build.
|
commit | commitdiff | tree |
2022-07-25 |
Augustin Degomme | more protection for non linux builds
|
commit | commitdiff | tree |
2022-07-25 |
Augustin Degomme | Disable mmap privatization if MUSL is detected, as...
|
commit | commitdiff | tree |
2022-07-22 |
Augustin Degomme | Merge branch 'adegomme-master-patch-16995' into 'master' Merge branch 'adegomme-master-patch-16995' into 'master'
|
commit | commitdiff | tree |
2022-07-22 |
Augustin Degomme | SMPI/replay: Fix issue with recv of size =0.
|
commit | commitdiff | tree |
2022-07-22 |
Augustin Degomme | Merge branch 'support-sendrecv-ti' into 'master'
|
commit | commitdiff | tree |
2022-07-19 |
Augustin Degomme | have automatic teshsuite use only stdout to avoid tesh...
|
commit | commitdiff | tree |
2022-07-19 |
Augustin Degomme | add casts in case types don't match (musl). Let's hope...
|
commit | commitdiff | tree |
2022-05-30 |
Augustin Degomme | arm systems have unsigned chars by default, enforce...
|
commit | commitdiff | tree |
2022-05-20 |
Augustin Degomme | Merge branch 'dev-add_comm_fault_scenario2' into 'master'
|
commit | commitdiff | tree |
2022-05-20 |
Augustin Degomme | fix for 32 bits
|
commit | commitdiff | tree |
2022-05-20 |
Augustin Degomme | Merge branch 'dev-add_comm_fault_scenario' into 'master'
|
commit | commitdiff | tree |
2022-05-17 |
Augustin Degomme | cosmetics
|
commit | commitdiff | tree |
2022-05-17 |
Augustin Degomme | Merge branch 'dev-unit_test_cleanup' into 'master'
|
commit | commitdiff | tree |
2022-05-17 |
Augustin Degomme | Merge branch 'dev-fix-get-eager-activities' into 'master'
|
commit | commitdiff | tree |
2022-05-01 |
Augustin Degomme | [ci-skip] [no-ci] bigdft ci: temporary fix for nvidia...
|
commit | commitdiff | tree |
2022-04-23 |
Augustin Degomme | [ci-skip] Update project_description.sh
|
commit | commitdiff | tree |
2022-04-23 |
Augustin Degomme | [ci-skip] help flags build finding ns3
|
commit | commitdiff | tree |
2022-04-22 |
Augustin Degomme | ... I'm certain I tested this yesterday
|
commit | commitdiff | tree |
2022-04-22 |
Augustin Degomme | Update network_ns3.cpp
|
commit | commitdiff | tree |
2022-04-22 |
Augustin Degomme | try to use ns3-dev on ubuntu.
|
commit | commitdiff | tree |
2022-04-22 |
Augustin Degomme | disable LTO on the arm builder, as it is believed to...
|
commit | commitdiff | tree |
2022-04-21 |
Augustin Degomme | try to help clang builds
|
commit | commitdiff | tree |
2022-04-21 |
Augustin Degomme | bump C++ requirement to 17 (ns3 will need it for v3.26)
|
commit | commitdiff | tree |
2022-04-21 |
Augustin Degomme | prepare for next NS3 release
|
commit | commitdiff | tree |
2022-04-21 |
Augustin Degomme | ns3: allow use of -dev version from manually compiled...
|
commit | commitdiff | tree |
2022-03-27 |
Augustin Degomme | ignore MBI in cobertura reports. Keep them for PVS...
|
commit | commitdiff | tree |
2022-03-27 |
Augustin Degomme | test activating MBI on coverage build
|
commit | commitdiff | tree |
2022-03-21 |
Augustin Degomme | pedantic is now implied by -analyze
|
commit | commitdiff | tree |
2022-03-21 |
Augustin Degomme | Changelog update
|
commit | commitdiff | tree |
2022-03-21 |
Augustin Degomme | -analyze implies pedantic mode
|
commit | commitdiff | tree |
2022-03-21 |
Augustin Degomme | give a (small and random) value of smpi/ois and smpi...
|
commit | commitdiff | tree |
2022-03-20 |
Augustin Degomme | remove spurious barrier calls in comm creation and...
|
commit | commitdiff | tree |
2022-03-20 |
Augustin Degomme | Have MPI collectives display their root and MPI_Op...
|
commit | commitdiff | tree |
2022-03-20 |
Augustin Degomme | add check for collectives, using check_collectives_ordering...
|
commit | commitdiff | tree |
2022-03-20 |
Augustin Degomme | activate pedantic mode for MBI
|
commit | commitdiff | tree |
2022-03-20 |
Augustin Degomme | make pedantic not the default...
|
commit | commitdiff | tree |
2022-03-20 |
Augustin Degomme | SMPI: add utility to keep the order of collective calls...
|
commit | commitdiff | tree |
2022-03-20 |
Augustin Degomme | add finalizing state for smpi actor:
|
commit | commitdiff | tree |
2022-03-20 |
Augustin Degomme | MPI Win: add check if we try to delete a locked or...
|
commit | commitdiff | tree |
2022-03-19 |
Augustin Degomme | use correct type
|
commit | commitdiff | tree |
2022-03-19 |
Augustin Degomme | SMPI: add check for buffer size in windows creation...
|
commit | commitdiff | tree |
2022-03-13 |
Augustin Degomme | fix jarfile.yml
|
commit | commitdiff | tree |
2022-03-13 |
Augustin Degomme | add eigen to bigdft test
|
commit | commitdiff | tree |
2022-03-13 |
adegomme | Jarfile github action: fix scoop install + add eigen...
|
commit | commitdiff | tree |
2022-03-07 |
Augustin Degomme | blind new attempt for appveyor
|
commit | commitdiff | tree |
2022-03-07 |
Augustin Degomme | new attempt for appveyor
|
commit | commitdiff | tree |
2022-03-03 |
Augustin Degomme | put back s4u barrier for MC only (untested)
|
commit | commitdiff | tree |
2022-03-03 |
Augustin Degomme | SMPI. RMA: get rid of the s4u barrier, use an MPI one...
|
commit | commitdiff | tree |
2022-03-01 |
Augustin Degomme | blind guess for coverage fix.. [ci-skip]
|
commit | commitdiff | tree |
2022-03-01 |
Augustin Degomme | __gcov_flush was removed in gcc11 (untested) [ci-skip]
|
commit | commitdiff | tree |
2022-02-25 |
Augustin Degomme | leak--
|
commit | commitdiff | tree |
2022-02-23 |
Augustin Degomme | try to get rid of a warning (without causing a dead...
|
commit | commitdiff | tree |
2022-02-23 |
Augustin Degomme | avoid going back to complex selector and switch to...
|
commit | commitdiff | tree |
2022-02-23 |
Augustin Degomme | more tab2spaces
|
commit | commitdiff | tree |
2022-02-23 |
Augustin Degomme | tab to spaces
|
commit | commitdiff | tree |
2022-02-23 |
Augustin Degomme | appease clang
|
commit | commitdiff | tree |
2022-02-23 |
Augustin Degomme | changelog update
|
commit | commitdiff | tree |
2022-02-23 |
Augustin Degomme | these are all pretty much allright, actually ...
|
commit | commitdiff | tree |
next |