Added --download-alquimiaCurrently requires fork of alquimia with fixesUpdated --download-pflotran to also install libpflotranchem.aFunded-by: IDEASProject: xSDKTime: 5 hours
Merge branch 'hzhang/update-networkex'
configure: fix breakage on win32 with attribute(aligned) check.
superlu_dist: enable SUPERLU_DIST_COMPLEX tests manually [until Matt has the proper fix]
configure: fix configureAlign() to use runtest - not just compile test.And do not run 'pf' test - if PETSC_HAVE_ATTRIBUTEALIGNED is not set
add superlu_dist to complex tests
added PETSC_ATTRIBUTEALIGNED() so that structs used with DMNETWORK could be aligned with PetscScalarproblems occured with __float128 due to lack of alignment of PetscScalar arguments within the stru
added PETSC_ATTRIBUTEALIGNED() so that structs used with DMNETWORK could be aligned with PetscScalarproblems occured with __float128 due to lack of alignment of PetscScalar arguments within the structsin the pf.c example
show more ...
Merge branch 'maint'
pkg-config: fix bad listing /foo/bar/libfoobar.a in PETSc.pc. Use -Lfoo/bar -lfoobarReported-by: Arne Morten Kvarving <arne.morten.kvarving@sintef.no>
add new regression case C_Info that requires PETSc be built with --with-info this is to prevent confusing test output for PETScbuilds with --with-info=0
fixes to not build single for some tests
Merge branch 'barry/improve-git-download'
DATAFILESPATH: always check in $HOME
Add support for --download-xxx=directoryname and --download-xxx=git://gitrepository and --download-xxx-commit=commitSuggested-by: Roscoe Bartlett <bartlettra@ornl.gov>Merged handling of git and n
Add support for --download-xxx=directoryname and --download-xxx=git://gitrepository and --download-xxx-commit=commitSuggested-by: Roscoe Bartlett <bartlettra@ornl.gov>Merged handling of git and non-git lists of download locations (prepend the git repository name with git://) into a single system instead of having two systems clumsily glued together
cmake: rename PETScConfig.cmake to PETScBuildInternal.cmake to avoid confusion as<Package>Config.cmake generally refers to the cmake config mode file for <Package>Reported-by: Arne Morten Kvarving
cmake: rename PETScConfig.cmake to PETScBuildInternal.cmake to avoid confusion as<Package>Config.cmake generally refers to the cmake config mode file for <Package>Reported-by: Arne Morten Kvarving <Arne.Morten.Kvarving@sintef.no>
PetscRMTree: add in linux version
move logic for which packages have tests for tests that require DATAFILESPATH into each package fileinstead of globally in regression.py
missing '
no tests for concurrencykit
do package tests (e.g. superlu_dist) that require DATAFILESPATH only when data files are available and PETSc is built with 32 bit integer doubleFortran example did not free created communicator
OpenMPI package does not have any specific tests
there are no tests for opencl or viennacl so prevent warning message:make[2]: *** No rule to make target `testexamples_OPENCL', needed by `tree'. Stop.make[2]: *** No rule to make target `testexam
there are no tests for opencl or viennacl so prevent warning message:make[2]: *** No rule to make target `testexamples_OPENCL', needed by `tree'. Stop.make[2]: *** No rule to make target `testexamples_VIENNACL', needed by `tree'. Stop.
win32: _isnan() requires float.h - not math.h
handle examples that can only be tested with double precision and 32 bit integersthis reduces the number of error messages for other builds
1...<<11121314151617181920>>...77