- Apr 16, 2020
-
-
Jakub Klinkovský authored
-
- Oct 25, 2019
-
-
Jakub Klinkovský authored
Moved (most of) static methods from TNL::Devices::Cuda as free functions into separate namespace TNL::Cuda The class TNL::Devices::Cuda was too bloated, breaking the Single Responsibility Principle. It should be used only for template specializations and other things common to all devices. The functions in MemoryHelpers.h are deprecated, smart pointers should be used instead. The functions in LaunchHelpers.h are temporary, more refactoring is needed with respect to execution policies and custom launch parameters.
-
- Aug 10, 2019
-
-
Jakub Klinkovský authored
-
- Aug 08, 2019
-
-
Jakub Klinkovský authored
-
- Jul 04, 2019
-
-
Jakub Klinkovský authored
-
- Apr 19, 2019
-
-
Jakub Klinkovský authored
-
- Apr 11, 2019
-
-
- Mar 30, 2019
-
-
Jakub Klinkovský authored
Reference: https://stackoverflow.com/a/23766303 Documentation: https://cmake.org/cmake/help/latest/command/install.html#installing-directories
-
- Feb 14, 2019
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Added macro TNL_MPI_PRINT_COND for conditional print outs.
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jan 25, 2019
-
-
Jakub Klinkovský authored
Reimplemented Config::ConfigDescription and Config::ParameterContainer using std::vector instead of TNL::List This is much safer and simpler because it solves many problems due to cyclic inclusion of TNL headers.
-
- Dec 21, 2018
-
-
Jakub Klinkovský authored
-
- Nov 21, 2018
-
-
- Sep 27, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 16, 2018
-
-
Jakub Klinkovský authored
- There is an RAII wrapper called ScopedInitializer to handle finalization due to C++ exceptions and to avoid calls to Finalize in all exit branches. - Fixed signature of MpiCommunicator::Init to match that of MPI_Init.
-
Jakub Klinkovský authored
-
- Sep 13, 2018
-
-
Jakub Klinkovský authored
-
- Sep 12, 2018
-
-
Jakub Klinkovský authored
-
- Sep 11, 2018
-
-
Jakub Klinkovský authored
-
- Sep 06, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Added assertions to MpiCommunicator.h checking that MPI functions are not called with the null group
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-