Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-30 | dealii, Added comment | Ali Dorostkar | 1 | -0/+4 | |
Added comment for why step-40 is done differently for dealii 8.4.0 and later | |||||
2016-05-30 | Step-40 test for 8.3.0 and earlier | Ali Dorostkar | 1 | -20/+24 | |
Integrated part of step-40 to be tested for earlier versions of dealii | |||||
2016-05-30 | dealii, test for specific version | Ali Dorostkar | 1 | -46/+47 | |
Specified that test case “step-40” is only to be run when using dealii version 8.4.0 or later | |||||
2016-05-30 | Merge remote-tracking branch 'LLNL/develop' into develop | Ali Dorostkar | 0 | -0/+0 | |
2016-05-29 | Merge pull request #999 from ashkan2200/develop | Todd Gamblin | 1 | -1/+5 | |
Dealii, Versions added | |||||
2016-05-29 | additional versions for Dealii | Ali Dorostkar | 1 | -1/+5 | |
Included additional versions for Deal.II package. | |||||
2016-05-28 | Performance boost: reduce instantiations of re.Scanner | Todd Gamblin | 1 | -1/+4 | |
- Lexer is the same for every Spec parser in spack, so don't build it every time. - This improves time to import package.py files a lot, as a Lexer doesn't have to be constructed for every spc in the packages. - To concretize dealii: - Before: ~20 sec - After: ~6 sec | |||||
2016-05-27 | Merge branch 'develop' of https://github.com/llnl/spack into develop | Greg Lee | 9 | -93/+334 | |
2016-05-27 | updated libdwarf version and dwarfdump build | Greg Lee | 1 | -5/+3 | |
2016-05-27 | Merge pull request #973 from eschnett/eschnett/openmpi-verbs | Todd Gamblin | 1 | -2/+29 | |
Auto-detect verbs location | |||||
2016-05-27 | Merge pull request #981 from epfl-scitas/tests/unit_test_for_968 | Todd Gamblin | 3 | -17/+85 | |
find : add unit tests | |||||
2016-05-27 | Merge pull request #989 from LLNL/features/cflags-documentation | Todd Gamblin | 4 | -74/+158 | |
updated documentation for cflags PR | |||||
2016-05-27 | Merge pull request #975 from adamjstewart/features/stream | Todd Gamblin | 1 | -0/+62 | |
Add STREAM benchmark package | |||||
2016-05-26 | Merge pull request #992 from davydden/update/dealii | Todd Gamblin | 1 | -65/+78 | |
Update/dealii | |||||
2016-05-26 | Merge pull request #993 from xjrc/packages/metis | Todd Gamblin | 3 | -108/+131 | |
Update Package : METIS/ParMETIS | |||||
2016-05-26 | Added a style checking exemption for lambda expressions. | Joseph Ciurej | 1 | -1/+4 | |
2016-05-26 | dealii: formatting | Denis Davydov | 1 | -61/+73 | |
2016-05-26 | dealii: don't hardcode blas and mpi; minor fixes to dependencies | Denis Davydov | 1 | -9/+10 | |
2016-05-25 | Merge pull request #982 from trws/rust | Todd Gamblin | 4 | -14/+134 | |
Rust | |||||
2016-05-25 | Fixing a small bug with metis@4+shared installs on the Mac platform. | Joseph Ciurej | 1 | -9/+11 | |
2016-05-25 | updated documentation for cflags PR | Gregory Becker | 4 | -74/+158 | |
2016-05-24 | Added preliminary improved testing code for METIS@:4. | Joseph Ciurej | 1 | -0/+19 | |
2016-05-24 | Added staging support and improved error handling for METIS@:4 installs. | Joseph Ciurej | 1 | -17/+10 | |
2016-05-24 | Fixed a few linking/testing bugs in the METIS@:4 install method. | Joseph Ciurej | 1 | -21/+31 | |
2016-05-24 | updated launchmon url and version | Greg Lee | 1 | -14/+4 | |
2016-05-24 | Updating 'metis' and 'parmetis' to conform to PEP8 standards. | Joseph Ciurej | 2 | -62/+65 | |
2016-05-24 | Improved MPI path specification for ParMETIS using PR #893 features. | Joseph Ciurej | 1 | -4/+2 | |
2016-05-24 | Updated and added new versions to the METIS/ParMETIS packages. | Joseph Ciurej | 2 | -29/+24 | |
- Added a 'url_for_version' function to the METIS/ParMETIS packages. - Added installation support for METIS@5.0.2 and ParMETIS@4.0.2. - Changed the 'double' variant to 'real64' to make it more consistent with the 'idx64' variant naming. - Removed an unnecessary dependency on gdb. | |||||
2016-05-24 | Merge pull request #985 from davydden/update/octave | Todd Gamblin | 1 | -25/+32 | |
octave: add missing dependencies and update to 4.0.2 | |||||
2016-05-23 | octave: fix formatting | Denis Davydov | 1 | -26/+27 | |
2016-05-23 | octave: add missing dependencies and update to 4.0.2 | Denis Davydov | 1 | -0/+6 | |
2016-05-22 | Fixes #980: really slow spack spec performance | Todd Gamblin | 1 | -2/+1 | |
- `spack spec dealii` now takse seconds rather than 18 minutes. - Slow hash (`dag_hash`) was accidentally inserted into the fast hash (`__hash__`). - Do not put the slow hash in the fast hash. | |||||
2016-05-22 | rust compiler/builder package, new llvm variants | Tom Scogland | 3 | -9/+35 | |
2016-05-22 | fixing warning for package fetch | Tom Scogland | 1 | -8/+25 | |
2016-05-22 | updates for rust-bindgen | Tom Scogland | 1 | -0/+2 | |
2016-05-22 | initial rust support | Tom Scogland | 2 | -0/+75 | |
2016-05-21 | update documentation. | Todd Gamblin | 3 | -66/+74 | |
2016-05-20 | Auto-detect verbs location | Erik Schnetter | 1 | -2/+29 | |
2016-05-20 | autopep8 : fixed style | alalazo | 2 | -2/+4 | |
2016-05-20 | find : added unit tests, exits with 1 if -E and -e are given | alalazo | 3 | -17/+83 | |
2016-05-19 | Merge pull request #964 from davydden/update/tbb | Todd Gamblin | 1 | -24/+27 | |
tbb: add 4.4.4; raise InstallError when building 4.4.3 with GCC6.1 | |||||
2016-05-19 | Merge pull request #979 from epfl-scitas/packages/scotch+metis | Todd Gamblin | 2 | -42/+44 | |
Adding `+metis` variant to scotch + changes for esmumps | |||||
2016-05-20 | missing @ in version definition | Nicolas Richart | 1 | -1/+1 | |
2016-05-20 | changes scotch package to make he coverage test pass | Nicolas Richart | 1 | -10/+8 | |
2016-05-20 | changes to simplify the esmumps variant for version < 6.0.0 + typos ↵ | Nicolas Richart | 1 | -13/+21 | |
corrections, according to the remarks on PR #979 | |||||
2016-05-19 | Adding +metis variant to scotch + minor changes | Nicolas Richart | 2 | -43/+39 | |
2016-05-18 | Merge pull request #977 from trws/explicit-docs | Todd Gamblin | 6 | -388/+433 | |
initial docs for find and flake8 cleanup | |||||
2016-05-18 | peren-nesting fix in spec | Tom Scogland | 1 | -2/+2 | |
2016-05-18 | initial docs for find and flake8 cleanup | Tom Scogland | 6 | -388/+433 | |
2016-05-18 | Add STREAM benchmark package | Adam J. Stewart | 1 | -0/+62 | |