tamaas/testsfeatures/netcdf-mpi
tamaas/tests
features/netcdf-mpi
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
ad9b3ca44951 | frerot | added linting with clang-tidy & lint corrections | Jul 20 2021 | |||
924196b3e6c3 | frerot | [ci] using flake8 from pypi instead of debian | Jul 20 2021 | |||
a3ffe31ab0e6 | frerot | removed the `use_googletest` build option | Jul 15 2021 | |||
37817268dbc0 | frerot | testing real and integer types at configure | Jun 30 2021 | |||
707ca84943d3 | frerot | [ci] explicitely installing openmpi in debian image | Jun 23 2021 | |||
5b7fb80198a4 | frerot | [ci] added pip back in docker images | Jun 23 2021 | |||
80cd543380a8 | frerot | [ci] enabling compilation cache | Jun 23 2021 | |||
dd5bfe56473c | frerot | [ci] moving wheels step to build | Jun 15 2021 | |||
a26e113c41ca | frerot | [ci] setup continuous delivery | Jun 15 2021 | |||
1fc7644bad52 | frerot | cleaned up license headers | Jun 10 2021 | |||
de1480b0e7ae | frerot | compiling tests with cuda | Jun 2 2021 | |||
cdc6ac1a08f9 | frerot | correctly computing contact area in mpi context | Jun 1 2021 | |||
3d1b4c64338f | frerot | corrected includes for cpp tests | May 31 2021 | |||
7e692627014a | frerot | ensuring uniform surface generator seed accross processes | May 25 2021 | |||
5c88b7c45e1a | frerot | pretty printing secondary scons commands (tests + install) | Apr 29 2021 | |||
b56f89b4dba1 | frerot | better use of fixtures in tests | Apr 28 2021 | |||
99aeeb8af4ed | frerot | test_patch_westergaard now tests all applicable model types | Apr 27 2021 | |||
d5841e5c2852 | frerot | removed legacy bem grid test file | Apr 27 2021 | |||
73019bea551e | frerot | integrated autocorrelation test into test_surface | Apr 27 2021 | |||
93a4d5811ae9 | frerot | marking test_epic and westergaard_multi as xfail if backend == 'tbb' | Apr 26 2021 | |||
4dbc3ee00066 | frerot | cleaned up test fixtures (using parameter names) | Apr 26 2021 | |||
3438ff37dbe4 | frerot | testing UVW writes | Apr 25 2021 | |||
0d37c22cb392 | frerot | added JSON dumping capability and fixed dump issues ∀ model types | Apr 25 2021 | |||
64e101c13b91 | frerot | mpi-compatible implementation of getClusters() | Apr 20 2021 | |||
86e5cb1e1789 | frerot | allowing model read from HDF5 with MPI | Apr 19 2021 | |||
97bffadf7b6a | frerot | added read method to NetCDFDumper | Apr 17 2021 | |||
0ba6912bc122 | frerot | added sequential read function to H5Dumper | Apr 17 2021 | |||
0fad580005ff | frerot | added read method to FieldDumper (raises RuntimeError) | Apr 16 2021 | |||
da270d6f9606 | frerot | added read() method to NumpyDumper | Apr 16 2021 | |||
6c56b69be4a2 | frerot | [doc] silencing warnings when generating documentation | Mar 20 2021 | |||
8ea64976e79c | frerot | using SCons File and Dir instead of os.path functions | Mar 15 2021 | |||
70977949d1a6 | frerot | avoid using main_env in SConscripts | Mar 14 2021 | |||
659ebdd10165 | frerot | using absolute path for env variables with `scons test` | Mar 8 2021 | |||
0c1bc986d3bc | frerot | [ci] added gitlab ci file | Mar 3 2021 | |||
881abfa51439 | frerot | [tests] not running mpi googletest if not compiled with mpi | Mar 3 2021 | |||
1b416aafdfde | frerot | using tmp_path fixture for dumper tests | Feb 16 2021 | |||
10e17acc88ce | frerot | Merge branch 'deprecated_bindings' | Jan 7 2021 | |||
8b01fcdb4d21 | frerot | removed all legacy code | Jan 7 2021 | |||
dd37e82c03d3 | frerot | deprecated old bindings | Jan 7 2021 | |||
5ea22488f452 | frerot | [TESTS] setting OMP_NUM_THREADS=1 in scons test | Jan 5 2021 | |||
74509e1d1987 | frerot | added traction and displacement properties to model bindings | Jan 5 2021 | |||
2316c9ebcdd7 | frerot | copyright year 2021 | Jan 1 2021 | |||
cbd238489088 | frerot | updated tests for new interface | Dec 31 2020 | |||
1597124d7ae9 | frerot | [TEST] added an mpi version of plasticity patch test | Dec 15 2020 | |||
44fd0470bd21 | frerot | renamed USE_CUDA macro to TAMAAS_USE_CUDA | Dec 14 2020 | |||
0670ef204b92 | frerot | not writing gtest xml with mpirun | Dec 10 2020 | |||
cbef215a579d | frerot | properly setting size of underlying array in grid views | Dec 10 2020 | |||
6497fb26e47c | frerot | skipping headless test when not on root process | Dec 10 2020 | |||
10c9ddd1e0e0 | frerot | fixed a bug in the computation of grid strides | Dec 9 2020 | |||
50989776262e | frerot | added back the old pkr mpi test | Dec 9 2020 | |||
02240a9f1952 | frerot | correcting fundamental mode only on root rank | Dec 8 2020 | |||
12b7e837ead0 | frerot | not running mpi h5dumper test when hdf5 has no mpi support | Dec 8 2020 | |||
09634dfd5d9d | frerot | adding has_mpi to TamaasInfo class | Dec 7 2020 | |||
d9c3d9f292da | frerot | added tolerance on components tests | Dec 5 2020 | |||
a9371b17cdd2 | frerot | prepared implementation of parallel dumpers | Dec 4 2020 | |||
90e419eb7a0a | frerot | changed tm.to_voigt uses to tm.compute.to_voigt | Dec 1 2020 | |||
f9fadc483c40 | frerot | moved mpi function bindings to their own submodule | Dec 1 2020 | |||
efd5776aa2c0 | frerot | fixing fftwmpi tests | Dec 1 2020 | |||
4022e3acd5e6 | frerot | testing parallel pkr with hertz instead of sequential pkr | Dec 1 2020 | |||
14f13ab72ad0 | frerot | adjusting mpi tests | Nov 25 2020 | |||
945eedca11ad | frerot | added backwards fft 2d tests (counterpart of mpi test) | Nov 25 2020 | |||
eeeb65577eff | frerot | turn on flag TAMAAS_USE_PYTHON | Sep 3 2020 | |||
671a3a805986 | frerot | adjusting tolerance of test FFT1D2Comp | Sep 3 2020 | |||
ddb30ba41df9 | frerot | Merge branch 'master' into feature/mpi_fft_engine | Sep 1 2020 | |||
5471cb70c676 | frerot | linking with libpython${version} to test_gtest_all | Aug 31 2020 | |||
c9eb34ff4665 | frerot | added helper method to compute (corrected) contact areas | Aug 13 2020 | |||
69c13358055d | frerot | fixing errors for python 2 | Aug 7 2020 | |||
87df0438ac11 | frerot | making sure libTamaas is linked first | Aug 7 2020 | |||
32f729beef69 | frerot | adding a backwards transform test | Aug 6 2020 | |||
9d631430e38f | frerot | reducing float test tolerance to 4ε | Aug 6 2020 | |||
357aabe906d0 | frerot | netcdf dumper now writes frames to a single file | Aug 4 2020 | |||
0aff1cd1a985 | frerot | Merge branch 'feature/dfsane' | Aug 3 2020 | |||
65b794bf9f7b | frerot | testing all non-linear solvers in plasticity patch test | Aug 3 2020 | |||
510fc333cb53 | frerot | tested implementation of C++ DFSANESolver | Aug 3 2020 | |||
d6d8134e1bba | frerot | allowing compilation without OpenMP | Aug 2 2020 | |||
d38b418143c0 | frerot | prettier compilation outputs in non-verbose mode | Jul 31 2020 | |||
cbe79569b127 | frerot | renamed packaging_setup option to build_static_lib | Jul 29 2020 | |||
ba57121986ad | frerot | relaxing threshold in patch plasticity test | Jul 22 2020 | |||
10e89fb76a8c | frerot | allow pickles in numpy dumper test (default changed in 1.16.1) | Jul 22 2020 | |||
e51c229537c2 | frerot | using global datasize/nbpoints functions when needed | Jul 17 2020 | |||
41cf38d51bcf | frerot | testing PolonskyKeerRey in MPI | Jul 17 2020 | |||
a7af53db8efa | frerot | addind test for mpi model creation | Jul 16 2020 | |||
4921b6ec6a4c | frerot | allowing runs of several mpi routine tests | Jul 16 2020 | |||
a9660ef02eed | frerot | proper singleton for mpi::comm::world ensures working seq_guard | Jul 15 2020 | |||
fa4fef35f40f | frerot | upgrading dockerfile and jenkinsfile for mpi tests | Jul 12 2020 | |||
0e475acfc2fe | frerot | protected gtests that need to be run in sequential with guard | Jul 12 2020 | |||
254daee554df | frerot | added mpi::sequential_guard | Jul 12 2020 | |||
cb2acaf61c4c | frerot | proper testing of mpi-enabled routines in python | Jul 12 2020 | |||
6819d831b8a4 | frerot | removed explicit refs to MPI_COMM_WORLD | Jul 12 2020 | |||
2696ba6deb02 | frerot | computeFrequencies now takes local sizes as argument | Jul 11 2020 | |||
fd5aedbcfb11 | frerot | running googletests with mpirun from pytest | Jul 11 2020 | |||
621f49e8820d | frerot | passing test for FFTMPI on multicomponents grid | Jul 11 2020 | |||
0672d04558bb | frerot | implemented + tested mpi version of FFTEngine::computeFrequencies | Jul 11 2020 | |||
77f5b675fc9d | frerot | testing FFTWMPIEngine | Jul 11 2020 | |||
0defcff64961 | frerot | Merge branch 'master' into feature/mpi_fft_engine | Jul 10 2020 | |||
0752a2fdb670 | frerot | added polymorphism to FFTEngines | Jul 10 2020 | |||
9775a947c07f | frerot | adding tests for partitioner | Jul 9 2020 | |||
1dcf00b3cf42 | frerot | ignoring DeprecationWarning with pytest.ini config file | Jul 9 2020 | |||
212e9544374c | frerot | removed stray tm.finalize's in tests | Jul 9 2020 | |||
3f746e302ec4 | frerot | added mpi reductions to loops | Jul 4 2020 |
c4science · Help