Fix typo.
exodusii: update to latest git snapshot
Merge remote-tracking branch 'origin/balay/with-fortran-bindings'
Merge branch 'knepley/fix-configure-eigen'* knepley/fix-configure-eigen: Configure: Add Eigen fallback tarball
configure: add option --with-fortran-bindingsNow one can use --with-fc=gfortran --with-fortran-bindings=0 to detect fortran compiler properly[for externalpacakge use - for eg: scalapack] but avoid
configure: add option --with-fortran-bindingsNow one can use --with-fc=gfortran --with-fortran-bindings=0 to detect fortran compiler properly[for externalpacakge use - for eg: scalapack] but avoid building PETSc fortran bindings in library and modules.Also disable sowing when with-fortran-bindings is disabledFix makefiles (corresponding to fortran bindings) to consistantly use PETSC_HAVE_FORTRANAlso remove unused PETSC_USE_FORTRAN_DATATYPES flagReported-by: Patrick Farrell <patrick.farrell@maths.ox.ac.uk>
show more ...
Update to hyper 2.12.0 ; this does not yet activate any GPU mode for hypreCommit-type: featureFunded-by: ECPTime: .1 hoursDevelopment Tools: Vim, Emacs, Eclipse
Merge remote-tracking branch 'origin/barry/feature-fortran-petscerror'
configure: update checkFortran90FreeForm() to test lines with 255 char len (within cray ftn free-form limit)PGI limit is 264
Configure: Add Eigen fallback tarball
Merge branch 'maint'
metis: setself.downloaddirnames for change in 6d90219d8fa4f8b2fd242cc6ff9008358d87c26fReported-by: Pierre Jolivet <Pierre.Jolivet@enseeiht.fr>
Merge remote-tracking branch 'origin/barry/update-petscfileretrieve'
configure: fix c89 func test with GCC 6.3+Reported-by: Jose E. Roman <jroman@dsic.upv.es>
Fixed typo in error message for MKL Pardiso configure tests.
sundials: retry fixing breakage on opensolaris
Updating the MOAB configuration and use 5.0 release to be downloaded automatically.Verified with --download-moab=1.
Do not pass FC, F77, or F90 (normally set by config.package.GNUPackage) values to Sundialssince Sundials autoconf sometimes fails on Fortran and doesn't need fortran.ftp://ftp.mcs.anl.gov/pub/pets
Do not pass FC, F77, or F90 (normally set by config.package.GNUPackage) values to Sundialssince Sundials autoconf sometimes fails on Fortran and doesn't need fortran.ftp://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/06/16/build_master_arch-opensolaris-pkgs-opt_n-gage.logCommit-type: bug-fixFunded-by: ECPTime: .2 hoursReported-by: nightly tests
Merge branch 'knepley/fix-configure-dep-petsc'* knepley/fix-configure-dep-petsc: Configure: Replace use of PETSc modules Configure: Also look for M4 Configure: Give precision a default (doubl
Merge branch 'knepley/fix-configure-dep-petsc'* knepley/fix-configure-dep-petsc: Configure: Replace use of PETSc modules Configure: Also look for M4 Configure: Give precision a default (double) Configure: There should be no PETSc dependencies in BuildSystem - Also, these look unused
Configure: Replace use of PETSc modules
Merge branch 'jed/config-mpi-hashline'* jed/config-mpi-hashline: configure: fix capture of MPICH/OMPI version macros with recent gcc in system paths
Merge branch 'knepley/feature-plex-pragmatic-parallel'* knepley/feature-plex-pragmatic-parallel: Plex: Handle unused variable Plex ex19: Now working in parallel - Added partition visualization
Merge branch 'knepley/feature-plex-pragmatic-parallel'* knepley/feature-plex-pragmatic-parallel: Plex: Handle unused variable Plex ex19: Now working in parallel - Added partition visualization field - Added some tests Configure: Bump Pragmatic version Plex: Update interface and fix boundary labels for Pragmatic Plex ex19: Create mesh overlap before adaptation - Put coords in metric for checking Plex: Take overlap generation out of Adapt() for now Plex ex19: Add another Pragmatic test Plex: Use new parallel Pragmatic interface Plex ex19: Added a parallel test Plex ex19: Make metric tensor a local vector Plex: Overlap distribution should work in serial Plex: Fixing Pragmatic interface Plex: Fix adaptation for serial case - Pragmatic need overlapped mesh Plex: Starting parallel adaptation interface Plex: Update to parallel Pragmatic interface Plex: Use comm variable Plex ex19: Added parallel Pragmatic test Plex ex19: Added mesh distribution, and fixed parallel metric calculation
Merge branch 'master' into knepley/feature-plex-sphere-mesh* master: (2633 commits) Bib: Added ref SNES ex56: Update test output add a citation to petsc.bib Plex: Initialize variables ini
Merge branch 'master' into knepley/feature-plex-sphere-mesh* master: (2633 commits) Bib: Added ref SNES ex56: Update test output add a citation to petsc.bib Plex: Initialize variables initialize ap as complained by the nightly tests Plex ex3: Update to new point function API initialize some variables as complained by nightly tests SNES ex12: Mix misnaming Nf --> Nc update tests add tests add MatView_SeqXAIJ_ASCII_structonly(); enable A->structure_only in MatSetValuesBlocked_SeqBAIJ typo fill-in some references Bib: Fixed ref Plex: Added PLY to file support Plex: Adding PLY support PetscDS: Turn off Fortran bindings for Constants Plex tests: Updated to new point function API SNES ex56: Moved tests to new format DM: Allow field projection functions to take an array of scalars - This will allow us to pass in user data to kernels without void *, more efficiency than aux fields ...Conflicts: config/builder.py include/petscdmplex.h src/dm/impls/plex/examples/tests/ex1.c src/dm/impls/plex/plexcreate.c src/dm/impls/plex/plexgmsh.c src/snes/examples/tutorials/ex63.c
configure: fix capture of MPICH/OMPI version macros with recent gcc in system pathsWhen mpi.h is found in a system path, #include <mpi.h> double ompi_major = OMPI_MAJOR_VERSION;expands under
configure: fix capture of MPICH/OMPI version macros with recent gcc in system pathsWhen mpi.h is found in a system path, #include <mpi.h> double ompi_major = OMPI_MAJOR_VERSION;expands under gcc -E (tested with gcc-6.3.1) as double ompi_major = # 9 "a.c" 3 4 1 # 9 "a.c" ;This does not happen when mpi.h is found in a different directory. Idon't know if this is intentional behavior for gcc, but the regex inthis commit fixes the problem.
1...<<131132133134135136137138139140>>...190