psblas3-newdesc:

base/modules/desc/psb_indx_map_mod.f90
 configure.ac
 configure

Comments in indx_map, plus fix for configure.
psblas3-newdesc
Salvatore Filippone 10 years ago
parent 2385d72fd4
commit 4eaa64b65e

@ -62,7 +62,7 @@ module psb_indx_map_mod
!! - Query the indx state.
!!
!! - Does the dynamic class support extensions of the rows? I.e., can
!! it have overlap? for instance, the BLOCK cannot, it would run afoul
!! it have overlap? for instance, BLOCK cannot, it would run afoul
!! of the glob_to_loc translation.
!!
!! Checking for the existence of overlap is very expensive, thus

8476
configure vendored

File diff suppressed because it is too large Load Diff

@ -576,7 +576,7 @@ PAC_FORTRAN_TEST_ISO_C_BIND(
)
PAC_FORTRAN_TEST_FINAL(
[FDEFINES="$psblas_cv_define_prepend-DHAVE_FINAL $FDEFINES"],
[AC_MSG_ERROR([Sorry, cannot build PSBLAS without support for ISO_C_BINDING.
[AC_MSG_ERROR([Sorry, cannot build PSBLAS without support for FINAL.
Please get a Fortran compiler that supports it, e.g. GNU Fortran 4.9.])]
)

Loading…
Cancel
Save