From 799171aa2bfed6208b9f2bbeac69569f45031af6 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 11 Feb 2008 09:07:37 +0000 Subject: [PATCH] mld2p4: Updated copyright statement for all files. --- LICENSE | 11 +++++---- krylov/psb_prec_mod.F90 | 10 +++++---- mlprec/mld_daggrmap_bld.f90 | 12 +++++----- mlprec/mld_daggrmat_asb.f90 | 14 +++++++----- mlprec/mld_daggrmat_raw_asb.F90 | 10 +++++---- mlprec/mld_daggrmat_smth_asb.F90 | 10 +++++---- mlprec/mld_das_aply.f90 | 10 +++++---- mlprec/mld_das_bld.f90 | 10 +++++---- mlprec/mld_dbaseprec_aply.f90 | 10 +++++---- mlprec/mld_dbaseprec_bld.f90 | 10 +++++---- mlprec/mld_ddiag_bld.f90 | 12 +++++----- mlprec/mld_dfact_bld.f90 | 10 +++++---- mlprec/mld_dilu0_fact.f90 | 12 +++++----- mlprec/mld_dilu_bld.f90 | 10 +++++---- mlprec/mld_diluk_fact.f90 | 10 +++++---- mlprec/mld_dilut_fact.f90 | 10 +++++---- mlprec/mld_dmlprec_aply.f90 | 10 +++++---- mlprec/mld_dmlprec_bld.f90 | 10 +++++---- mlprec/mld_dprec_aply.f90 | 10 +++++---- mlprec/mld_dprecbld.f90 | 10 +++++---- mlprec/mld_dprecfree.f90 | 10 +++++---- mlprec/mld_dprecinit.f90 | 10 +++++---- mlprec/mld_dprecset.f90 | 10 +++++---- mlprec/mld_dslu_bld.f90 | 10 +++++---- mlprec/mld_dslu_interface.c | 18 ++++++++------- mlprec/mld_dslud_bld.f90 | 10 +++++---- mlprec/mld_dslud_interface.c | 18 ++++++++------- mlprec/mld_dsp_renum.f90 | 10 +++++---- mlprec/mld_dsub_aply.f90 | 10 +++++---- mlprec/mld_dsub_solve.f90 | 10 +++++---- mlprec/mld_dumf_bld.f90 | 10 +++++---- mlprec/mld_dumf_interface.c | 18 ++++++++------- mlprec/mld_inner_mod.f90 | 38 ++++++++++++++++++++++++++++++++ mlprec/mld_prec_mod.f90 | 10 +++++---- mlprec/mld_prec_type.f90 | 10 +++++---- mlprec/mld_zaggrmap_bld.f90 | 10 +++++---- mlprec/mld_zaggrmat_asb.f90 | 10 +++++---- mlprec/mld_zaggrmat_raw_asb.F90 | 10 +++++---- mlprec/mld_zaggrmat_smth_asb.F90 | 10 +++++---- mlprec/mld_zas_aply.f90 | 10 +++++---- mlprec/mld_zas_bld.f90 | 10 +++++---- mlprec/mld_zbaseprec_aply.f90 | 10 +++++---- mlprec/mld_zbaseprec_bld.f90 | 10 +++++---- mlprec/mld_zdiag_bld.f90 | 12 +++++----- mlprec/mld_zfact_bld.f90 | 10 +++++---- mlprec/mld_zilu0_fact.f90 | 12 +++++----- mlprec/mld_zilu_bld.f90 | 10 +++++---- mlprec/mld_ziluk_fact.f90 | 10 +++++---- mlprec/mld_zilut_fact.f90 | 10 +++++---- mlprec/mld_zmlprec_aply.f90 | 10 +++++---- mlprec/mld_zmlprec_bld.f90 | 10 +++++---- mlprec/mld_zprec_aply.f90 | 10 +++++---- mlprec/mld_zprecbld.f90 | 10 +++++---- mlprec/mld_zprecfree.f90 | 10 +++++---- mlprec/mld_zprecinit.f90 | 10 +++++---- mlprec/mld_zprecset.f90 | 10 +++++---- mlprec/mld_zslu_bld.f90 | 10 +++++---- mlprec/mld_zslu_interface.c | 18 ++++++++------- mlprec/mld_zslud_bld.f90 | 10 +++++---- mlprec/mld_zslud_interface.c | 18 ++++++++------- mlprec/mld_zsp_renum.f90 | 10 +++++---- mlprec/mld_zsub_aply.f90 | 10 +++++---- mlprec/mld_zsub_solve.f90 | 10 +++++---- mlprec/mld_zumf_bld.f90 | 10 +++++---- mlprec/mld_zumf_interface.c | 18 ++++++++------- test/pargen/ppde.f90 | 13 ++++++++--- 66 files changed, 464 insertions(+), 290 deletions(-) diff --git a/LICENSE b/LICENSE index 81f742c0..aab0c487 100644 --- a/LICENSE +++ b/LICENSE @@ -1,12 +1,15 @@ - MLD2P4 + MLD2P4 version 1.0 MultiLevel Domain Decomposition Parallel Preconditioners Package - based on PSBLAS (Parallel Sparse BLAS v.2.0) + based on PSBLAS (Parallel Sparse BLAS version 2.2) - (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata + (C) Copyright 2008 + + Salvatore Filippone University of Rome Tor Vergata + Alfredo Buttari University of Rome Tor Vergata Pasqua D'Ambra ICAR-CNR, Naples Daniela di Serafino Second University of Naples - Salvatore Filippone University of Rome Tor Vergata + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/krylov/psb_prec_mod.F90 b/krylov/psb_prec_mod.F90 index ec286fef..a8936eda 100644 --- a/krylov/psb_prec_mod.F90 +++ b/krylov/psb_prec_mod.F90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2006 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_daggrmap_bld.f90 b/mlprec/mld_daggrmap_bld.f90 index f46f6fa1..b8ea8cdc 100644 --- a/mlprec/mld_daggrmap_bld.f90 +++ b/mlprec/mld_daggrmap_bld.f90 @@ -1,14 +1,16 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata -!!$ +!!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions !!$ are met: diff --git a/mlprec/mld_daggrmat_asb.f90 b/mlprec/mld_daggrmat_asb.f90 index f626938a..80ed6b30 100644 --- a/mlprec/mld_daggrmat_asb.f90 +++ b/mlprec/mld_daggrmat_asb.f90 @@ -1,13 +1,15 @@ -!!$ -!!$ -!!$ MLD2P4 +!!$ +!!$ +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_daggrmat_raw_asb.F90 b/mlprec/mld_daggrmat_raw_asb.F90 index 791eba0d..d7872697 100644 --- a/mlprec/mld_daggrmat_raw_asb.F90 +++ b/mlprec/mld_daggrmat_raw_asb.F90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_daggrmat_smth_asb.F90 b/mlprec/mld_daggrmat_smth_asb.F90 index fd965367..0417e475 100644 --- a/mlprec/mld_daggrmat_smth_asb.F90 +++ b/mlprec/mld_daggrmat_smth_asb.F90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_das_aply.f90 b/mlprec/mld_das_aply.f90 index 0b80536f..349bcf8b 100644 --- a/mlprec/mld_das_aply.f90 +++ b/mlprec/mld_das_aply.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_das_bld.f90 b/mlprec/mld_das_bld.f90 index 5bc7d082..7d9ab538 100644 --- a/mlprec/mld_das_bld.f90 +++ b/mlprec/mld_das_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dbaseprec_aply.f90 b/mlprec/mld_dbaseprec_aply.f90 index 5240ede0..1ccfcd9b 100644 --- a/mlprec/mld_dbaseprec_aply.f90 +++ b/mlprec/mld_dbaseprec_aply.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dbaseprec_bld.f90 b/mlprec/mld_dbaseprec_bld.f90 index c604a481..3de35a58 100644 --- a/mlprec/mld_dbaseprec_bld.f90 +++ b/mlprec/mld_dbaseprec_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_ddiag_bld.f90 b/mlprec/mld_ddiag_bld.f90 index fe585c56..a10631ff 100644 --- a/mlprec/mld_ddiag_bld.f90 +++ b/mlprec/mld_ddiag_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata -!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata +!!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dfact_bld.f90 b/mlprec/mld_dfact_bld.f90 index d030b77e..279856b3 100644 --- a/mlprec/mld_dfact_bld.f90 +++ b/mlprec/mld_dfact_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dilu0_fact.f90 b/mlprec/mld_dilu0_fact.f90 index 38fd94f4..6d246d14 100644 --- a/mlprec/mld_dilu0_fact.f90 +++ b/mlprec/mld_dilu0_fact.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata -!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata +!!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dilu_bld.f90 b/mlprec/mld_dilu_bld.f90 index 2c24f041..71043650 100644 --- a/mlprec/mld_dilu_bld.f90 +++ b/mlprec/mld_dilu_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_diluk_fact.f90 b/mlprec/mld_diluk_fact.f90 index c915e64c..1e0f64e2 100644 --- a/mlprec/mld_diluk_fact.f90 +++ b/mlprec/mld_diluk_fact.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dilut_fact.f90 b/mlprec/mld_dilut_fact.f90 index 0b9e8a43..f8f9fed2 100644 --- a/mlprec/mld_dilut_fact.f90 +++ b/mlprec/mld_dilut_fact.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dmlprec_aply.f90 b/mlprec/mld_dmlprec_aply.f90 index 08ad9686..87232443 100644 --- a/mlprec/mld_dmlprec_aply.f90 +++ b/mlprec/mld_dmlprec_aply.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dmlprec_bld.f90 b/mlprec/mld_dmlprec_bld.f90 index 2cc2efd0..e3b3772d 100644 --- a/mlprec/mld_dmlprec_bld.f90 +++ b/mlprec/mld_dmlprec_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dprec_aply.f90 b/mlprec/mld_dprec_aply.f90 index ab27fb9b..741ef0fd 100644 --- a/mlprec/mld_dprec_aply.f90 +++ b/mlprec/mld_dprec_aply.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dprecbld.f90 b/mlprec/mld_dprecbld.f90 index f69a3a24..a0b2b07b 100644 --- a/mlprec/mld_dprecbld.f90 +++ b/mlprec/mld_dprecbld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dprecfree.f90 b/mlprec/mld_dprecfree.f90 index c541fda6..c9660082 100644 --- a/mlprec/mld_dprecfree.f90 +++ b/mlprec/mld_dprecfree.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dprecinit.f90 b/mlprec/mld_dprecinit.f90 index a1efe40a..7af845eb 100644 --- a/mlprec/mld_dprecinit.f90 +++ b/mlprec/mld_dprecinit.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dprecset.f90 b/mlprec/mld_dprecset.f90 index 3bc4cce5..615b195b 100644 --- a/mlprec/mld_dprecset.f90 +++ b/mlprec/mld_dprecset.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dslu_bld.f90 b/mlprec/mld_dslu_bld.f90 index 638717d9..a7954038 100644 --- a/mlprec/mld_dslu_bld.f90 +++ b/mlprec/mld_dslu_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dslu_interface.c b/mlprec/mld_dslu_interface.c index 737213b1..5bb20d08 100644 --- a/mlprec/mld_dslu_interface.c +++ b/mlprec/mld_dslu_interface.c @@ -1,13 +1,15 @@ /* * - * MLD2P4 - * MultiLevel Domain Decomposition Parallel Preconditioners Package - * based on PSBLAS (Parallel Sparse BLAS v.2.0) - * - * (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples - * Salvatore Filippone University of Rome Tor Vergata + * MLD2P4 version 1.0 + * MultiLevel Domain Decomposition Parallel Preconditioners Package + * based on PSBLAS (Parallel Sparse BLAS version 2.2) + * + * (C) Copyright 2008 + * + * Salvatore Filippone University of Rome Tor Vergata + * Alfredo Buttari University of Rome Tor Vergata + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino Second University of Naples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dslud_bld.f90 b/mlprec/mld_dslud_bld.f90 index 08b4d6fe..7b5a39c0 100644 --- a/mlprec/mld_dslud_bld.f90 +++ b/mlprec/mld_dslud_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dslud_interface.c b/mlprec/mld_dslud_interface.c index 18c00f9e..21949c5f 100644 --- a/mlprec/mld_dslud_interface.c +++ b/mlprec/mld_dslud_interface.c @@ -1,13 +1,15 @@ /* * - * MLD2P4 - * MultiLevel Domain Decomposition Parallel Preconditioners Package - * based on PSBLAS (Parallel Sparse BLAS v.2.0) - * - * (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples - * Salvatore Filippone University of Rome Tor Vergata + * MLD2P4 version 1.0 + * MultiLevel Domain Decomposition Parallel Preconditioners Package + * based on PSBLAS (Parallel Sparse BLAS version 2.2) + * + * (C) Copyright 2008 + * + * Salvatore Filippone University of Rome Tor Vergata + * Alfredo Buttari University of Rome Tor Vergata + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino Second University of Naples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dsp_renum.f90 b/mlprec/mld_dsp_renum.f90 index 98b08171..67b611e0 100644 --- a/mlprec/mld_dsp_renum.f90 +++ b/mlprec/mld_dsp_renum.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dsub_aply.f90 b/mlprec/mld_dsub_aply.f90 index 6fc1db71..f8c86b84 100644 --- a/mlprec/mld_dsub_aply.f90 +++ b/mlprec/mld_dsub_aply.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dsub_solve.f90 b/mlprec/mld_dsub_solve.f90 index ae835a6d..5398e069 100644 --- a/mlprec/mld_dsub_solve.f90 +++ b/mlprec/mld_dsub_solve.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dumf_bld.f90 b/mlprec/mld_dumf_bld.f90 index f176dd1b..3dd1e42f 100644 --- a/mlprec/mld_dumf_bld.f90 +++ b/mlprec/mld_dumf_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_dumf_interface.c b/mlprec/mld_dumf_interface.c index 42952a2f..76addf78 100644 --- a/mlprec/mld_dumf_interface.c +++ b/mlprec/mld_dumf_interface.c @@ -1,13 +1,15 @@ /* * - * MLD2P4 - * MultiLevel Domain Decomposition Parallel Preconditioners Package - * based on PSBLAS (Parallel Sparse BLAS v.2.0) - * - * (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples - * Salvatore Filippone University of Rome Tor Vergata + * MLD2P4 version 1.0 + * MultiLevel Domain Decomposition Parallel Preconditioners Package + * based on PSBLAS (Parallel Sparse BLAS version 2.2) + * + * (C) Copyright 2008 + * + * Salvatore Filippone University of Rome Tor Vergata + * Alfredo Buttari University of Rome Tor Vergata + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino Second University of Naples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/mld_inner_mod.f90 b/mlprec/mld_inner_mod.f90 index 21bdf04c..9d32edb4 100644 --- a/mlprec/mld_inner_mod.f90 +++ b/mlprec/mld_inner_mod.f90 @@ -1,3 +1,41 @@ +!!$ +!!$ +!!$ MLD2P4 version 1.0 +!!$ MultiLevel Domain Decomposition Parallel Preconditioners Package +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) +!!$ +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino Second University of Naples +!!$ +!!$ Redistribution and use in source and binary forms, with or without +!!$ modification, are permitted provided that the following conditions +!!$ are met: +!!$ 1. Redistributions of source code must retain the above copyright +!!$ notice, this list of conditions and the following disclaimer. +!!$ 2. Redistributions in binary form must reproduce the above copyright +!!$ notice, this list of conditions, and the following disclaimer in the +!!$ documentation and/or other materials provided with the distribution. +!!$ 3. The name of the MLD2P4 group or the names of its contributors may +!!$ not be used to endorse or promote products derived from this +!!$ software without specific written permission. +!!$ +!!$ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +!!$ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +!!$ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +!!$ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE MLD2P4 GROUP OR ITS CONTRIBUTORS +!!$ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +!!$ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +!!$ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +!!$ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +!!$ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +!!$ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +!!$ POSSIBILITY OF SUCH DAMAGE. +!!$ +!!$ module mld_inner_mod use mld_prec_type interface mld_baseprec_aply diff --git a/mlprec/mld_prec_mod.f90 b/mlprec/mld_prec_mod.f90 index f7793843..01a93468 100644 --- a/mlprec/mld_prec_mod.f90 +++ b/mlprec/mld_prec_mod.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_prec_type.f90 b/mlprec/mld_prec_type.f90 index 83c05950..8604f89f 100644 --- a/mlprec/mld_prec_type.f90 +++ b/mlprec/mld_prec_type.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zaggrmap_bld.f90 b/mlprec/mld_zaggrmap_bld.f90 index fcf82ade..a289767d 100644 --- a/mlprec/mld_zaggrmap_bld.f90 +++ b/mlprec/mld_zaggrmap_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zaggrmat_asb.f90 b/mlprec/mld_zaggrmat_asb.f90 index 422ef3a0..cc4fea1f 100644 --- a/mlprec/mld_zaggrmat_asb.f90 +++ b/mlprec/mld_zaggrmat_asb.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zaggrmat_raw_asb.F90 b/mlprec/mld_zaggrmat_raw_asb.F90 index 7c4b65c1..8f24de7c 100644 --- a/mlprec/mld_zaggrmat_raw_asb.F90 +++ b/mlprec/mld_zaggrmat_raw_asb.F90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zaggrmat_smth_asb.F90 b/mlprec/mld_zaggrmat_smth_asb.F90 index 287b0506..201affa0 100644 --- a/mlprec/mld_zaggrmat_smth_asb.F90 +++ b/mlprec/mld_zaggrmat_smth_asb.F90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zas_aply.f90 b/mlprec/mld_zas_aply.f90 index c2ebfc13..777e0cc3 100644 --- a/mlprec/mld_zas_aply.f90 +++ b/mlprec/mld_zas_aply.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zas_bld.f90 b/mlprec/mld_zas_bld.f90 index 09b19eda..5f00209c 100644 --- a/mlprec/mld_zas_bld.f90 +++ b/mlprec/mld_zas_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zbaseprec_aply.f90 b/mlprec/mld_zbaseprec_aply.f90 index eb3a6508..bbf84c99 100644 --- a/mlprec/mld_zbaseprec_aply.f90 +++ b/mlprec/mld_zbaseprec_aply.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zbaseprec_bld.f90 b/mlprec/mld_zbaseprec_bld.f90 index bc21a5bb..27cf57aa 100644 --- a/mlprec/mld_zbaseprec_bld.f90 +++ b/mlprec/mld_zbaseprec_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zdiag_bld.f90 b/mlprec/mld_zdiag_bld.f90 index e9b61971..bf0e390a 100644 --- a/mlprec/mld_zdiag_bld.f90 +++ b/mlprec/mld_zdiag_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata -!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata +!!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zfact_bld.f90 b/mlprec/mld_zfact_bld.f90 index 111276db..d1fac460 100644 --- a/mlprec/mld_zfact_bld.f90 +++ b/mlprec/mld_zfact_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zilu0_fact.f90 b/mlprec/mld_zilu0_fact.f90 index 021c317a..a581195a 100644 --- a/mlprec/mld_zilu0_fact.f90 +++ b/mlprec/mld_zilu0_fact.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata -!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata +!!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zilu_bld.f90 b/mlprec/mld_zilu_bld.f90 index 23ce75e9..c101b0ce 100644 --- a/mlprec/mld_zilu_bld.f90 +++ b/mlprec/mld_zilu_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_ziluk_fact.f90 b/mlprec/mld_ziluk_fact.f90 index b5afd602..58f3366c 100644 --- a/mlprec/mld_ziluk_fact.f90 +++ b/mlprec/mld_ziluk_fact.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zilut_fact.f90 b/mlprec/mld_zilut_fact.f90 index 7d9b05d9..63942b63 100644 --- a/mlprec/mld_zilut_fact.f90 +++ b/mlprec/mld_zilut_fact.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zmlprec_aply.f90 b/mlprec/mld_zmlprec_aply.f90 index d9f310b2..3b4d1dc5 100644 --- a/mlprec/mld_zmlprec_aply.f90 +++ b/mlprec/mld_zmlprec_aply.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zmlprec_bld.f90 b/mlprec/mld_zmlprec_bld.f90 index 105d8bbd..bde4f12d 100644 --- a/mlprec/mld_zmlprec_bld.f90 +++ b/mlprec/mld_zmlprec_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zprec_aply.f90 b/mlprec/mld_zprec_aply.f90 index 1925a1ae..67f6d2c0 100644 --- a/mlprec/mld_zprec_aply.f90 +++ b/mlprec/mld_zprec_aply.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zprecbld.f90 b/mlprec/mld_zprecbld.f90 index 1416954e..29fbbe2c 100644 --- a/mlprec/mld_zprecbld.f90 +++ b/mlprec/mld_zprecbld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zprecfree.f90 b/mlprec/mld_zprecfree.f90 index dbe25ae5..0f39bd27 100644 --- a/mlprec/mld_zprecfree.f90 +++ b/mlprec/mld_zprecfree.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zprecinit.f90 b/mlprec/mld_zprecinit.f90 index 1b64b660..bb413345 100644 --- a/mlprec/mld_zprecinit.f90 +++ b/mlprec/mld_zprecinit.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zprecset.f90 b/mlprec/mld_zprecset.f90 index 54376786..c8293572 100644 --- a/mlprec/mld_zprecset.f90 +++ b/mlprec/mld_zprecset.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zslu_bld.f90 b/mlprec/mld_zslu_bld.f90 index be8430f2..baeba7e1 100644 --- a/mlprec/mld_zslu_bld.f90 +++ b/mlprec/mld_zslu_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zslu_interface.c b/mlprec/mld_zslu_interface.c index 533b027f..aa6c5267 100644 --- a/mlprec/mld_zslu_interface.c +++ b/mlprec/mld_zslu_interface.c @@ -1,13 +1,15 @@ /* * - * MLD2P4 - * MultiLevel Domain Decomposition Parallel Preconditioners Package - * based on PSBLAS (Parallel Sparse BLAS v.2.0) - * - * (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples - * Salvatore Filippone University of Rome Tor Vergata + * MLD2P4 version 1.0 + * MultiLevel Domain Decomposition Parallel Preconditioners Package + * based on PSBLAS (Parallel Sparse BLAS version 2.2) + * + * (C) Copyright 2008 + * + * Salvatore Filippone University of Rome Tor Vergata + * Alfredo Buttari University of Rome Tor Vergata + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino Second University of Naples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zslud_bld.f90 b/mlprec/mld_zslud_bld.f90 index 31b30a75..9da84a00 100644 --- a/mlprec/mld_zslud_bld.f90 +++ b/mlprec/mld_zslud_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zslud_interface.c b/mlprec/mld_zslud_interface.c index 7e1295d7..704c3380 100644 --- a/mlprec/mld_zslud_interface.c +++ b/mlprec/mld_zslud_interface.c @@ -1,13 +1,15 @@ /* * - * MLD2P4 - * MultiLevel Domain Decomposition Parallel Preconditioners Package - * based on PSBLAS (Parallel Sparse BLAS v.2.0) - * - * (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples - * Salvatore Filippone University of Rome Tor Vergata + * MLD2P4 version 1.0 + * MultiLevel Domain Decomposition Parallel Preconditioners Package + * based on PSBLAS (Parallel Sparse BLAS version 2.2) + * + * (C) Copyright 2008 + * + * Salvatore Filippone University of Rome Tor Vergata + * Alfredo Buttari University of Rome Tor Vergata + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino Second University of Naples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zsp_renum.f90 b/mlprec/mld_zsp_renum.f90 index 185571da..4d1fb36e 100644 --- a/mlprec/mld_zsp_renum.f90 +++ b/mlprec/mld_zsp_renum.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zsub_aply.f90 b/mlprec/mld_zsub_aply.f90 index 60a41a00..1a888257 100644 --- a/mlprec/mld_zsub_aply.f90 +++ b/mlprec/mld_zsub_aply.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zsub_solve.f90 b/mlprec/mld_zsub_solve.f90 index f754561b..0eef0c36 100644 --- a/mlprec/mld_zsub_solve.f90 +++ b/mlprec/mld_zsub_solve.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zumf_bld.f90 b/mlprec/mld_zumf_bld.f90 index cf2a26ff..2f6adec6 100644 --- a/mlprec/mld_zumf_bld.f90 +++ b/mlprec/mld_zumf_bld.f90 @@ -1,13 +1,15 @@ !!$ !!$ -!!$ MLD2P4 +!!$ MLD2P4 version 1.0 !!$ MultiLevel Domain Decomposition Parallel Preconditioners Package -!!$ based on PSBLAS (Parallel Sparse BLAS v.2.0) +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) !!$ -!!$ (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata !!$ Pasqua D'Ambra ICAR-CNR, Naples !!$ Daniela di Serafino Second University of Naples -!!$ Salvatore Filippone University of Rome Tor Vergata !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_zumf_interface.c b/mlprec/mld_zumf_interface.c index 30282a6f..46eb1338 100644 --- a/mlprec/mld_zumf_interface.c +++ b/mlprec/mld_zumf_interface.c @@ -1,13 +1,15 @@ /* * - * MLD2P4 - * MultiLevel Domain Decomposition Parallel Preconditioners Package - * based on PSBLAS (Parallel Sparse BLAS v.2.0) - * - * (C) Copyright 2007 Alfredo Buttari University of Rome Tor Vergata - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples - * Salvatore Filippone University of Rome Tor Vergata + * MLD2P4 version 1.0 + * MultiLevel Domain Decomposition Parallel Preconditioners Package + * based on PSBLAS (Parallel Sparse BLAS version 2.2) + * + * (C) Copyright 2008 + * + * Salvatore Filippone University of Rome Tor Vergata + * Alfredo Buttari University of Rome Tor Vergata + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino Second University of Naples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/test/pargen/ppde.f90 b/test/pargen/ppde.f90 index 6bdda95d..0eb05a9f 100644 --- a/test/pargen/ppde.f90 +++ b/test/pargen/ppde.f90 @@ -1,7 +1,14 @@ !!$ -!!$ Parallel Sparse BLAS v2.0 -!!$ (C) Copyright 2006 Salvatore Filippone University of Rome Tor Vergata -!!$ Alfredo Buttari University of Rome Tor Vergata +!!$ MLD2P4 version 1.0 +!!$ MultiLevel Domain Decomposition Parallel Preconditioners Package +!!$ based on PSBLAS (Parallel Sparse BLAS version 2.2) +!!$ +!!$ (C) Copyright 2008 +!!$ +!!$ Salvatore Filippone University of Rome Tor Vergata +!!$ Alfredo Buttari University of Rome Tor Vergata +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino Second University of Naples !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions