Salvatore Filippone
261056ee48
psblas/base:
...
modules/psb_tools_mod.f90
tools/Makefile
tools/psb_dcdbldext.F90
tools/psb_dcdovr.F90
tools/psb_zcdbldext.F90
tools/psb_zcdovr.F90
Changed names of inner routines & files cdovr -> cdbldext to match
interface names.
17 years ago
Salvatore Filippone
9dc5a8bc11
psblas:
...
base/internals/Makefile
base/internals/psi_dswapdata.F90
base/internals/psi_dswaptran.F90
base/internals/psi_iswapdata.F90
base/internals/psi_iswaptran.F90
base/internals/psi_zswapdata.F90
base/internals/psi_zswaptran.F90
base/modules/Makefile
base/modules/psb_base_mod.f90
base/modules/psb_desc_type.f90
base/modules/psb_inter_desc_type.f90
base/modules/psb_realloc_mod.F90
base/modules/psb_serial_mod.f90
base/modules/psb_spmat_type.f90
base/modules/psb_tools_mod.f90
base/modules/psi_mod.f90
base/modules/psi_serial_mod.f90
base/tools/psb_cdcpy.f90
base/tools/psb_dcdovr.F90
base/tools/psb_glob_to_loc.f90
base/tools/psb_loc_to_glob.f90
base/tools/psb_zcdovr.F90
Merged changes from psblas-intermesh branch up to rev. 2809.
17 years ago
Salvatore Filippone
b60d842b22
psblas:
...
17 years ago
Salvatore Filippone
c66badc5f6
psb_dallc.f90
...
psb_ialloc.f90
psb_zallc.f90
Fixed forgotten declaration of NR variable.
17 years ago
Salvatore Filippone
f24d39ec18
psblas:
...
base/modules/psb_tools_mod.f90
base/tools/psb_dallc.f90
base/tools/psb_ialloc.f90
base/tools/psb_zallc.f90
krylov/psb_dcgstabl.f90
Fixed stupid bug in BiCGSTAB(L): the column index of a distributed
matrix might start from something else than 0. Changed allocation
routines.
17 years ago
Salvatore Filippone
3457f5987e
psblas:base/tools:psb_dsphalo.F90,psb_zsphalo.F90
...
final fix for %pl, %pr problem revealed during SP testing.
17 years ago
Salvatore Filippone
1aa0b01613
psblas: fix initialization of blk%pl|pr in sphalo, was giving a
...
segfault on SP
17 years ago
Salvatore Filippone
c8c211c0e9
Merged changes at r2702 from branch psblas-ovtrans.
17 years ago
Salvatore Filippone
ee22b69b2f
*** empty log message ***
17 years ago
Salvatore Filippone
1de99a499a
Merged debug infrastructure, internal docs and html headers.
17 years ago
Salvatore Filippone
e059235257
Fixed intent out on cdovr (aka bld_ext)
17 years ago
Salvatore Filippone
f46a8b1131
Bunch of changes to take away most instances of unused variables.
17 years ago
Salvatore Filippone
624e32ed6d
Fixed internal docs.
17 years ago
Salvatore Filippone
3297eb7d04
Fixed in-line docs.
17 years ago
Salvatore Filippone
66e1169a2b
Fixed in-line docs.
17 years ago
Salvatore Filippone
81ce9e94fd
Moved csrp from tools to serial, taking out desc_a from the interface.
...
Update the user guide adding whether each routine is a synchronization point.
17 years ago
Salvatore Filippone
285da66426
Fixed bunch of headers in various tools source files.
...
Moved gelp to serial.
Changed interface of sphalo.
17 years ago
Salvatore Filippone
07e8fec0a8
17 years ago
Salvatore Filippone
5ce48b7dec
17 years ago
Salvatore Filippone
f30edc6ed1
18 years ago
Salvatore Filippone
d69e523abe
*** empty log message ***
18 years ago
Salvatore Filippone
7cbb943e6c
Merged new serial code.
18 years ago
Salvatore Filippone
5422fda30d
Fixed documentation of INTENT of arguments.
18 years ago
Salvatore Filippone
88f0e7ef53
Fixed error handling on ALLOCATE.
18 years ago
Salvatore Filippone
7c40630b86
Fixed bug in CDALL whereas SET_BLD using matrix_data(psb_ctxt_) was
...
called before the entry was set.
18 years ago
Salvatore Filippone
b42976808a
Call psb_get_mpicomm ONLY in CDALL; afterwards, always get it from DESC.
18 years ago
Salvatore Filippone
4b16ee0af4
Call psb_get_mpicomm ONLY in CDALL; afterwards, always get it from DESC.
18 years ago
Salvatore Filippone
6e724f4458
Added some cleanup from compiling with -Wall.
18 years ago
Salvatore Filippone
35318812a1
Fixed bug: add nullify into sp_all.
18 years ago
Salvatore Filippone
dd5a8bb7fd
Fixed bug: add nullify for BLK matrix.
18 years ago
Salvatore Filippone
6d59769aef
Added sizeof for sparsematrix/descriptor, prec_sizeof for
...
preconditioner. Cannot reuse the same name because of a bug in
GFORTRAN; will it be fixed???
18 years ago
Salvatore Filippone
0e3cd65762
Defined interface msort_unique and used in neigh and cdovr.
18 years ago
Salvatore Filippone
c2377670eb
Fixed sphalo to use getrow, not getblk, to avoid problems with
...
subsequente all-to-all.
Fixed getblk to use fixcoo by default.
Fixed spclip to use getrow, and save on memory space.
Should we change fixcoo name?
18 years ago
Salvatore Filippone
ca35960e24
Changed implementation and internals of GETROW/GETBLK.
18 years ago
Salvatore Filippone
7717e402ec
Fixed bug in cdall, version with NL.
18 years ago
Salvatore Filippone
2ea35bfab3
Fixes for compilation on SP5: avoid "??'", also clean up CR/LF from makefiles.
18 years ago
Salvatore Filippone
ae4600eefb
Changes for SUN compilers.
18 years ago
Salvatore Filippone
5ed6b7970b
Fixes for complex halo gather.
18 years ago
Salvatore Filippone
217e6b2a52
Reorganized USE hierarchy.
...
Cleaned up the PREC directory.
18 years ago
Salvatore Filippone
f4c609a3e6
Take out call flush which is only GNU fortran.
...
Further reduction in module file size.
Fixed include for AIX XLF: does not have MOVE_ALLOC.
18 years ago
Salvatore Filippone
1ae3697c76
Fixed ONLY clause in USE PSB_TOOLS_MOD to avoid name clashing.
18 years ago
Salvatore Filippone
d665988606
Fix default error action.
18 years ago
Salvatore Filippone
4bbd34c3cd
Fix default error action.
18 years ago
Salvatore Filippone
79d76975ca
Fix stupid spelling bug for errpush.
18 years ago
Salvatore Filippone
faa6867bb8
Fixed makefile and use statements for psb_msort, psb_qsort etc.
18 years ago
Salvatore Filippone
719d69246e
Merged changes for serial version.
18 years ago
Salvatore Filippone
1ada92856c
Take out obsolete refs to mpi_wtime, use psb_wtime instead.
18 years ago
Salvatore Filippone
45b21b501a
Fixed interface to PSB_HALO.
...
Fixed in CDASB: deallocate avltree upon entering assembled state.
18 years ago
Salvatore Filippone
7a0bddf731
Fixed large threshold to use function psb_cd_choose_large to account
...
for NP>2.
Updated description of data structure in psb_desc_type.f90.
18 years ago
Salvatore Filippone
22686aefa0
Aligned to new names for internal constants.
...
Fixed ext field of descriptors. First version; to be further
fixed storing force_hv into the descriptor itself.
18 years ago
Salvatore Filippone
ab8704dd91
Fixed state vs. size of descriptor in two separate entries in matrix_data,
...
making them orthogonal.
Updated tools sources accordingly.
18 years ago
Salvatore Filippone
ddb6b91cd8
Changed interface to CDALL to use optional parameters, encompassing the
...
various versions existing so far.
18 years ago
Salvatore Filippone
e59374bf6b
Renamed CDALL into CDALS.
18 years ago
Salvatore Filippone
af5b65606c
Second step of major reorg: tested compilation.
18 years ago
Salvatore Filippone
7a3e36db56
First reorganization towards psblas-2.1/3.0
18 years ago