[WIP] Added support for ARCHER (Cray XC30).#864
[WIP] Added support for ARCHER (Cray XC30).#864cekees wants to merge 47 commits intohashdist:masterfrom mbareford:stable/archer
Conversation
Conflicts: examples/proteus.Darwin.yaml examples/proteus.linux2.yaml
Conflicts: examples/proteus.linux2.yaml
Conflicts: examples/proteus.garnet.gnu.yaml pkgs/numpy/numpy.yaml pkgs/pythreejs.yaml
examples/proteus.archer.yaml
Outdated
There was a problem hiding this comment.
we should update to the latest petsc version by adding version: 3.6.1 above without_check: true
|
@mbareford and @tridelat I will try these out on our XC30 once we're able to build the whole stack again on Archer. |
pkgs/hdf5/hdf5.yaml
Outdated
There was a problem hiding this comment.
@mbareford this causes a runtime problem with the hdf5 shared libraries when I test on our XC30. The issue is that the '-static' option added in the original patch was only intended for the directories in the original list so it breaks the shared libs at runtime when it is also applied to src. I made a branch fix_hdf5_sed that applies your sed fix in a second loop and verified that it works. Could you merge that into your branch and test on Archer?
/cc @tridelat @adimako
…ck used by lapack
Not quite ready to go in. If these are all the changes that are need then this PR could go into master.