issues
search
libMesh
/
TIMPI
Templated Interface to MPI
GNU Lesser General Public License v2.1
12
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Workaround for compiler warning in unused code
#134
roystgnr
closed
2 months ago
1
Get a clean `make check` from NVidia HPC SDK 24.7
#133
roystgnr
closed
2 months ago
1
AllGather(vector<vector>) in-place test
#132
roystgnr
closed
3 months ago
1
Multiset (multimap, etc) support in set_union()
#131
roystgnr
closed
5 months ago
4
Update autoconf-submodule
#130
roystgnr
closed
1 year ago
2
Use FPE-safety flags when compiling TIMPI
#129
roystgnr
closed
1 year ago
3
Autotools update
#128
roystgnr
closed
1 year ago
2
Use "if constexpr" if we can
#127
roystgnr
closed
1 year ago
1
MPI_* return int, not unsigned int
#126
roystgnr
closed
1 year ago
1
Get rid of deprecated std::iterator
#125
roystgnr
closed
1 year ago
1
Sanitize and test vector<bool> specializations
#124
roystgnr
closed
1 year ago
9
Fix compile error with NVCC and OpenMPI
#123
NamjaeChoi
closed
1 year ago
3
Compile error with NVCC + OpenMPI
#122
NamjaeChoi
closed
1 year ago
4
NBX improvements
#121
loganharbour
closed
1 year ago
3
Add missing inline keyword
#120
roystgnr
closed
1 year ago
1
Cleaner empty-send handling in parallel syncs
#119
roystgnr
closed
1 year ago
2
Add Communicator::sync_type setter via a string
#118
loganharbour
closed
1 year ago
2
Assert !sending empty vectors even with NBX
#117
roystgnr
closed
1 year ago
1
Avoid shadowing send()
#116
roystgnr
closed
1 year ago
3
Options to use older sync algorithms
#115
roystgnr
closed
1 year ago
3
Don't define `Packing` specializations we can't pack
#114
roystgnr
closed
1 year ago
3
Carry rvalue references through the nbx helper
#113
lindsayad
closed
1 year ago
5
Clarify some parallel_sync behavior
#112
roystgnr
closed
1 year ago
1
More test coverage; bug fixes
#111
roystgnr
closed
1 year ago
1
Tuple packing fix
#110
roystgnr
closed
1 year ago
1
Better messages when timpi_parallel_only() fails
#109
roystgnr
closed
1 year ago
1
Fix "template parameter redefines default argument"
#108
roystgnr
closed
1 year ago
1
Fix some -Wshadow warnings
#107
roystgnr
closed
1 year ago
1
set_union fixes
#106
roystgnr
closed
1 year ago
3
Issues with set_union()
#105
jwpeterson
closed
1 year ago
12
Break out Packing declarations in their own header
#104
roystgnr
closed
1 year ago
1
Auto-dispatch from parallel push to packed_range
#103
roystgnr
closed
1 year ago
1
Add another packed range unit test
#102
roystgnr
closed
1 year ago
1
Bugfix for Packing<tuple>
#101
roystgnr
closed
1 year ago
1
Packing<string> should use unsigned int buffer_type too
#100
roystgnr
closed
1 year ago
2
Update autoconf submodule
#99
roystgnr
closed
2 years ago
1
Ignore stack-protector warnings around our memcpys
#98
roystgnr
closed
2 years ago
1
More parallel unit testing
#97
roystgnr
closed
2 years ago
1
Don't declare functions we can't define
#96
roystgnr
closed
2 years ago
1
Better fixes for Packing specializations
#95
roystgnr
closed
2 years ago
3
Append to $LIBS, don't override $LIBS
#94
roystgnr
closed
2 years ago
1
Windows Cygwin link error
#93
DoubleLT
opened
2 years ago
1
Let gather auto-dispatch to gather_packed_range
#92
roystgnr
closed
2 years ago
1
Remove static_assert(is_trivially_copyable)
#91
roystgnr
closed
2 years ago
2
Do our own checks before memcpy
#90
roystgnr
closed
2 years ago
2
Add Intel(R) icc 21 support
#89
mkhon
closed
2 years ago
2
prevent gcc spurious warnings
#88
BalticPinguin
closed
2 years ago
7
Do not use std::remove_if, which moves data
#87
loganharbour
closed
2 years ago
11
Simplify logic in parallel sync nbx helper
#86
loganharbour
closed
2 years ago
11
Trigger a build to test coverage
#85
loganharbour
closed
2 years ago
2
Next