summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Fixed flake8 formatting problemsJames Riley Wynne III1-35/+39
2016-06-08Fixes issue #438James Riley Wynne III1-0/+5
2016-06-08qa : fixed flake8 issuesalalazo4-111/+68
2016-06-08lmod : fixed issues with LUA_PATH during installationalalazo1-2/+8
2016-06-08lmod : updated package and dependenciesalalazo4-10/+69
2016-06-07flake8 fixesGreg Lee1-1/+1
2016-06-07put older versions back + version-specific dwarfdump dirGreg Lee1-3/+8
2016-06-07Added to_dict back into operating systemMario Melara1-1/+9
2016-06-07Load external modulesMario Melara1-1/+8
2016-06-06Changed to passing full architecture spec to function rather than just ↵Mario Melara1-1/+1
platform_os so we can grab the operating system from the platform getters
2016-06-06Changed OS name to CNL10 so that we properly find the compilers for the test ↵Mario Melara1-2/+2
platform
2016-06-06Got rid of unnecessary global keywordMario Melara1-1/+0
2016-06-06Passing through full arch instead of just operating sysystem so that we can ↵Mario Melara1-1/+1
use the platform to get the operating system
2016-06-06Passing full arch for proper compiler spec so that we can use the platform ↵Mario Melara1-5/+7
to get the operating system
2016-06-06Passing architecture to functions to find compiler. We can use the platform ↵Mario Melara1-5/+7
name if provided to find the operating system. Also changed error to operating system instead of target since operating system is now in charge of compiler finding.
2016-06-05Merge pull request #869 from brettviren/feature/viewsTom Scogland2-0/+410
Feature/views
2016-06-03Made a merge commit earlier with Todd fixing all_platforms, but changed how ↵Mario Melara1-14/+4
architecture looks in spec.yaml. Just three strings. Also made some flake8 formatting changes
2016-06-03Merge branch 'features/newarch' of https://github.com/NERSC/spack into ↵Mario Melara6-22/+34
features/newarch
2016-06-03Changed how architecture looks like in spec.yaml. Now it's only three ↵Mario Melara1-111/+105
strings, platform, os, target in spec.yaml. Also did some flake8 formatting changes
2016-06-02Update version to correspond to master.Todd Gamblin1-1/+1
2016-06-02Merge pull request #1014 from epfl-scitas/packages/mvapich2Todd Gamblin1-26/+62
Changes to take into account slurm in version @2.1: of mvapich2
2016-06-02Merge pull request #1001 from ashkan2200/developTodd Gamblin1-27/+36
Dealii, fixed issue with tests
2016-06-02Merge pull request #1005 from eschnett/eschnett/hdf5-updateTodd Gamblin1-0/+1
Update HDF5 to version 1.10.0-patch1
2016-06-02Merge pull request #1008 from LLNL/features/cflags-fixTodd Gamblin1-0/+12
Fixed config format to allow default compiler flags
2016-06-02Merge pull request #1010 from epfl-scitas/packages/tetgenTodd Gamblin1-4/+7
Adding a version to tetgen
2016-06-02Merge pull request #1011 from epfl-scitas/packages/fenicsTodd Gamblin2-0/+214
Adding package FEniCS
2016-06-01Correcting the flake8 warningsNicolas Richart1-25/+47
2016-06-01Addapting the mvapich2@2.1: configure options for slurmNicolas Richart1-4/+18
2016-06-01Introduced a bug by correcting flake8 warningsNicolas Richart1-2/+3
2016-06-01Corrections for flake8Nicolas Richart1-4/+6
2016-06-01Adding package fenicsNicolas Richart2-0/+213
2016-06-01Adding a version to tetgenNicolas Richart1-0/+1
2016-05-31Fixed config format to allow default compiler flagsGregory Becker1-0/+12
2016-05-31Update HDF5 to version 1.10.0-patch1Erik Schnetter1-0/+1
2016-05-31Don't build in parallelAdam J. Stewart1-0/+2
2016-05-31Fix some bugs in architecture.Todd Gamblin2-11/+16
2016-05-31Spacing correctionAli Dorostkar1-4/+4
More spacing correction
2016-05-31Fixed spacingAli Dorostkar1-4/+4
Replaced tabs with spaces
2016-05-30More flexible reading of specs from DB, formatting.Todd Gamblin1-4/+6
2016-05-30Merge branch 'develop' into features/newarchTodd Gamblin3-7/+12
2016-05-30Quick fix for mock compilers.yaml to work on linux machines.Mario Melara1-1/+34
2016-05-30Added extra check on linux machines, since most linux machines don't have ↵Mario Melara1-2/+3
module system
2016-05-30Changed platform to py_platform to avoid name collisions. The naming ↵Mario Melara1-3/+3
collisions resulted in an error on linux machines
2016-05-30Added a conditional to check if package is externalMario Melara1-1/+2
2016-05-30dealii, Added commentAli Dorostkar1-0/+4
Added comment for why step-40 is done differently for dealii 8.4.0 and later
2016-05-30Step-40 test for 8.3.0 and earlierAli Dorostkar1-20/+24
Integrated part of step-40 to be tested for earlier versions of dealii
2016-05-30dealii, test for specific versionAli Dorostkar1-46/+47
Specified that test case “step-40” is only to be run when using dealii version 8.4.0 or later
2016-05-30Merge remote-tracking branch 'LLNL/develop' into developAli Dorostkar0-0/+0
2016-05-29Merge pull request #999 from ashkan2200/developTodd Gamblin1-1/+5
Dealii, Versions added
2016-05-29additional versions for DealiiAli Dorostkar1-1/+5
Included additional versions for Deal.II package.