From 9183b0d6045d34be4ab22ed5e1dbc45d194b44a5 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Wed, 30 Sep 2020 16:44:00 +0200 Subject: [PATCH] Update dates --- CMakeLists.txt | 2 +- include/spm.h | 2 +- include/spm/config.h.in | 2 +- include/spm/const.h | 2 +- include/spm/datatypes.h | 2 +- include/spm/mpi.h | 2 +- src/common.h | 2 +- src/drivers/laplacian.c | 2 +- src/drivers/laplacian.h | 2 +- src/drivers/readhb.c | 2 +- src/drivers/readijv.c | 2 +- src/drivers/readmm.c | 2 +- src/frobeniusupdate.h | 2 +- src/integer_sort.c | 2 +- src/integer_sort_mtypes.c | 2 +- src/spm.c | 2 +- src/spm_dof_extend.c | 2 +- src/spm_drivers.h | 2 +- src/spm_gather.c | 2 +- src/spm_gen_fake_values.c | 2 +- src/spm_integers.c | 2 +- src/spm_io.c | 2 +- src/spm_read_driver.c | 2 +- src/spm_scatter.c | 2 +- src/spm_update_compute_fields.c | 2 +- src/z_spm.c | 2 +- src/z_spm.h | 2 +- src/z_spm_2dense.c | 2 +- src/z_spm_convert_to_csc.c | 2 +- src/z_spm_convert_to_csr.c | 2 +- src/z_spm_convert_to_ijv.c | 2 +- src/z_spm_dof_extend.c | 2 +- src/z_spm_expand.c | 2 +- src/z_spm_gather_rhs.c | 2 +- src/z_spm_genrhs.c | 2 +- src/z_spm_integer.c | 2 +- src/z_spm_laplacian.c | 2 +- src/z_spm_matrixvector.c | 2 +- src/z_spm_print.c | 2 +- src/z_spm_reduce_rhs.c | 2 +- src/z_spm_scal.c | 2 +- tests/CMakeLists.txt | 2 +- tests/core_zgeadd.c | 2 +- tests/core_zplrnt.c | 2 +- tests/get_options.c | 2 +- tests/p_spm_tests.c | 2 +- tests/spm_compare.c | 2 +- tests/spm_convert_tests.c | 2 +- tests/spm_dist_genrhs_tests.c | 2 +- tests/spm_dist_matvec_tests.c | 2 +- tests/spm_dist_norm_tests.c | 2 +- tests/spm_dof_expand_tests.c | 2 +- tests/spm_dof_matvec_tests.c | 2 +- tests/spm_dof_norm_tests.c | 2 +- tests/spm_matvec_tests.c | 2 +- tests/spm_norm_tests.c | 2 +- tests/spm_tests.h | 2 +- tests/validate_convert.sh | 2 +- tests/validate_expand.sh | 2 +- tests/z_spm_tests.c | 2 +- tools/analysis.sh | 2 +- tools/filelist.sh | 2 +- tools/gen_wrappers.py | 2 +- tools/spm_env.sh.in | 2 +- tools/spmf.pc.in | 2 +- tools/wrappers/__init__.py | 2 +- tools/wrappers/wrap_fortran.py | 2 +- tools/wrappers/wrap_julia.py | 2 +- tools/wrappers/wrap_python.py | 2 +- wrappers/CMakeLists.txt | 2 +- wrappers/fortran90/CMakeLists.txt | 2 +- wrappers/fortran90/examples/spm_driver.F90 | 2 +- wrappers/fortran90/examples/spm_user.F90 | 2 +- wrappers/julia/CMakeLists.txt | 2 +- wrappers/julia/spm_driver.jl | 2 +- wrappers/julia/spm_user.jl | 2 +- wrappers/python/CMakeLists.txt | 2 +- wrappers/python/spm/__init__.py | 2 +- wrappers/python/spm/spm.py | 2 +- wrappers/python/spm_driver.py | 2 +- wrappers/python/spm_scipy.py | 2 +- 81 files changed, 81 insertions(+), 81 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8163ead4..46098c79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # # @version 1.0.0 # @author Mathieu Faverge -# @date 2013-06-24 +# @date 2020-07-10 # ### cmake_minimum_required (VERSION 3.3) diff --git a/include/spm.h b/include/spm.h index b53d1db8..72d05e9c 100644 --- a/include/spm.h +++ b/include/spm.h @@ -12,7 +12,7 @@ * @author Pierre Ramet * @author Mathieu Faverge * @author Tony Delarue - * @date 2020-06-09 + * @date 2020-07-10 * * @addtogroup spm * @{ diff --git a/include/spm/config.h.in b/include/spm/config.h.in index 9d83c81b..d695cff3 100644 --- a/include/spm/config.h.in +++ b/include/spm/config.h.in @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Pierre Ramet * @author Mathieu Faverge - * @date 2017-09-28 + * @date 2020-02-25 * **/ #ifndef _spm_config_h_ diff --git a/include/spm/const.h b/include/spm/const.h index 251f6cd5..3a915e76 100644 --- a/include/spm/const.h +++ b/include/spm/const.h @@ -12,7 +12,7 @@ * @author Pierre Ramet * @author Mathieu Faverge * @author Matthieu Kuhn - * @date 2013-06-24 + * @date 2020-07-10 * * @addtogroup spm_const * @{ diff --git a/include/spm/datatypes.h b/include/spm/datatypes.h index f6894619..688cd6a1 100644 --- a/include/spm/datatypes.h +++ b/include/spm/datatypes.h @@ -11,7 +11,7 @@ * @author Mathieu Faverge * @author Xavier Lacoste * @author Pierre Ramet - * @date 2017-01-17 + * @date 2020-02-25 * */ #ifndef _spm_datatypes_h_ diff --git a/include/spm/mpi.h b/include/spm/mpi.h index faa874db..4f437c55 100644 --- a/include/spm/mpi.h +++ b/include/spm/mpi.h @@ -11,7 +11,7 @@ * @author Mathieu Faverge * @author Tony Delarue * @author Pierre Ramet - * @date 2020-02-27 + * @date 2020-03-26 * */ #ifndef _spm_mpi_h_ diff --git a/src/common.h b/src/common.h index ea926e0a..814be961 100644 --- a/src/common.h +++ b/src/common.h @@ -13,7 +13,7 @@ * @author Pascal Henon * @author Pierre Ramet * @author Xavier Lacoste - * @date 2011-11-11 + * @date 2020-07-10 * **/ #ifndef _spm_common_h_ diff --git a/src/drivers/laplacian.c b/src/drivers/laplacian.c index e80e9710..54292bad 100644 --- a/src/drivers/laplacian.c +++ b/src/drivers/laplacian.c @@ -10,7 +10,7 @@ * @author Pierre Ramet * @author Xavier Lacoste * @author Theophile Terraz - * @date 2011-11-11 + * @date 2020-04-13 * **/ #include "common.h" diff --git a/src/drivers/laplacian.h b/src/drivers/laplacian.h index e0eb62f9..634b3ace 100644 --- a/src/drivers/laplacian.h +++ b/src/drivers/laplacian.h @@ -8,7 +8,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2011-11-11 + * @date 2018-05-07 * **/ #ifndef _laplacian_h_ diff --git a/src/drivers/readhb.c b/src/drivers/readhb.c index 72601a1e..17892b60 100644 --- a/src/drivers/readhb.c +++ b/src/drivers/readhb.c @@ -9,7 +9,7 @@ * @author Mathieu Faverge * @author Pierre Ramet * @author Xavier Lacoste - * @date 2011-11-11 + * @date 2020-02-27 * **/ #include "common.h" diff --git a/src/drivers/readijv.c b/src/drivers/readijv.c index 670f3845..9055cb45 100644 --- a/src/drivers/readijv.c +++ b/src/drivers/readijv.c @@ -9,7 +9,7 @@ * @author Mathieu Faverge * @author Pierre Ramet * @author Xavier Lacoste - * @date 2011-11-11 + * @date 2019-07-01 * **/ #include "common.h" diff --git a/src/drivers/readmm.c b/src/drivers/readmm.c index a5ef0315..379d14fa 100644 --- a/src/drivers/readmm.c +++ b/src/drivers/readmm.c @@ -10,7 +10,7 @@ * @author Pierre Ramet * @author Xavier Lacoste * @author Theophile Terraz - * @date 2011-11-11 + * @date 2020-02-27 * **/ #include "common.h" diff --git a/src/frobeniusupdate.h b/src/frobeniusupdate.h index 8da9f075..4d21bb87 100644 --- a/src/frobeniusupdate.h +++ b/src/frobeniusupdate.h @@ -9,7 +9,7 @@ * * @version 1.0.0 * @author Mathieu Faverge - * @date 2017-04-26 + * @date 2020-05-14 * */ #ifndef _frobeniusupdate_h_ diff --git a/src/integer_sort.c b/src/integer_sort.c index 5340c104..f03bcd76 100644 --- a/src/integer_sort.c +++ b/src/integer_sort.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author François Pellegrini * @author Xavier Lacoste - * @date 2011-11-11 + * @date 2018-03-31 * */ /* This file is part of the Scotch distribution. It does diff --git a/src/integer_sort_mtypes.c b/src/integer_sort_mtypes.c index 2be533da..d5879c26 100644 --- a/src/integer_sort_mtypes.c +++ b/src/integer_sort_mtypes.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author François Pellegrini * @author Xavier Lacoste - * @date 2011-11-11 + * @date 2018-04-04 * */ /* This file is part of the Scotch distribution. It does diff --git a/src/spm.c b/src/spm.c index ea58bf8c..8c92c26a 100644 --- a/src/spm.c +++ b/src/spm.c @@ -12,7 +12,7 @@ * @author Pierre Ramet * @author Mathieu Faverge * @author Tony Delarue - * @date 2020-05-19 + * @date 2020-07-10 * * @addtogroup spm * @{ diff --git a/src/spm_dof_extend.c b/src/spm_dof_extend.c index 3b251a8b..e71ad140 100644 --- a/src/spm_dof_extend.c +++ b/src/spm_dof_extend.c @@ -11,7 +11,7 @@ * @author Mathieu Faverge * @author Theophile Terraz * @author Alban Bellot - * @date 2015-01-01 + * @date 2020-05-14 * **/ #include "common.h" diff --git a/src/spm_drivers.h b/src/spm_drivers.h index a28beb1b..d510fec7 100644 --- a/src/spm_drivers.h +++ b/src/spm_drivers.h @@ -10,7 +10,7 @@ * @author Mathieu Faverge * @author Pierre Ramet * @author Xavier Lacoste - * @date 2011-11-11 + * @date 2018-07-19 * **/ #ifndef _spm_drivers_h_ diff --git a/src/spm_gather.c b/src/spm_gather.c index 82a17143..82cdce67 100644 --- a/src/spm_gather.c +++ b/src/spm_gather.c @@ -9,7 +9,7 @@ * * @version 1.0.0 * @author Tony Delarue - * @date 2020-02-19 + * @date 2020-06-15 * **/ #include "common.h" diff --git a/src/spm_gen_fake_values.c b/src/spm_gen_fake_values.c index a967466c..872d6f59 100644 --- a/src/spm_gen_fake_values.c +++ b/src/spm_gen_fake_values.c @@ -10,7 +10,7 @@ * @author Mathieu Faverge * @author Xavier Lacoste * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-04-29 * * @addtogroup spm_dev_driver * @{ diff --git a/src/spm_integers.c b/src/spm_integers.c index a5085941..3a11913e 100644 --- a/src/spm_integers.c +++ b/src/spm_integers.c @@ -12,7 +12,7 @@ * @author Xavier Lacoste * @author Pierre Ramet * @author Mathieu Faverge - * @date 2013-06-24 + * @date 2018-06-04 * **/ #include "common.h" diff --git a/src/spm_io.c b/src/spm_io.c index a50fccd4..689c47be 100644 --- a/src/spm_io.c +++ b/src/spm_io.c @@ -11,7 +11,7 @@ * @author Xavier Lacoste * @author Pierre Ramet * @author Mathieu Faverge - * @date 2013-06-24 + * @date 2020-02-27 * **/ #include "common.h" diff --git a/src/spm_read_driver.c b/src/spm_read_driver.c index 264be81b..349693fe 100644 --- a/src/spm_read_driver.c +++ b/src/spm_read_driver.c @@ -11,7 +11,7 @@ * @author Pierre Ramet * @author Xavier Lacoste * @author Theophile Terraz - * @date 2011-11-11 + * @date 2020-02-27 * **/ #include "common.h" diff --git a/src/spm_scatter.c b/src/spm_scatter.c index e1a479fd..1d59b016 100644 --- a/src/spm_scatter.c +++ b/src/spm_scatter.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Tony Delarue * @author Mathieu Faverge - * @date 2020-02-19 + * @date 2020-04-28 * **/ #include "common.h" diff --git a/src/spm_update_compute_fields.c b/src/spm_update_compute_fields.c index 46ad8e2a..c84e9cdd 100644 --- a/src/spm_update_compute_fields.c +++ b/src/spm_update_compute_fields.c @@ -11,7 +11,7 @@ * @author Xavier Lacoste * @author Pierre Ramet * @author Mathieu Faverge - * @date 2020-04-02 + * @date 2020-04-13 * * @addtogroup spm_dev * @{ diff --git a/src/z_spm.c b/src/z_spm.c index 4a789156..cc64cfef 100644 --- a/src/z_spm.c +++ b/src/z_spm.c @@ -9,7 +9,7 @@ * * @version 1.0.0 * @author Mathieu Faverge - * @date 2013-06-24 + * @date 2019-10-29 * * @precisions normal z -> c d s p * diff --git a/src/z_spm.h b/src/z_spm.h index 083df73a..7cd4c301 100644 --- a/src/z_spm.h +++ b/src/z_spm.h @@ -12,7 +12,7 @@ * @author Theophile Terraz * @author Pierre Ramet * @author Mathieu Faverge - * @date 2013-06-24 + * @date 2020-07-10 * * @precisions normal z -> c d s p * diff --git a/src/z_spm_2dense.c b/src/z_spm_2dense.c index fe987709..420383e5 100644 --- a/src/z_spm_2dense.c +++ b/src/z_spm_2dense.c @@ -11,7 +11,7 @@ * @author Mathieu Faverge * @author Theophile Terraz * @author Alban Bellot - * @date 2015-01-01 + * @date 2020-06-15 * * @precisions normal z -> c d s * diff --git a/src/z_spm_convert_to_csc.c b/src/z_spm_convert_to_csc.c index 2a3ee2b0..1c442891 100644 --- a/src/z_spm_convert_to_csc.c +++ b/src/z_spm_convert_to_csc.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-07-10 * * @precisions normal z -> c d s p * diff --git a/src/z_spm_convert_to_csr.c b/src/z_spm_convert_to_csr.c index 97044ba2..9a5bd69c 100644 --- a/src/z_spm_convert_to_csr.c +++ b/src/z_spm_convert_to_csr.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-07-10 * * @precisions normal z -> c d s p * diff --git a/src/z_spm_convert_to_ijv.c b/src/z_spm_convert_to_ijv.c index 8df58199..1c102c62 100644 --- a/src/z_spm_convert_to_ijv.c +++ b/src/z_spm_convert_to_ijv.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-04-29 * * @precisions normal z -> c d s p **/ diff --git a/src/z_spm_dof_extend.c b/src/z_spm_dof_extend.c index 0f84c859..83fe013a 100644 --- a/src/z_spm_dof_extend.c +++ b/src/z_spm_dof_extend.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Alban Bellot - * @date 2015-01-01 + * @date 2020-04-29 * * @precisions normal z -> c d s **/ diff --git a/src/z_spm_expand.c b/src/z_spm_expand.c index af6a005e..f57aef7b 100644 --- a/src/z_spm_expand.c +++ b/src/z_spm_expand.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Alban Bellot - * @date 2015-01-01 + * @date 2020-05-14 * * @precisions normal z -> c d s p **/ diff --git a/src/z_spm_gather_rhs.c b/src/z_spm_gather_rhs.c index ca4b44b1..498c2224 100644 --- a/src/z_spm_gather_rhs.c +++ b/src/z_spm_gather_rhs.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Delarue Tony * @author Faverge Mathieu - * @date 2020-06-11 + * @date 2020-07-10 * * @precisions normal z -> c d s * diff --git a/src/z_spm_genrhs.c b/src/z_spm_genrhs.c index cd4a1391..c09fc2f4 100644 --- a/src/z_spm_genrhs.c +++ b/src/z_spm_genrhs.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-07-10 * * @precisions normal z -> c s d **/ diff --git a/src/z_spm_integer.c b/src/z_spm_integer.c index 27df740c..cabd2eed 100644 --- a/src/z_spm_integer.c +++ b/src/z_spm_integer.c @@ -12,7 +12,7 @@ * @author Mathieu Faverge * @author Pierre Ramet * @author Xavier Lacoste - * @date 2011-11-11 + * @date 2018-04-04 * * @precisions normal z -> c d s * diff --git a/src/z_spm_laplacian.c b/src/z_spm_laplacian.c index 43441ca6..a4c1d6f5 100644 --- a/src/z_spm_laplacian.c +++ b/src/z_spm_laplacian.c @@ -10,7 +10,7 @@ * @author Mathieu Faverge * @author Xavier Lacoste * @author Theophile Terraz - * @date 2015-01-01 + * @date 2018-07-04 * @precisions normal z -> c d s p * **/ diff --git a/src/z_spm_matrixvector.c b/src/z_spm_matrixvector.c index ca3b409c..7530689d 100644 --- a/src/z_spm_matrixvector.c +++ b/src/z_spm_matrixvector.c @@ -11,7 +11,7 @@ * @author Matthieu Kuhn * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-07-10 * * @precisions normal z -> c d s **/ diff --git a/src/z_spm_print.c b/src/z_spm_print.c index 015f0dbc..51c9ca74 100644 --- a/src/z_spm_print.c +++ b/src/z_spm_print.c @@ -11,7 +11,7 @@ * @author Mathieu Faverge * @author Theophile Terraz * @author Alban Bellot - * @date 2015-01-01 + * @date 2020-07-10 * * @precisions normal z -> c d s p * diff --git a/src/z_spm_reduce_rhs.c b/src/z_spm_reduce_rhs.c index 2a331d97..30135468 100644 --- a/src/z_spm_reduce_rhs.c +++ b/src/z_spm_reduce_rhs.c @@ -9,7 +9,7 @@ * * @version 1.0.0 * @author Delarue Tony - * @date 2020-03-08 + * @date 2020-07-10 * * @precisions normal z -> c d s * diff --git a/src/z_spm_scal.c b/src/z_spm_scal.c index c61e037b..16c5f3cb 100644 --- a/src/z_spm_scal.c +++ b/src/z_spm_scal.c @@ -11,7 +11,7 @@ * @author Pierre Ramet * @author Xavier Lacoste * @author Theophile Terraz - * @date 2015-06-01 + * @date 2018-03-09 * @precisions normal z -> c d s * **/ diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6be4f392..0040b2ac 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,7 +5,7 @@ # # @version 1.0.0 # @author Mathieu Faverge -# @date 2020-05-19 +# @date 2020-07-10 # ### include(RulesPrecisions) diff --git a/tests/core_zgeadd.c b/tests/core_zgeadd.c index 01b3f678..835da358 100644 --- a/tests/core_zgeadd.c +++ b/tests/core_zgeadd.c @@ -11,7 +11,7 @@ * * @version 1.0.0 * @author Mathieu Faverge - * @date 2010-11-15 + * @date 2018-03-31 * @precisions normal z -> c d s * **/ diff --git a/tests/core_zplrnt.c b/tests/core_zplrnt.c index 21afcb7f..18c63e2f 100644 --- a/tests/core_zplrnt.c +++ b/tests/core_zplrnt.c @@ -13,7 +13,7 @@ * @author Piotr Luszczek * @author Pierre Lemarinier * @author Mathieu Faverge - * @date 2010-11-15 + * @date 2018-03-31 * @precisions normal z -> c d s * **/ diff --git a/tests/get_options.c b/tests/get_options.c index d6ea7cdc..be367936 100644 --- a/tests/get_options.c +++ b/tests/get_options.c @@ -10,7 +10,7 @@ * @author Pierre Ramet * @author Xavier Lacoste * @author Theophile Terraz - * @date 2017-06-15 + * @date 2018-07-04 * */ #include <spm_tests.h> diff --git a/tests/p_spm_tests.c b/tests/p_spm_tests.c index cbe7aa2e..5254b1e0 100644 --- a/tests/p_spm_tests.c +++ b/tests/p_spm_tests.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-02-27 * **/ #ifndef _GNU_SOURCE diff --git a/tests/spm_compare.c b/tests/spm_compare.c index 123c6b07..24491492 100644 --- a/tests/spm_compare.c +++ b/tests/spm_compare.c @@ -8,7 +8,7 @@ * * @version 1.0.0 * @author Tony Delarue - * @date 2020-02-19 + * @date 2020-07-10 * **/ #include "spm_tests.h" diff --git a/tests/spm_convert_tests.c b/tests/spm_convert_tests.c index 882003bb..9443b00d 100644 --- a/tests/spm_convert_tests.c +++ b/tests/spm_convert_tests.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-04-13 * **/ #ifndef _GNU_SOURCE diff --git a/tests/spm_dist_genrhs_tests.c b/tests/spm_dist_genrhs_tests.c index 44010a06..6c9568b0 100644 --- a/tests/spm_dist_genrhs_tests.c +++ b/tests/spm_dist_genrhs_tests.c @@ -11,7 +11,7 @@ * @author Mathieu Faverge * @author Theophile Terraz * @author Tony Delarue - * @date 2020-05-19 + * @date 2020-07-10 * **/ #include <stdint.h> diff --git a/tests/spm_dist_matvec_tests.c b/tests/spm_dist_matvec_tests.c index b2bc29e5..242a5a38 100644 --- a/tests/spm_dist_matvec_tests.c +++ b/tests/spm_dist_matvec_tests.c @@ -11,7 +11,7 @@ * @author Mathieu Faverge * @author Theophile Terraz * @author Tony Delarue - * @date 2020-05-19 + * @date 2020-07-10 * **/ #include <stdint.h> diff --git a/tests/spm_dist_norm_tests.c b/tests/spm_dist_norm_tests.c index b87312eb..7a659237 100644 --- a/tests/spm_dist_norm_tests.c +++ b/tests/spm_dist_norm_tests.c @@ -11,7 +11,7 @@ * @author Mathieu Faverge * @author Theophile Terraz * @author Tony Delarue - * @date 2020-05-19 + * @date 2020-07-10 * **/ #include <stdint.h> diff --git a/tests/spm_dof_expand_tests.c b/tests/spm_dof_expand_tests.c index a5a20afb..cc7046e1 100644 --- a/tests/spm_dof_expand_tests.c +++ b/tests/spm_dof_expand_tests.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-05-14 * **/ #ifndef _GNU_SOURCE diff --git a/tests/spm_dof_matvec_tests.c b/tests/spm_dof_matvec_tests.c index 25ef4632..ca2ae60a 100644 --- a/tests/spm_dof_matvec_tests.c +++ b/tests/spm_dof_matvec_tests.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-05-14 * **/ diff --git a/tests/spm_dof_norm_tests.c b/tests/spm_dof_norm_tests.c index 09aea47c..b52bde08 100644 --- a/tests/spm_dof_norm_tests.c +++ b/tests/spm_dof_norm_tests.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-05-14 * **/ #include <stdint.h> diff --git a/tests/spm_matvec_tests.c b/tests/spm_matvec_tests.c index d9fdcc01..043c0cb6 100644 --- a/tests/spm_matvec_tests.c +++ b/tests/spm_matvec_tests.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-05-14 * **/ #include <stdint.h> diff --git a/tests/spm_norm_tests.c b/tests/spm_norm_tests.c index 0ccebb58..56dd1e7a 100644 --- a/tests/spm_norm_tests.c +++ b/tests/spm_norm_tests.c @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Theophile Terraz - * @date 2015-01-01 + * @date 2020-05-14 * **/ #include <stdint.h> diff --git a/tests/spm_tests.h b/tests/spm_tests.h index 6ad13b72..e747b280 100644 --- a/tests/spm_tests.h +++ b/tests/spm_tests.h @@ -10,7 +10,7 @@ * @version 1.0.0 * @author Mathieu Faverge * @author Tony Delarue - * @date 2020-05-19 + * @date 2020-07-10 * **/ #ifndef _spm_tests_h_ diff --git a/tests/validate_convert.sh b/tests/validate_convert.sh index 4b331ca0..168d802f 100755 --- a/tests/validate_convert.sh +++ b/tests/validate_convert.sh @@ -6,7 +6,7 @@ # # @version 1.0.0 # @author Mathieu Faverge -# @date 2017-06-24 +# @date 2018-03-31 # # This script compares the output files generated by the matrix format # conversion testings diff --git a/tests/validate_expand.sh b/tests/validate_expand.sh index 6ae61965..f53a3486 100755 --- a/tests/validate_expand.sh +++ b/tests/validate_expand.sh @@ -6,7 +6,7 @@ # # @version 1.0.0 # @author Mathieu Faverge -# @date 2017-06-24 +# @date 2018-03-31 # # This script compares the output files generated by the DOF expansion # testings diff --git a/tests/z_spm_tests.c b/tests/z_spm_tests.c index 2d4abfef..a0f7d820 100644 --- a/tests/z_spm_tests.c +++ b/tests/z_spm_tests.c @@ -11,7 +11,7 @@ * @author Mathieu Faverge * @author Theophile Terraz * @author Tony Delarue - * @date 2020-05-19 + * @date 2020-07-10 * * @precisions normal z -> c d s * diff --git a/tools/analysis.sh b/tools/analysis.sh index 2cdf3002..118d6d44 100755 --- a/tools/analysis.sh +++ b/tools/analysis.sh @@ -7,7 +7,7 @@ # # @version 1.0.0 # @author Mathieu Faverge -# @date 2019-11-12 +# @date 2020-02-25 # ### diff --git a/tools/filelist.sh b/tools/filelist.sh index 1c2406eb..45d5d2d7 100755 --- a/tools/filelist.sh +++ b/tools/filelist.sh @@ -9,7 +9,7 @@ # # @version 1.0.0 # @author Mathieu Faverge -# @date 2019-11-12 +# @date 2020-02-25 # ### diff --git a/tools/gen_wrappers.py b/tools/gen_wrappers.py index 7bb3d797..14cce93d 100755 --- a/tools/gen_wrappers.py +++ b/tools/gen_wrappers.py @@ -13,7 +13,7 @@ @version 1.0.0 @author Pierre Ramet @author Mathieu Faverge - @date 2020-01-21 + @date 2020-07-16 """ import os diff --git a/tools/spm_env.sh.in b/tools/spm_env.sh.in index 33d71c17..42a5a3b9 100644 --- a/tools/spm_env.sh.in +++ b/tools/spm_env.sh.in @@ -6,7 +6,7 @@ # # @version 1.0.0 # @author Mathieu Faverge -# @date 2017-06-24 +# @date 2018-05-14 # #!/bin/sh diff --git a/tools/spmf.pc.in b/tools/spmf.pc.in index 4901745f..0c609907 100644 --- a/tools/spmf.pc.in +++ b/tools/spmf.pc.in @@ -6,7 +6,7 @@ # # @version 1.0.0 # @author Mathieu Faverge -# @date 2017-06-24 +# @date 2018-07-04 # prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} diff --git a/tools/wrappers/__init__.py b/tools/wrappers/__init__.py index ffc3d1ba..dbad81cb 100644 --- a/tools/wrappers/__init__.py +++ b/tools/wrappers/__init__.py @@ -11,7 +11,7 @@ Wrappers @version 1.0.0 @author Mathieu Faverge - @date 2019-11-12 + @date 2020-07-15 """ diff --git a/tools/wrappers/wrap_fortran.py b/tools/wrappers/wrap_fortran.py index 68859f99..167ca287 100644 --- a/tools/wrappers/wrap_fortran.py +++ b/tools/wrappers/wrap_fortran.py @@ -12,7 +12,7 @@ Wrapper Fortran 90 @version 1.0.0 @author Mathieu Faverge - @date 2019-12-05 + @date 2020-07-15 """ import os diff --git a/tools/wrappers/wrap_julia.py b/tools/wrappers/wrap_julia.py index 5f531acb..9b95e55d 100644 --- a/tools/wrappers/wrap_julia.py +++ b/tools/wrappers/wrap_julia.py @@ -13,7 +13,7 @@ Wrapper Julia @version 1.0.0 @author Mathieu Faverge @author Selmane LEBDAOUI - @date 2020-06-18 + @date 2020-07-15 """ import os diff --git a/tools/wrappers/wrap_python.py b/tools/wrappers/wrap_python.py index 944437e4..6cb0c6db 100644 --- a/tools/wrappers/wrap_python.py +++ b/tools/wrappers/wrap_python.py @@ -12,7 +12,7 @@ Wrapper Python @version 1.0.0 @author Mathieu Faverge - @date 2019-12-05 + @date 2020-07-15 """ import os diff --git a/wrappers/CMakeLists.txt b/wrappers/CMakeLists.txt index a6ad3187..26ac1db6 100644 --- a/wrappers/CMakeLists.txt +++ b/wrappers/CMakeLists.txt @@ -5,7 +5,7 @@ # # @version 1.0.0 # @author Mathieu Faverge -# @date 2020-01-29 +# @date 2020-07-16 # ### diff --git a/wrappers/fortran90/CMakeLists.txt b/wrappers/fortran90/CMakeLists.txt index 92fcec09..6c1d05a1 100644 --- a/wrappers/fortran90/CMakeLists.txt +++ b/wrappers/fortran90/CMakeLists.txt @@ -5,7 +5,7 @@ # # @version 1.0.0 # @author Mathieu Faverge -# @date 2017-05-22 +# @date 2020-04-11 # ### cmake_minimum_required (VERSION 3.1) diff --git a/wrappers/fortran90/examples/spm_driver.F90 b/wrappers/fortran90/examples/spm_driver.F90 index 63e61dd0..fba2a146 100644 --- a/wrappers/fortran90/examples/spm_driver.F90 +++ b/wrappers/fortran90/examples/spm_driver.F90 @@ -8,7 +8,7 @@ ! ! @version 1.0.0 ! @author Mathieu Faverge -! @date 2017-01-01 +! @date 2020-04-11 ! program spm_driver use iso_c_binding diff --git a/wrappers/fortran90/examples/spm_user.F90 b/wrappers/fortran90/examples/spm_user.F90 index cb01cfa1..da9059c8 100644 --- a/wrappers/fortran90/examples/spm_user.F90 +++ b/wrappers/fortran90/examples/spm_user.F90 @@ -8,7 +8,7 @@ ! ! @version 1.0.0 ! @author Mathieu Faverge -! @date 2017-01-01 +! @date 2020-04-11 ! program spm_user use iso_c_binding diff --git a/wrappers/julia/CMakeLists.txt b/wrappers/julia/CMakeLists.txt index 7e7e6f0a..653ef172 100644 --- a/wrappers/julia/CMakeLists.txt +++ b/wrappers/julia/CMakeLists.txt @@ -6,7 +6,7 @@ # @version 1.0.0 # @author Mathieu Faverge # @author Selmane Lebdaoui -# @date 2020-07-15 +# @date 2020-07-16 # ### diff --git a/wrappers/julia/spm_driver.jl b/wrappers/julia/spm_driver.jl index 491c621a..e36c5dba 100755 --- a/wrappers/julia/spm_driver.jl +++ b/wrappers/julia/spm_driver.jl @@ -10,7 +10,7 @@ @version 1.0.0 @author Mathieu Faverge @author Selmane Lebdaoui - @date 2020-06-15 + @date 2020-07-06 =# using Pkg Pkg.activate("spm") diff --git a/wrappers/julia/spm_user.jl b/wrappers/julia/spm_user.jl index c5d4d756..0eb454b5 100755 --- a/wrappers/julia/spm_user.jl +++ b/wrappers/julia/spm_user.jl @@ -10,7 +10,7 @@ @version 1.0.0 @author Mathieu Faverge @author Selmane Lebdaoui - @date 2020-06-27 + @date 2020-07-16 =# using Pkg Pkg.activate("spm") diff --git a/wrappers/python/CMakeLists.txt b/wrappers/python/CMakeLists.txt index 7c6b2995..08f7252a 100644 --- a/wrappers/python/CMakeLists.txt +++ b/wrappers/python/CMakeLists.txt @@ -5,7 +5,7 @@ # # @version 1.0.0 # @author Mathieu Faverge -# @date 2019-12-04 +# @date 2020-07-16 # ### diff --git a/wrappers/python/spm/__init__.py b/wrappers/python/spm/__init__.py index c115630b..8a6d121a 100644 --- a/wrappers/python/spm/__init__.py +++ b/wrappers/python/spm/__init__.py @@ -10,7 +10,7 @@ # @author Pierre Ramet # @author Mathieu Faverge # @author Louis Poirel -# @date 2017-05-04 +# @date 2019-03-25 # """ PySpm diff --git a/wrappers/python/spm/spm.py b/wrappers/python/spm/spm.py index 0f76de00..199fa781 100644 --- a/wrappers/python/spm/spm.py +++ b/wrappers/python/spm/spm.py @@ -9,7 +9,7 @@ @version 1.0.0 @author Pierre Ramet @author Mathieu Faverge - @date 2017-05-04 + @date 2020-04-11 """ from ctypes import * diff --git a/wrappers/python/spm_driver.py b/wrappers/python/spm_driver.py index c973c4cc..83c6dd54 100755 --- a/wrappers/python/spm_driver.py +++ b/wrappers/python/spm_driver.py @@ -11,7 +11,7 @@ @author Pierre Ramet @author Mathieu Faverge @author Louis Poirel - @date 2017-05-04 + @date 2018-07-19 """ import spm diff --git a/wrappers/python/spm_scipy.py b/wrappers/python/spm_scipy.py index 6d735ab0..6a5a5d0a 100755 --- a/wrappers/python/spm_scipy.py +++ b/wrappers/python/spm_scipy.py @@ -11,7 +11,7 @@ @author Pierre Ramet @author Mathieu Faverge @author Louis Poirel - @date 2017-05-04 + @date 2018-07-04 """ import spm -- GitLab