diff --git a/amgprec/amg_c_krm_solver.f90 b/amgprec/amg_c_krm_solver.f90 index 26ded0ef..30473dbf 100644 --- a/amgprec/amg_c_krm_solver.f90 +++ b/amgprec/amg_c_krm_solver.f90 @@ -1,11 +1,14 @@ -! -! +! +! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package ! based on PSBLAS (Parallel Sparse BLAS version 3.7) -! -! (C) Copyright 2020 -! +! +! (C) Copyright 2021 +! +! Salvatore Filippone +! Pasqua D'Ambra +! Fabio Durastante ! Salvatore Filippone ! Pasqua D'Ambra ! Fabio Durastante diff --git a/amgprec/amg_d_krm_solver.f90 b/amgprec/amg_d_krm_solver.f90 index 17adb8b4..0e76e97c 100644 --- a/amgprec/amg_d_krm_solver.f90 +++ b/amgprec/amg_d_krm_solver.f90 @@ -1,11 +1,14 @@ -! -! +! +! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package ! based on PSBLAS (Parallel Sparse BLAS version 3.7) -! -! (C) Copyright 2020 -! +! +! (C) Copyright 2021 +! +! Salvatore Filippone +! Pasqua D'Ambra +! Fabio Durastante ! Salvatore Filippone ! Pasqua D'Ambra ! Fabio Durastante diff --git a/amgprec/amg_s_krm_solver.f90 b/amgprec/amg_s_krm_solver.f90 index 7a389168..06ab0649 100644 --- a/amgprec/amg_s_krm_solver.f90 +++ b/amgprec/amg_s_krm_solver.f90 @@ -1,11 +1,14 @@ -! -! +! +! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package ! based on PSBLAS (Parallel Sparse BLAS version 3.7) -! -! (C) Copyright 2020 -! +! +! (C) Copyright 2021 +! +! Salvatore Filippone +! Pasqua D'Ambra +! Fabio Durastante ! Salvatore Filippone ! Pasqua D'Ambra ! Fabio Durastante @@ -42,7 +45,7 @@ ! (C) Copyright 2019 ! ! Salvatore Filippone Cranfield University -! Pasqua D'Ambra IAC-CNR, Naples, IT +! Pasqua D'Ambra IAC-CNR, Naples, IT ! ! Redistribution and use in source and binary forms, with or without ! modification, are permitted provided that the following conditions diff --git a/amgprec/amg_z_krm_solver.f90 b/amgprec/amg_z_krm_solver.f90 index 7c0010f0..da17dac4 100644 --- a/amgprec/amg_z_krm_solver.f90 +++ b/amgprec/amg_z_krm_solver.f90 @@ -1,11 +1,14 @@ -! -! +! +! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package ! based on PSBLAS (Parallel Sparse BLAS version 3.7) -! -! (C) Copyright 2020 -! +! +! (C) Copyright 2021 +! +! Salvatore Filippone +! Pasqua D'Ambra +! Fabio Durastante ! Salvatore Filippone ! Pasqua D'Ambra ! Fabio Durastante @@ -42,7 +45,7 @@ ! (C) Copyright 2019 ! ! Salvatore Filippone Cranfield University -! Pasqua D'Ambra IAC-CNR, Naples, IT +! Pasqua D'Ambra IAC-CNR, Naples, IT ! ! Redistribution and use in source and binary forms, with or without ! modification, are permitted provided that the following conditions diff --git a/tests/fileread/amg_cf_sample.f90 b/tests/fileread/amg_cf_sample.f90 index bf134e9b..6a5d3008 100644 --- a/tests/fileread/amg_cf_sample.f90 +++ b/tests/fileread/amg_cf_sample.f90 @@ -2,7 +2,7 @@ ! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package -! based on PSBLAS (Parallel Sparse BLAS version 3.5) +! based on PSBLAS (Parallel Sparse BLAS version 3.7) ! ! (C) Copyright 2021 ! diff --git a/tests/fileread/amg_df_sample.f90 b/tests/fileread/amg_df_sample.f90 index 334f7834..31b7f395 100644 --- a/tests/fileread/amg_df_sample.f90 +++ b/tests/fileread/amg_df_sample.f90 @@ -2,7 +2,7 @@ ! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package -! based on PSBLAS (Parallel Sparse BLAS version 3.5) +! based on PSBLAS (Parallel Sparse BLAS version 3.7) ! ! (C) Copyright 2021 ! diff --git a/tests/fileread/amg_sf_sample.f90 b/tests/fileread/amg_sf_sample.f90 index b45395cc..a82190c3 100644 --- a/tests/fileread/amg_sf_sample.f90 +++ b/tests/fileread/amg_sf_sample.f90 @@ -2,7 +2,7 @@ ! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package -! based on PSBLAS (Parallel Sparse BLAS version 3.5) +! based on PSBLAS (Parallel Sparse BLAS version 3.7) ! ! (C) Copyright 2021 ! diff --git a/tests/fileread/amg_zf_sample.f90 b/tests/fileread/amg_zf_sample.f90 index e352cefc..14a9793f 100644 --- a/tests/fileread/amg_zf_sample.f90 +++ b/tests/fileread/amg_zf_sample.f90 @@ -2,7 +2,7 @@ ! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package -! based on PSBLAS (Parallel Sparse BLAS version 3.5) +! based on PSBLAS (Parallel Sparse BLAS version 3.7) ! ! (C) Copyright 2021 ! diff --git a/tests/pdegen/amg_d_pde2d.f90 b/tests/pdegen/amg_d_pde2d.f90 index b2783439..d43066aa 100644 --- a/tests/pdegen/amg_d_pde2d.f90 +++ b/tests/pdegen/amg_d_pde2d.f90 @@ -2,7 +2,7 @@ ! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package -! based on PSBLAS (Parallel Sparse BLAS version 3.5) +! based on PSBLAS (Parallel Sparse BLAS version 3.7) ! ! (C) Copyright 2021 ! diff --git a/tests/pdegen/amg_d_pde3d.f90 b/tests/pdegen/amg_d_pde3d.f90 index a221dcf6..f5d54e5f 100644 --- a/tests/pdegen/amg_d_pde3d.f90 +++ b/tests/pdegen/amg_d_pde3d.f90 @@ -2,7 +2,7 @@ ! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package -! based on PSBLAS (Parallel Sparse BLAS version 3.5) +! based on PSBLAS (Parallel Sparse BLAS version 3.7) ! ! (C) Copyright 2021 ! diff --git a/tests/pdegen/amg_s_pde2d.f90 b/tests/pdegen/amg_s_pde2d.f90 index 09fceca1..8201c6fe 100644 --- a/tests/pdegen/amg_s_pde2d.f90 +++ b/tests/pdegen/amg_s_pde2d.f90 @@ -2,7 +2,7 @@ ! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package -! based on PSBLAS (Parallel Sparse BLAS version 3.5) +! based on PSBLAS (Parallel Sparse BLAS version 3.7) ! ! (C) Copyright 2021 ! diff --git a/tests/pdegen/amg_s_pde3d.f90 b/tests/pdegen/amg_s_pde3d.f90 index f1be9b80..c414eb8c 100644 --- a/tests/pdegen/amg_s_pde3d.f90 +++ b/tests/pdegen/amg_s_pde3d.f90 @@ -2,7 +2,7 @@ ! ! AMG4PSBLAS version 1.0 ! Algebraic Multigrid Package -! based on PSBLAS (Parallel Sparse BLAS version 3.5) +! based on PSBLAS (Parallel Sparse BLAS version 3.7) ! ! (C) Copyright 2021 !