1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Sep 13, 2025 — Sep 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 3 years ago
add Rob as author More... over 3 years ago
Merge pull request #41 from Algiane/feature/cmake-improvement More... about 6 years ago
Revert useless modification. More... about 6 years ago
CMake's improvements: - Add library installation (set the CMAKE_INSTALL_PREFIX variable to modify the default location); - Set MACOSX_RPATH variable; - Project definition (and set BigMPI as subproject if needed); - Use set_property functionnality to set the -std=c99 flag in a more portable way; - Add linking with mpi library (to avoid the need to set CMAKE_C_COMPILER to mpicc); - Rename the 'test' target as 'bigmpi_test' one to avoid cmake complains (so tests are lauching by the `make bigmpi_test` command) More... about 6 years ago
Merge pull request #37 from gentryx/master More... about 9 years ago
call Autotools from CMake to make sure code generation works as intended. Closes #35 More... about 9 years ago
add the TMPDIR workaround for OMPI yet again More... over 9 years ago
Merge pull request #36 from jeffhammond/travis-without-sudo More... over 9 years ago
mark OpenMPI XFAIL More... over 9 years ago
add stdint for uint64_t More... over 9 years ago
remove sad panda echo More... over 9 years ago
update Travis from Casper to not use sudo More... over 9 years ago
change to markdown More... over 9 years ago
Update INSTALL More... over 9 years ago
add test for piggyback via datatype More... over 10 years ago
Merge pull request #34 from ggouaillardet/topic/fix_test_allgather_x More... almost 11 years ago
test/test_alltoall_x: fix index type mpirun -np 2 test/test_alltoall_x 1 used to hang on CentOS 7.1 (gcc 4.8.3) when initializing buf_send More... almost 11 years ago
test/test_scatter_x: fix index type mpirun -np 2 test/test_scatter_x 1 used to hang on CentOS 7.1 (gcc 4.8.3) when initializing buf_send More... almost 11 years ago
test/test_allgather_x: fix index type mpirun -np 2 test/test_allgather_x 1 used to hang on CentOS 7.1 (gcc 4.8.3) when initializing buf_send More... almost 11 years ago
reconcile with master More... almost 11 years ago
revert to original use of type_contig More... almost 11 years ago
add bcast test More... almost 11 years ago
merge whitespace changes from master More... almost 11 years ago
expand tabs and other whitespace changes More... almost 11 years ago
fix usage of type_contig in test More... almost 11 years ago
use BigMPI_Type_contiguous instead of MPIX_Type_contiguous_x More... almost 11 years ago
merge header More... almost 11 years ago
restore original behavior of MPIX_Type_contiguous_x More... almost 11 years ago
finish add IO functions (resolves #33) More... almost 11 years ago