summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-11bug fix in spec.pyGregory Becker1-1/+1
2015-11-11First possibly working version of the crayport. Not sufficiently tested at all.Gregory Becker7-61/+46
2015-11-11Add modules to compilers. Changed compiler to take paths as a list. Changed ↵Gregory Becker3-49/+27
compiler_for_spec to be aware of different compiler stratigies
2015-11-11Merge branch 'features/spackathon' of github.com:NERSC/spack into crayportGregory Becker290-737/+812
Conflicts: lib/spack/spack/compiler.py
2015-11-11adding module find to find commandGregory Becker1-3/+9
2015-11-05mxml is adios's package dependencyMario Melara1-0/+24
2015-11-05Adding adios package to spack's package listMario Melara1-0/+28
2015-11-05Added bgq architecture subclass: may require additional functionality to supportGregory Becker1-0/+19
2015-11-04Fixed architecture.py file so it doesn't have the weird merge changes i.e ↵Mario Melara1-7/+1
<<<HEAD etc. Also added target method of recognizing it's own architecture
2015-11-04Merge branch 'features/spackathon' of https://github.com/NERSC/spack into ↵Mario Melara1-4/+4
features/spackathon
2015-11-04Fixed the previous commitGregory Becker1-4/+4
2015-11-04generic linux architecture subclassMario Melara1-0/+17
2015-11-04Merge branch 'features/spackathon' of https://github.com/NERSC/spack into ↵Mario Melara2-0/+16
features/spackathon Conflicts: lib/spack/spack/architecture.py
2015-11-04Changed cray architecture subclass to add proper targets for front at back ↵Gregory Becker1-0/+5
end nodes
2015-11-04changed some potential syntax errors and added a way for target to recognize ↵Mario Melara1-6/+15
class
2015-11-04Enforced that the architecture subclass cannot add a target that shares a ↵Gregory Becker1-3/+8
name with a target alias
2015-11-02Added default target and also front end and back end targetsMario Melara1-3/+3
2015-11-02Fixed some issues with namingMario Melara1-15/+8
2015-10-30Added arch_path to list of modules pathMario Melara1-0/+1
2015-10-30Reverted back all architecture way of finding modulesMario Melara1-24/+16
2015-10-30Changed front-end and back-end to front_end and back_end to avoid errorMario Melara1-2/+2
2015-10-30architectures folder where the Architecture subclasses resideMario Melara2-0/+17
2015-10-30improved aliasing in target method in architecture.pyGregory Becker1-2/+2
2015-10-30added target method to architecture.py and minor cleanupGregory Becker1-6/+18
2015-10-30Merge branch 'features/spackathon' of https://github.com/NERSC/spack into ↵Mario Melara3-12/+73
features/spackathon Merge Gregory Becker's commits with my own architecture commits
2015-10-30Changed architecture class and added class TargetMario Melara1-54/+83
2015-10-30prototype of new architecture concretization saved as ↵Gregory Becker1-0/+28
new_concretize_architecture in concretize.py
2015-10-30updated the executible to return stderr when specified. Added load_module to ↵Gregory Becker2-12/+45
build_environment.py, loads target
2015-10-22Created a control flow logic that will loop through the strategies and find ↵Mario Melara1-20/+31
compilers using that. TODO: Need to find a way to locate their executables
2015-10-21Changed structure of class, add compiler strategy is a method and can create ↵Mario Melara1-17/+18
a dict
2015-10-21Added strategy method in initMario Melara1-12/+8
2015-10-21initial fetch on crayportGregory Becker2-2/+2
2015-10-20Made sure architecture works with yaml fileMario Melara1-19/+27
2015-10-20Refactored architecture class. Now it will automagically create a dict upon ↵Mario Melara1-5/+4
instantiation.
2015-10-20Got Architecture class working the way i wanted to. Next to write testsMario Melara1-33/+37
2015-10-15Fixed the output of sys_type(), might need to add back the error handling partMario Melara1-24/+23
2015-10-15Commented out a long list of tests to just include my arch testMario Melara1-2/+4
2015-10-15Test suite for architecture class and functionsMario Melara1-0/+19
2015-10-15Added __eq__ testing method. Created tests for it in test/ folderMario Melara1-16/+40
2015-10-14Started created the Architecture class for Spack to useMario Melara1-16/+57
2015-10-07Started changing the find in modules method written by ToddMario Melara1-3/+5
2015-10-07Merge branch 'features/crayproto' of ↵Mario Melara10-7/+120
https://github.com/scalability-llnl/spack into develop
2015-10-05added dependencies for py-h5pykarenyyng2-0/+2
2015-10-05Protptype cray compiler detection and supportTodd Gamblin9-5/+116
2015-10-03clean up package.py file and remove duplicate filekarenyyng2-31/+0
2015-10-03removed package for python packages with problematic / duplicate nameskarenyyng2-27/+0
2015-10-03make sure submodule is added in the correct locationkarenyyng4-3/+6
2015-10-03added a bunch of packages and added submodulekarenyyng278-687/+491
2015-10-03adding python_recipe_parser as a submodule under the folder utilskarenyyng2-0/+3
2015-10-01Use more recent version of libffi. 3.1 has a known bug that is fixed in ↵Mario Melara1-3/+3
current version