Salvatore Filippone
ffe5ab739d
psblas3:
...
base/newserial/psbn_d_base_mat_mod.f03
base/newserial/psbn_d_csr_mat_mod.f03
prec/psb_ddiagsc_bld.f90
prec/psb_dprecbld.f90
prec/psb_dprecinit.f90
prec/psb_prec_mod.f90
test/pargen/runs/ppde.inp
test/serial/psbn_d_cxx_impl.f03
test/serial/psbn_d_cxx_mat_mod.f03
util/psb_mat_dist_mod.f90
Moved csgetblk and csclip to the base level, the only specific
implementation is that of csgetrow.
15 years ago
Salvatore Filippone
9bfb2980e3
psblas3:
...
base/Makefile
base/modules/Makefile
base/modules/psb_psblas_mod.f90
base/modules/psb_tools_mod.f90
base/newserial/Makefile
base/newserial/README
base/newserial/psbn_base_mat_mod.f03
base/newserial/psbn_d_base_mat_mod.f03
base/newserial/psbn_d_coo_impl.f03
base/newserial/psbn_d_csr_impl.f03
base/newserial/psbn_d_csr_mat_mod.f03
base/newserial/psbn_mat_mod.f03
base/psblas/psb_dnrmi.f90
base/psblas/psb_dspmm.f90
base/tools/psb_dspalloc.f90
base/tools/psb_dspasb.f90
base/tools/psb_dspfree.f90
base/tools/psb_dspins.f90
krylov/psb_dbicg.f90
krylov/psb_dcg.F90
krylov/psb_dcgs.f90
krylov/psb_dcgstab.F90
krylov/psb_dcgstabl.f90
krylov/psb_drgmres.f90
krylov/psb_krylov_mod.f90
prec/psb_dprecbld.f90
prec/psb_dprecinit.f90
prec/psb_dprecset.f90
prec/psb_prec_mod.f90
test/pargen/ppde.f90
test/pargen/runs/ppde.inp
test/serial/d_coo_matgen.f03
test/serial/d_matgen.f03
test/serial/psbn_d_cxx_mat_mod.f03
Minimal set of changes to run BICGSTAB in serial mode with NONE as a
preconditioner. It does now!
15 years ago
Salvatore Filippone
434085380d
psblas3:
...
base/newserial/psbn_mat_mod.f03
Added SCAL at external level.
15 years ago
Salvatore Filippone
fb28c925dc
psblas3:
...
base/newserial/psbn_base_mat_mod.f03
base/newserial/psbn_d_base_mat_mod.f03
base/newserial/psbn_d_coo_impl.f03
base/newserial/psbn_d_csr_impl.f03
base/newserial/psbn_d_csr_mat_mod.f03
base/newserial/psbn_mat_mod.f03
test/serial/d_matgen.f03
Added SCAL.
Defined CSGET/CSCLIP: they work on the same inner kernel
implementation!
15 years ago
Salvatore Filippone
607a0aa949
psblas3:
...
base/Makefile
base/newserial/psbn_base_mat_mod.f03
base/newserial/psbn_d_base_mat_mod.f03
base/newserial/psbn_d_coo_impl.f03
base/newserial/psbn_d_csr_impl.f03
base/newserial/psbn_d_csr_mat_mod.f03
base/newserial/psbn_mat_impl.f03
base/newserial/psbn_mat_mod.f03
test/serial/Makefile
test/serial/d_matgen.f03
test/serial/psbn_d_cxx_impl.f03
test/serial/psbn_d_cxx_mat_mod.f03
Improved error messages.
Various cosmetic fixes.
15 years ago
Salvatore Filippone
7ee565006c
psblas3:
...
Makefile
base/modules/psb_error_mod.F90
base/newserial/Makefile
base/newserial/psbn_base_mat_mod.f03
base/newserial/psbn_d_base_mat_mod.f03
base/newserial/psbn_d_coo_impl.f03
base/newserial/psbn_d_csr_impl.f03
base/newserial/psbn_d_csr_mat_mod.f03
base/newserial/psbn_mat_impl.f03
base/newserial/psbn_mat_mod.f03
test/serial/d_coo_matgen.f03
test/serial/d_matgen.f03
test/serial/psbn_d_cxx_impl.f03
test/serial/psbn_d_cxx_mat_mod.f03
Renamed various methods.
Tight binding of methods to outer objects.
15 years ago
Salvatore Filippone
1d21c81827
psblas3:
...
test/serial/Makefile
test/serial/d_matgen.f03
test/serial/psbn_d_cxx_impl.f03
test/serial/psbn_d_cxx_mat_mod.f03
First successful test of user-defined storage formats.
15 years ago
Salvatore Filippone
94779d8a65
psblas3:
...
base/modules/psb_error_mod.F90
base/newserial/psbn_base_mat_mod.f03
base/newserial/psbn_d_base_mat_mod.f03
base/newserial/psbn_d_csr_impl.f03
base/newserial/psbn_d_csr_mat_mod.f03
base/newserial/psbn_mat_impl.f03
base/newserial/psbn_mat_mod.f03
test/serial/Makefile
test/serial/d_matgen.f03
First round of encapsulation of sparse matrix data types.
15 years ago
Salvatore Filippone
95aeca09c3
psblas3:
...
base/newserial/Makefile
base/newserial/psbn_base_mat_mod.f03
base/newserial/psbn_d_base_mat_mod.f03
base/newserial/psbn_d_coo_impl.f03
base/newserial/psbn_d_csr_impl.f03
base/newserial/psbn_d_csr_mat_mod.f03
base/newserial/psbn_mat_impl.f03
base/newserial/psbn_mat_mod.f03
base/serial/csr/dcsrsm.f
test/pargen/runs/ppde.inp
test/serial
test/serial/Makefile
test/serial/d_coo_matgen.f03
Added serial test directory.
First tests of conversion COO-CSR
15 years ago
Salvatore Filippone
9bee709ca3
psblas3:
...
New implementation layer for outer shells.
15 years ago
Salvatore Filippone
30c06b3b8f
psblas3:
...
added someitems about SPCNV.
15 years ago
Salvatore Filippone
7d8a6bd486
psblas3:
...
Reworked CSR, take 3. But still waiting for the second NAG bugfix.
15 years ago
Salvatore Filippone
ef68641888
psblas3:
...
Reworked CSR, take 2.
15 years ago
Salvatore Filippone
30b880ea87
*** empty log message ***
15 years ago
Salvatore Filippone
91c6ccb47a
psblas3:
...
Reworked CSR, take 1.
15 years ago
Salvatore Filippone
759b576cf1
*** empty log message ***
15 years ago
Salvatore Filippone
2ca38a00c8
*** empty log message ***
15 years ago
Salvatore Filippone
fcce2afa89
*** empty log message ***
15 years ago
Salvatore Filippone
57d418ff15
psblas3:
...
Makefile
psbn_base_mat_mod.f03
psbn_d_base_mat_mod.f03
psbn_mat_mod.f03
Implementd many basic methods.
Reviewed visibility, make names of subroutines/functions always
private (thus only accessible via the object).
15 years ago
Salvatore Filippone
feb413dc8c
Fixed order of module procedures.
15 years ago
Salvatore Filippone
0ce5545cea
psblas3:
...
Changelog
base/modules/Makefile
base/modules/psb_ip_reord_mod.f90
base/newserial/Makefile
base/newserial/psbn_base_mat_mod.f03
base/newserial/psbn_coo_mat.f03
base/newserial/psbn_d_base_mat_mod.f03
base/newserial/psbn_d_coo_impl.f03
base/newserial/psbn_mat_mod.f03
base/serial/Makefile
base/serial/psb_ip_reord_mod.f90
config/pac.m4
Reworked base_mat to include COO (everybody must know about COO to
define A%TO_COO() and A%FROM_COO)
15 years ago
Salvatore Filippone
eddf493ae9
psblas3:
...
base/Makefile
base/comm/psb_chalo.f90
base/comm/psb_dhalo.f90
base/comm/psb_shalo.f90
base/comm/psb_zhalo.f90
base/modules/Makefile
base/newserial/psbn_coo_mat.f03
base/newserial/psbn_d_base_mat_mod.f03
base/psblas/psb_casum.f90
base/psblas/psb_caxpby.f90
base/psblas/psb_cdot.f90
base/psblas/psb_cnrm2.f90
base/psblas/psb_dasum.f90
base/psblas/psb_daxpby.f90
base/psblas/psb_ddot.f90
base/psblas/psb_dnrm2.f90
base/psblas/psb_sasum.f90
base/psblas/psb_saxpby.f90
base/psblas/psb_sdot.f90
base/psblas/psb_snrm2.f90
base/psblas/psb_zasum.f90
base/psblas/psb_zaxpby.f90
base/psblas/psb_zdot.f90
base/psblas/psb_znrm2.f90
base/serial/dp/Makefile
base/serial/f77/ccsmm.f
base/serial/f77/scsmm.f
configure.ac
configure
Fixes for the handling of interface mismatch in the NAG compiler: use
-wmismatch=mpi_gather.... and save mismatch_all just for psb_penv and
psb_blacs.
This enabled discovery of a number of minor (and not so minor)
errors..
Still waiting to hear about the bugs in F2003 mode.
15 years ago
Salvatore Filippone
302efc2c45
psblas3:
...
Make.inc.in
base/Makefile
base/modules/fakempi.c
base/modules/psb_penv_mod.F90
base/newserial/psbn_base_mat_mod.f03
base/newserial/psbn_coo_mat.f03
base/newserial/psbn_csr_mat.f03
base/newserial/psbn_d_base_mat_mod.f03
config/ax_f90_module_extension.m4
config/ax_f90_module_flag.m4
config/pac.m4
configure.ac
configure
Added --with-serial-mpi.
15 years ago
Salvatore Filippone
7080b2c827
psblas3:
...
Intermediate checkpoint, lots more to do yet.
15 years ago
Salvatore Filippone
2e62b1335e
psblas3:
...
base/modules/psb_error_mod.F90
base/newserial/psbn_coo_mat.f03
base/newserial/psbn_csr_mat.f03
base/newserial/psbn_d_base_mat_mod.f03
base/newserial/psbn_mat_mod.f03
First error handling in derived classes.
16 years ago
Salvatore Filippone
9ecf2d2b4b
Split files in OO implementation. Still long way to go.
16 years ago
Salvatore Filippone
a1cf9b1836
base/Makefile
...
16 years ago
Salvatore Filippone
2a6383e870
psblas3:
...
Version that compiles and runs with NAG.
Lots and lots to be changed yet.
16 years ago
Salvatore Filippone
8766c1003b
psblas3:
...
Changelog
LICENSE
Make.inc.in
README
base/Makefile
base/internals/psi_bld_tmphalo.f90
base/internals/psi_bld_tmpovrl.f90
base/internals/psi_crea_bnd_elem.f90
base/internals/psi_crea_index.f90
base/internals/psi_crea_ovr_elem.f90
base/internals/psi_fnd_owner.F90
base/modules/Makefile
base/modules/psb_base_mod.f90
base/modules/psb_desc_type.f90
base/modules/psb_hash_mod.f90
base/modules/psb_linmap_mod.f90
base/modules/psb_linmap_type_mod.f90
base/modules/psb_penv_mod.F90
base/modules/psb_psblas_mod.f90
base/modules/psb_realloc_mod.F90
base/modules/psb_serial_mod.f90
base/modules/psb_sort_mod.f90
base/modules/psb_spmat_type.f03
base/modules/psb_spmat_type.f90
base/modules/psb_tools_mod.f90
base/modules/psi_mod.f90
base/psblas/Makefile
base/psblas/psb_cspmm.f90
base/psblas/psb_dspmm.f90
base/psblas/psb_sspmm.f90
base/psblas/psb_zspmm.f90
base/serial/Makefile
base/serial/aux/Makefile
base/serial/psb_ccoins.f90
base/serial/psb_ccsprt.f90
base/serial/psb_cgelp.f90
base/serial/psb_cipcoo2csc.f90
base/serial/psb_cipcoo2csr.f90
base/serial/psb_cipcsr2coo.f90
base/serial/psb_cneigh.f90
base/serial/psb_ctransc.f90
base/serial/psb_ctransp.f90
base/serial/psb_dcoins.f90
base/serial/psb_dcsmm.f90
base/serial/psb_dcsprt.f90
base/serial/psb_dcsrp.f90
base/serial/psb_dgelp.f90
base/serial/psb_dipcoo2csc.f90
base/serial/psb_dipcoo2csr.f90
base/serial/psb_dipcsr2coo.f90
base/serial/psb_dneigh.f90
base/serial/psb_dtransp.f90
base/serial/psb_getrow_mod.f90
base/serial/psb_scoins.f90
base/serial/psb_scsnmi.f90
base/serial/psb_scsprt.f90
base/serial/psb_sgelp.f90
base/serial/psb_sipcoo2csc.f90
base/serial/psb_sipcoo2csr.f90
base/serial/psb_sipcsr2coo.f90
base/serial/psb_sneigh.f90
base/serial/psb_stransp.f90
base/serial/psb_update_mod.f90
base/serial/psb_zcoins.f90
base/serial/psb_zcsprt.f90
base/serial/psb_zcsrp.f90
base/serial/psb_zgelp.f90
base/serial/psb_zipcoo2csc.f90
base/serial/psb_zipcoo2csr.f90
base/serial/psb_zipcsr2coo.f90
base/serial/psb_zneigh.f90
base/serial/psb_ztransc.f90
base/serial/psb_ztransp.f90
base/tools/Makefile
base/tools/psb_ccdbldext.F90
base/tools/psb_cd_lstext.f90
base/tools/psb_cd_reinit.f90
base/tools/psb_cdals.f90
base/tools/psb_cdren.f90
base/tools/psb_dcdbldext.F90
base/tools/psb_icdasb.F90
base/tools/psb_inter_desc.f90
base/tools/psb_linmap.f90
base/tools/psb_map.f90
base/tools/psb_scdbldext.F90
base/tools/psb_zcdbldext.F90
config/pac.m4
configure.ac
configure
krylov/psb_scgstab.F90
prec/psb_cdiagsc_bld.f90
prec/psb_cprc_aply.f90
prec/psb_cprecbld.f90
prec/psb_ddiagsc_bld.f90
prec/psb_dprc_aply.f90
prec/psb_dprecbld.f90
prec/psb_sdiagsc_bld.f90
prec/psb_sprc_aply.f90
prec/psb_sprecbld.f90
prec/psb_zdiagsc_bld.f90
prec/psb_zprc_aply.f90
prec/psb_zprecbld.f90
test/fileread/cf_sample.f90
test/fileread/df_sample.f90
test/fileread/sf_sample.f90
test/fileread/zf_sample.f90
test/pargen/ppde.f90
test/pargen/runs/ppde.inp
test/pargen/spde.f90
util/psb_mat_dist_mod.f90
psblas3:
first batch of changes to accommodate NAG compiler. Now the real work
is about to start...
16 years ago
Salvatore Filippone
9765e4a4ae
*** empty log message ***
16 years ago
Salvatore Filippone
be18a33a19
psblas2-typext
...
psb_spsb is not currently used.
16 years ago
Salvatore Filippone
e42460b161
psblas-typext
...
Modified the spmat_types to contain type-bound procedures for CSMM and
CSSM.
Modified the PSBLAS and psb_map accordingly.
16 years ago
Salvatore Filippone
78031d8651
psblas2-typext:
...
Merged fixes for empty local rows from trunk.
16 years ago
Salvatore Filippone
7461cd9c5e
Merged encapsluation fixes in desc_type from trunk.
16 years ago
Salvatore Filippone
7c38528a66
Merged precision fix for csprt from trunk.
16 years ago
Salvatore Filippone
00c1468c6c
Started playing around with type extensions and typebound
...
procedures.
Merged performance fixes from trunk.
16 years ago
Salvatore Filippone
32e6a17188
17 years ago
Salvatore Filippone
45c2214626
psblas2-typext:
...
Beginning of experiments with type, extends.
17 years ago
Salvatore Filippone
5a85af050a
psblas2-typext:
...
Beginning of experiments with type, extends.
17 years ago
Salvatore Filippone
866cf36165
psblas:
...
base/serial/Makefile
base/serial/aux/camsr.f90
base/serial/aux/camsrx.f90
base/serial/aux/dmsr.f90
base/serial/aux/dmsrx.f90
base/serial/aux/imsr.f90
base/serial/aux/imsrx.f90
base/serial/aux/smsr.f90
base/serial/aux/smsrx.f90
base/serial/aux/zamsr.f90
base/serial/aux/zamsrx.f90
base/serial/dp/Makefile
base/serial/dp/ccoco.f
base/serial/dp/ccocr.f
base/serial/dp/dcoco.f
base/serial/dp/dcocr.f
base/serial/dp/djdcox.f
base/serial/dp/reordvn.f
base/serial/dp/scoco.f
base/serial/dp/scocr.f
base/serial/dp/zcoco.f
base/serial/dp/zcocr.f
base/serial/psb_cfixcoo.f90
base/serial/psb_dfixcoo.f90
base/serial/psb_ip_reord_mod.f90
base/serial/psb_sfixcoo.f90
base/serial/psb_zfixcoo.f90
Defined a new module ip_reord to handle reordering based on a
list-sort output; this will avoid future type mismatch, such as the
one causing trouble in the final mld2p4 testing for complex single
precision.
17 years ago
Salvatore Filippone
7f2074779d
psblas2
...
base/serial/psb_sfixcoo.f90
Fixed type mismatch in fixcoo.
17 years ago
Salvatore Filippone
0a3d2871c9
psblas2-dev/base/serial
...
psb_cipcoo2csc.f90
psb_sipcoo2csc.f90
Aligned with double version,
17 years ago
Salvatore Filippone
0df1b89ae8
psblas2:
...
Fixed doc makefile.
17 years ago
Salvatore Filippone
602bd8df9c
17 years ago
Salvatore Filippone
8df53e6d20
psblas2:
...
Fixed doc makefile.
17 years ago
Salvatore Filippone
04e648b9f0
psblas2:
...
Fixed doc makefile.
17 years ago
Salvatore Filippone
c4b5d38be5
psblas2:
...
Fixed doc makefile.
17 years ago
Salvatore Filippone
8dbf09a9bc
psblas2:
...
docs/pdf/Makefile
docs/psblas-2.3.pdf
docs/userguide.pdf
Fixed doc makefile.
17 years ago
Salvatore Filippone
7b824975d4
psblas2:
...
docs/html
docs/html/footnode.html
docs/html/img1.png
docs/html/img10.png
docs/html/img100.png
docs/html/img101.png
docs/html/img102.png
docs/html/img103.png
docs/html/img104.png
docs/html/img105.png
docs/html/img106.png
docs/html/img107.png
docs/html/img108.png
docs/html/img109.png
docs/html/img11.png
docs/html/img110.png
docs/html/img111.png
docs/html/img112.png
docs/html/img113.png
docs/html/img114.png
docs/html/img115.png
docs/html/img116.png
docs/html/img117.png
docs/html/img118.png
docs/html/img119.png
docs/html/img12.png
docs/html/img120.png
docs/html/img121.png
docs/html/img122.png
docs/html/img123.png
docs/html/img124.png
docs/html/img125.png
docs/html/img126.png
docs/html/img127.png
docs/html/img128.png
docs/html/img129.png
docs/html/img13.png
docs/html/img130.png
docs/html/img131.png
docs/html/img132.png
docs/html/img133.png
docs/html/img134.png
docs/html/img135.png
docs/html/img136.png
docs/html/img137.png
docs/html/img138.png
docs/html/img139.png
docs/html/img14.png
docs/html/img140.png
docs/html/img141.png
docs/html/img142.png
docs/html/img143.png
docs/html/img144.png
docs/html/img145.png
docs/html/img15.png
docs/html/img16.png
docs/html/img17.png
docs/html/img18.png
docs/html/img19.png
docs/html/img2.png
docs/html/img20.png
docs/html/img21.png
docs/html/img22.png
docs/html/img23.png
docs/html/img24.png
docs/html/img25.png
docs/html/img26.png
docs/html/img27.png
docs/html/img28.png
docs/html/img29.png
docs/html/img3.png
docs/html/img30.png
docs/html/img31.png
docs/html/img32.png
docs/html/img33.png
docs/html/img34.png
docs/html/img35.png
docs/html/img36.png
docs/html/img37.png
docs/html/img38.png
docs/html/img39.png
docs/html/img4.png
docs/html/img40.png
docs/html/img41.png
docs/html/img42.png
docs/html/img43.png
docs/html/img44.png
docs/html/img45.png
docs/html/img46.png
docs/html/img47.png
docs/html/img48.png
docs/html/img49.png
docs/html/img5.png
docs/html/img50.png
docs/html/img51.png
docs/html/img52.png
docs/html/img53.png
docs/html/img54.png
docs/html/img55.png
docs/html/img56.png
docs/html/img57.png
docs/html/img58.png
docs/html/img59.png
docs/html/img6.png
docs/html/img60.png
docs/html/img61.png
docs/html/img62.png
docs/html/img63.png
docs/html/img64.png
docs/html/img65.png
docs/html/img66.png
docs/html/img67.png
docs/html/img68.png
docs/html/img69.png
docs/html/img7.png
docs/html/img70.png
docs/html/img71.png
docs/html/img72.png
docs/html/img73.png
docs/html/img74.png
docs/html/img75.png
docs/html/img76.png
docs/html/img77.png
docs/html/img78.png
docs/html/img79.png
docs/html/img8.png
docs/html/img80.png
docs/html/img81.png
docs/html/img82.png
docs/html/img83.png
docs/html/img84.png
docs/html/img85.png
docs/html/img86.png
docs/html/img87.png
docs/html/img88.png
docs/html/img89.png
docs/html/img9.png
docs/html/img90.png
docs/html/img91.png
docs/html/img92.png
docs/html/img93.png
docs/html/img94.png
docs/html/img95.png
docs/html/img96.png
docs/html/img97.png
docs/html/img98.png
docs/html/img99.png
docs/html/index.html
docs/html/node1.html
docs/html/node10.html
docs/html/node100.html
docs/html/node101.html
docs/html/node102.html
docs/html/node103.html
docs/html/node104.html
docs/html/node105.html
docs/html/node106.html
docs/html/node107.html
docs/html/node108.html
docs/html/node109.html
docs/html/node11.html
docs/html/node110.html
docs/html/node111.html
docs/html/node112.html
docs/html/node113.html
docs/html/node114.html
docs/html/node115.html
docs/html/node116.html
docs/html/node117.html
docs/html/node118.html
docs/html/node119.html
docs/html/node12.html
docs/html/node13.html
docs/html/node14.html
docs/html/node15.html
docs/html/node16.html
docs/html/node17.html
docs/html/node18.html
docs/html/node19.html
docs/html/node2.html
docs/html/node20.html
docs/html/node21.html
docs/html/node22.html
docs/html/node23.html
docs/html/node24.html
docs/html/node25.html
docs/html/node26.html
docs/html/node27.html
docs/html/node28.html
docs/html/node29.html
docs/html/node3.html
docs/html/node30.html
docs/html/node31.html
docs/html/node32.html
docs/html/node33.html
docs/html/node34.html
docs/html/node35.html
docs/html/node36.html
docs/html/node37.html
docs/html/node38.html
docs/html/node39.html
docs/html/node4.html
docs/html/node40.html
docs/html/node41.html
docs/html/node42.html
docs/html/node43.html
docs/html/node44.html
docs/html/node45.html
docs/html/node46.html
docs/html/node47.html
docs/html/node48.html
docs/html/node49.html
docs/html/node5.html
docs/html/node50.html
docs/html/node51.html
docs/html/node52.html
docs/html/node53.html
docs/html/node54.html
docs/html/node55.html
docs/html/node56.html
docs/html/node57.html
docs/html/node58.html
docs/html/node59.html
docs/html/node6.html
docs/html/node60.html
docs/html/node61.html
docs/html/node62.html
docs/html/node63.html
docs/html/node64.html
docs/html/node65.html
docs/html/node66.html
docs/html/node67.html
docs/html/node68.html
docs/html/node69.html
docs/html/node7.html
docs/html/node70.html
docs/html/node71.html
docs/html/node72.html
docs/html/node73.html
docs/html/node74.html
docs/html/node75.html
docs/html/node76.html
docs/html/node77.html
docs/html/node78.html
docs/html/node79.html
docs/html/node8.html
docs/html/node80.html
docs/html/node81.html
docs/html/node82.html
docs/html/node83.html
docs/html/node84.html
docs/html/node85.html
docs/html/node86.html
docs/html/node87.html
docs/html/node88.html
docs/html/node89.html
docs/html/node9.html
docs/html/node90.html
docs/html/node91.html
docs/html/node92.html
docs/html/node93.html
docs/html/node94.html
docs/html/node95.html
docs/html/node96.html
docs/html/node97.html
docs/html/node98.html
docs/html/node99.html
docs/html/userhtml.css
docs/html/userhtml.html
docs/pdf/Makefile
docs/pdf/commrout.tex
docs/pdf/datastruct.tex
docs/pdf/error.tex
docs/pdf/methods.tex
docs/pdf/penv.tex
docs/pdf/precs.tex
docs/pdf/psbrout.tex
docs/pdf/toolsrout.tex
docs/pdf/userguide.tex
docs/pdf/userhtml.tex
docs/pdf/util.tex
Added HTML version of manual.
17 years ago
Salvatore Filippone
a25813858e
psblas2:
...
config/pac.m4
configure
docs/pdf/util.tex
docs/userguide.pdf
test/fileread/cf_sample.f90
test/fileread/df_sample.f90
test/fileread/getp.f90
test/fileread/runs/cfs.inp
test/fileread/runs/dfs.inp
test/fileread/runs/sfs.inp
test/fileread/runs/zfs.inp
test/fileread/sf_sample.f90
test/fileread/zf_sample.f90
util/Makefile
util/psb_hbio_mod.f90
util/psb_mmio_mod.f90
util/psb_read_mat_mod.f90
util/psb_util_mod.f90
Fixed I/O for fileread samples.
17 years ago