Age | Commit message (Expand) | Author | Files | Lines |
2016-01-05 | fixed errors caused by crayport on linux and added a darwin architecture | Gregory Becker | 6 | -24/+62 |
2016-01-05 | bug hunting | Gregory Becker | 3 | -5/+6 |
2016-01-04 | pick last compiler instead of first, will be overwritten by more advanced pre... | Gregory Becker | 1 | -1/+1 |
2016-01-04 | Support for cray external dependencies implemented in modules | Gregory Becker | 4 | -7/+75 |
2016-01-04 | Merge branch 'externals' into crayport | Gregory Becker | 15 | -202/+901 |
2015-12-17 | fixed yaml error | Gregory Becker | 2 | -1/+6 |
2015-12-11 | Commented out cxxflag. Not 100% sure it's needed | Mario Melara | 1 | -5/+5 |
2015-12-11 | Fixed targets ti be x86_64, important note: have not tested this on linux mac... | Mario Melara | 1 | -4/+4 |
2015-12-11 | Rewrote docstrings for sys_type() and got rid of unused functions | Mario Melara | 1 | -24/+4 |
2015-12-02 | Got rid of the unusued default strategy=None | Mario Melara | 1 | -2/+2 |
2015-12-01 | Got rid of hard coded strings for adding default | Mario Melara | 1 | -1/+1 |
2015-12-01 | Changed default to CPU_TARGET env var. Helps deal with target differences bet... | Mario Melara | 1 | -4/+12 |
2015-12-01 | Changed add_target to include variables rather than hard-coded strings | Mario Melara | 1 | -2/+2 |
2015-11-13 | Adding new files to compilers | Mario Melara | 1 | -50/+0 |
2015-11-13 | Changed name of file and class to craype to avoid spack freaking out about ve... | Mario Melara | 1 | -0/+57 |
2015-11-13 | Added craype support | Mario Melara | 1 | -1/+2 |
2015-11-13 | Got rid of my old method of finding in LOADEDMODULES | Mario Melara | 1 | -7/+3 |
2015-11-13 | Added a _cmp_key for the architecture class | Mario Melara | 1 | -2/+4 |
2015-11-12 | Added the basic ouline of a cray compiler class in lib/spack/spack/compilers/... | Gregory Becker | 1 | -0/+50 |
2015-11-12 | used key_comparator decorator from util.lang to compare targets. Fixes find bug | Gregory Becker | 1 | -2/+6 |
2015-11-11 | Fixed the to_dict from_dict for targets on cray. First version to build/find ... | Gregory Becker | 1 | -6/+8 |
2015-11-11 | fixed my git problems | Gregory Becker | 4 | -4/+4 |
2015-11-11 | made a to_dict for targets. Also a from_dict for sanity | Gregory Becker | 2 | -2/+21 |
2015-11-11 | bug fix in spec.py | Gregory Becker | 1 | -1/+1 |
2015-11-11 | First possibly working version of the crayport. Not sufficiently tested at all. | Gregory Becker | 7 | -61/+46 |
2015-11-11 | Add modules to compilers. Changed compiler to take paths as a list. Changed c... | Gregory Becker | 3 | -49/+27 |
2015-11-11 | Merge branch 'features/spackathon' of github.com:NERSC/spack into crayport | Gregory Becker | 14 | -55/+324 |
2015-11-11 | adding module find to find command | Gregory Becker | 1 | -3/+9 |
2015-11-05 | Added bgq architecture subclass: may require additional functionality to support | Gregory Becker | 1 | -0/+19 |
2015-11-04 | Fixed architecture.py file so it doesn't have the weird merge changes i.e <<<... | Mario Melara | 1 | -7/+1 |
2015-11-04 | Merge branch 'features/spackathon' of https://github.com/NERSC/spack into fea... | Mario Melara | 1 | -4/+4 |
2015-11-04 | Fixed the previous commit | Gregory Becker | 1 | -4/+4 |
2015-11-04 | generic linux architecture subclass | Mario Melara | 1 | -0/+17 |
2015-11-04 | Merge branch 'features/spackathon' of https://github.com/NERSC/spack into fea... | Mario Melara | 2 | -0/+16 |
2015-11-04 | Changed cray architecture subclass to add proper targets for front at back en... | Gregory Becker | 1 | -0/+5 |
2015-11-04 | changed some potential syntax errors and added a way for target to recognize ... | Mario Melara | 1 | -6/+15 |
2015-11-04 | Enforced that the architecture subclass cannot add a target that shares a nam... | Gregory Becker | 1 | -3/+8 |
2015-11-02 | Added default target and also front end and back end targets | Mario Melara | 1 | -3/+3 |
2015-11-02 | Fixed some issues with naming | Mario Melara | 1 | -15/+8 |
2015-10-30 | Added arch_path to list of modules path | Mario Melara | 1 | -0/+1 |
2015-10-30 | Reverted back all architecture way of finding modules | Mario Melara | 1 | -24/+16 |
2015-10-30 | Changed front-end and back-end to front_end and back_end to avoid error | Mario Melara | 1 | -2/+2 |
2015-10-30 | architectures folder where the Architecture subclasses reside | Mario Melara | 2 | -0/+17 |
2015-10-30 | improved aliasing in target method in architecture.py | Gregory Becker | 1 | -2/+2 |
2015-10-30 | added target method to architecture.py and minor cleanup | Gregory Becker | 1 | -6/+18 |
2015-10-30 | Merge branch 'features/spackathon' of https://github.com/NERSC/spack into fea... | Mario Melara | 3 | -12/+73 |
2015-10-30 | Changed architecture class and added class Target | Mario Melara | 1 | -54/+83 |
2015-10-30 | prototype of new architecture concretization saved as new_concretize_architec... | Gregory Becker | 1 | -0/+28 |
2015-10-30 | updated the executible to return stderr when specified. Added load_module to ... | Gregory Becker | 2 | -12/+45 |
2015-10-22 | Created a control flow logic that will loop through the strategies and find c... | Mario Melara | 1 | -20/+31 |