fix execute permission
Added configuration and nightly script for AVX build with clang.
Merge branch 'maint'
build: explicitly list compilers for opensolaris build
Typographical correction in example configure script.
configure: blas-lapack -> blaslapack
test: remove non-existant cuda-only option
tests: remove non-existant option -with-thrustReported-by: Jed Brown <jed@jedbrown.org>
knl: this appears to prevent hang of runex23_3 [in src/ksp/ksp/examples/tutorials]
test: add a test on KNL
test: add MS-C + IMPI + MKL build to the nightlies
test: switch the linux-opt-misc test to a prefix install test
Merge remote-tracking branch 'origin/balay/test-with-mpich-errorcheck'
test: enable a test with mpich error checking
remove scientificpython and fiatThanks-to: Matthew Knepley <knepley@gmail.com>
nightlybuild: remove -fvisibility=hidden CXXFLAGS as this test requires -with-visibility=0
nightlybuilds: set Wno-deprecated option for OSX/clang++ builds
testsuite: suppress clang warning using CXXFLAGS=-Wno-depricated
One needs to caste between SuiteSparse_long and PetscInt with 64 bit indicesSince one is defined as long and one is define as long long, even though they are the same lengthAlso add to 64idx test
One needs to caste between SuiteSparse_long and PetscInt with 64 bit indicesSince one is defined as long and one is define as long long, even though they are the same lengthAlso add to 64idx testsuiteCommit-type: bug-fix, portability-fixFunded-by: ECPTime: .25 hoursReported-by: Douglas A. Augusto <daaugusto@gmail.com>Development Tools: Vim, Emacs, Eclipse
show more ...
Noted that some Cray XC systems will use 'aprun' instead of 'srun'.Thanks to Herr Doktor Hong Zhang for this suggestion.
Added example configure script for Cray XC40 with KNL processors (e.g., NERSC Cori).
sundials: disable test on opensolaris
Merge remote-tracking branch 'origin/scott/test-harness-altfiles'
win32: add DATAFILESPATH to windows builds - as it can now be used for uni builds aswell
1...<<21222324252627282930>>...36