Commit Graph

1283 Commits (adbc75b22e3cf1e52c30851c2761c8c10bc7eb6d)

Author SHA1 Message Date
Salvatore Filippone 1c98111fd9 More interface mismatch fixes 3 years ago
Salvatore Filippone 340c191e7f First round of cleanup build warnings 3 years ago
Salvatore Filippone a673bf8bf1 Fix inconsistency in %csget 3 years ago
Salvatore Filippone da7d49b4db Cleanup use of %csget 3 years ago
Salvatore Filippone 6f92b7bfb3 Simplify G2L 3 years ago
Salvatore Filippone 1dc28fb710 Cosmetic changes in psi_penv 4 years ago
Salvatore Filippone 23c9a71ed6 Merged changes from maintenance, improve serial compilation and fake MPI. 4 years ago
Salvatore Filippone 545a5f7b80 Fix makefile 4 years ago
Salvatore Filippone ceda17be7e Fix internals for SERIAL_MPI 4 years ago
Cirdans-Home 8cddedd022 Fixed psi_protect_name 4 years ago
Cirdans-Home 297be776ca Fixed name of psi_i_renum_index subroutine 4 years ago
Salvatore Filippone 583ca19e9c Add support for size statistics 4 years ago
Salvatore Filippone 493beaa751 Minor formatting 4 years ago
Salvatore Filippone e60f4a2612 Fix error handling in GEASB 4 years ago
Salvatore Filippone 76900aedff Fix silly error with uninitialized variable 4 years ago
Salvatore Filippone 82c2e6374b Fix error handling 4 years ago
Salvatore Filippone 875ef40724 Missing USE statement for psb_error_check, make it public 4 years ago
Salvatore Filippone aeb1397e9f Fix error_impl, and add check_error() 4 years ago
Salvatore Filippone 81fc75a091 Fixes for memory leaks in the C interface 4 years ago
Cirdans-Home 3e6fdd39e4 Corrected bug in interfaces for genrm2 4 years ago
Salvatore Filippone 3e318e1a84 Initialize INFO 4 years ago
Cirdans-Home 9a2ea73d81 psb_dnrm2_weight working also for GPUs 4 years ago
Cirdans-Home faf493b861 Made safe for index not owned or in the halo 4 years ago
Cirdans-Home 73605bdda0 Bugfix weighted norm FIXME for GPU 4 years ago
Salvatore Filippone d02322861c Updated comments 4 years ago
Salvatore Filippone c6a52d45bd Updated internal comments 4 years ago
Salvatore Filippone 5d7b3471e2 Fix GRAPH_FND_OWNER and updated comments. 4 years ago
Salvatore Filippone d505b0b8c9 Added comments. 4 years ago
Salvatore Filippone 82665f4e79 Put additional OpenMP directives. 4 years ago
Salvatore Filippone 0232ed755f Improve descriptor lists handling. 4 years ago
Salvatore Filippone 734041d90f Update description of internals. 4 years ago
Cirdans-Home e64d52cbc2 Added routine to get integer context for c-mpi interoperability 4 years ago
Salvatore Filippone 321814d247 Fix performance of owner search in descriptor assembly 4 years ago
Salvatore Filippone c29d3aae1d Additional info on data exchanges on output cdprt 4 years ago
Salvatore Filippone 0a0812938b Merge branch 'new-context' into remap-coarse
# Conflicts:
#	base/modules/psi_i_mod.F90
#	base/serial/psb_dgelp.f90
#	base/serial/psb_sgelp.f90
4 years ago
Salvatore Filippone 758a729225 Fix comm internals. 4 years ago
Salvatore Filippone 327003ad06 Merge branch 'new-context' into dev-openmp 4 years ago
Salvatore Filippone c58e523918 Embed GELP in PSI_SERIAL_IMPL 4 years ago
Salvatore Filippone 926cb1e5ad Merge branch 'dev-openmp' of https://github.com/sfilippone/psblas3 into dev-openmp 4 years ago
Salvatore Filippone 4292dd3490 Put static clause in OMP 4 years ago
Salvatore Filippone 997020ba81 New GELP for EPK data. 4 years ago
Salvatore Filippone c414d4d40a Merge branch 'implement-ainv' into dev-openmp
# Conflicts:
#	base/comm/internals/psi_cswapdata_a.F90
#	base/comm/internals/psi_cswaptran_a.F90
#	base/comm/internals/psi_dswapdata_a.F90
#	base/comm/internals/psi_dswaptran_a.F90
#	base/comm/internals/psi_eswapdata_a.F90
#	base/comm/internals/psi_eswaptran_a.F90
#	base/comm/internals/psi_i2swapdata_a.F90
#	base/comm/internals/psi_i2swaptran_a.F90
#	base/comm/internals/psi_mswapdata_a.F90
#	base/comm/internals/psi_mswaptran_a.F90
#	base/comm/internals/psi_sswapdata_a.F90
#	base/comm/internals/psi_sswaptran_a.F90
#	base/comm/internals/psi_zswapdata_a.F90
#	base/comm/internals/psi_zswaptran_a.F90
#	base/modules/psi_i_mod.F90
4 years ago
Salvatore Filippone a8ee595392 New method for checking if REPL at V descriptor 4 years ago
Cirdans-Home 4674de97cf Corrected call to use mpi 4 years ago
Salvatore Filippone 927bf9f103 Merge branch 'new-context' into implement-ainv 4 years ago
Salvatore Filippone db9bb6ca77 Fix problem in logical recv 4 years ago
Salvatore Filippone 6866558372 Merge branch 'new-context' into implement-ainv
# Conflicts:
#	prec/impl/psb_c_bjacprec_impl.f90
#	prec/impl/psb_c_prec_type_impl.f90
#	prec/impl/psb_d_bjacprec_impl.f90
#	prec/impl/psb_d_prec_type_impl.f90
#	prec/impl/psb_s_bjacprec_impl.f90
#	prec/impl/psb_s_prec_type_impl.f90
#	prec/impl/psb_z_bjacprec_impl.f90
#	prec/impl/psb_z_prec_type_impl.f90
#	prec/psb_c_prec_type.f90
#	prec/psb_d_prec_type.f90
#	prec/psb_s_prec_type.f90
#	prec/psb_z_prec_type.f90
#	test/pargen/psb_d_pde2d.f90
#	test/pargen/psb_d_pde3d.f90
#	test/pargen/psb_s_pde2d.f90
#	test/pargen/psb_s_pde3d.f90
4 years ago
Salvatore Filippone b3bcb762c5 New files from remap-coarse 4 years ago
Salvatore Filippone 2e0c297409 Merging remap-coarse into new-context 4 years ago
Salvatore Filippone f0663512b2 Merge new-context 4 years ago
Salvatore Filippone ea6e473677 Various CTXT fixes 4 years ago
Salvatore Filippone e445819960 Fix wrong subroutine name ref. 4 years ago
Salvatore Filippone 025a4b5512 Fixes for CTXT usage, new GELP templated source. 4 years ago
Salvatore Filippone 42d9ad426e Merge branch 'new-context' into dev-openmp 4 years ago
Salvatore Filippone 7eb653b39d fix ICTXT vs CTXT 4 years ago
Salvatore Filippone 6b6ca3b6ac Merge branch 'new-context' into dev-openmp 4 years ago
Salvatore Filippone bab24cec27 Fix indx_map compilation 4 years ago
Salvatore Filippone b32053d8aa Fix base_init_null for use with remap-coarse 4 years ago
Salvatore Filippone 7124e8abdf Merge branch 'new-context' into remap-coarse & fix
# Conflicts:
#	base/modules/desc/psb_desc_mod.F90
#	base/modules/penv/psi_penv_mod.F90
4 years ago
Salvatore Filippone e1d859e3f5 Change return value of get_context on error. 4 years ago
Salvatore Filippone 9178d63ebd Updates for C ctxt handling. 4 years ago
Cirdans-Home c52d42a50d merge with mat-allocation 4 years ago
Salvatore Filippone 02b9ff5cfb Fix Makefile dependencies 4 years ago
Salvatore Filippone 6a6f6ad2c2 Change name of ICTXT to CTXT 4 years ago
Cirdans-Home fbf23c3959 Added implementation in BJAC and test for ILU-type factorizations 4 years ago
Salvatore Filippone 8b2b86d44d C interface. Not fully working yet. 4 years ago
Salvatore Filippone b376d226cb Fixed declaration and use of CONTEXT with new type. 4 years ago
Salvatore Filippone 2009ed8dbe First round of updateds for new CONTEXT 4 years ago
Salvatore Filippone 2697fbe73a Started work on encapsulating CONTEXT. 4 years ago
Salvatore Filippone 4bc326d06b Add IDEST to remap interface 4 years ago
Salvatore Filippone a79d853338 Debug check (to be taken out later) 4 years ago
Salvatore Filippone fb422be9f4 Change interface of X_REMAP to include isrc/nrsrc 4 years ago
Salvatore Filippone 2090a011db Include X_remap. 4 years ago
Salvatore Filippone 0adf2cbb3f Seemingly working version of D_REMAP. Minimal test of same. 4 years ago
Salvatore Filippone 7c6ffcd4a2 Start work on REMAP. 4 years ago
Salvatore Filippone 0acf10f0d8 OpenMP in base_mat and coo 4 years ago
Cirdans-Home 8d2ab75737 Added interfaces for all types of psb_nspaxpby 4 years ago
Salvatore Filippone 77730de80c Put in OpenMP in CSR, first step. 4 years ago
Salvatore Filippone 23f69f58d4 Additional fixes for psi_serial_impl 4 years ago
Salvatore Filippone eb513e45c6 OpenMP for base_vect 4 years ago
Salvatore Filippone 96a4db14fb Rename psi_serial_impl to F90 4 years ago
Salvatore Filippone 069c49f20f Rename base_vect to F90 4 years ago
Salvatore Filippone 4a274e43ff cosmetic fixes 4 years ago
Salvatore Filippone 6e09f745ce Merge branch 'development' into remap-coarse 4 years ago
Cirdans-Home c0c8224253 Corrected debug message in getelem 4 years ago
Cirdans-Home 624a07a25b Added getelem function to retrieve entries from distributed vectors 4 years ago
Salvatore Filippone a1c2561de6 Cleanup unused variables. 4 years ago
Salvatore Filippone dc36db6083 Reformat assignment of entire component. 4 years ago
Salvatore Filippone 7436cf564c Start cleanup compile warnings 4 years ago
Salvatore Filippone 25fdc6fb73 VOLATILE and ISO_FORTRAN_ENV are now enforced, take out ifdefs 4 years ago
Salvatore Filippone db7def0433 Merge branch 'development' into remap-coarse 4 years ago
Salvatore Filippone 64e4c194fd Enable VECT objects in MMIO read/write. 4 years ago
Salvatore Filippone 7df7b6ffce Set adjacncy list during build of halo_index for all maps. 4 years ago
Salvatore Filippone e3649e1cb6 Do not use sorting on dependency lists unless dlavg<16 4 years ago
Salvatore Filippone 46736f9d39 Fix type handling bug in simple_triad 4 years ago
Salvatore Filippone eb03797ad5 Better error messages from MAP%APPLY 4 years ago
Salvatore Filippone db17057924 Cosmetic changes to fnd_owner for BLOCK. 4 years ago
Salvatore Filippone 97a1cfca3e Merge branch 'unify_aggr_bld' into remap-coarse 4 years ago
Salvatore Filippone 76ff6c824c Fix GEN_BLOCK distribution search for owner process: binary search on
repeated keys
4 years ago
Salvatore Filippone 6b2abed8bb Reworked dep_list sorting. Take out obsolete functions 4 years ago