Skip to content

Commit

Permalink
Update for 1.3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cornellwright committed Jun 10, 2016
1 parent c4c2c88 commit 60c6e75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
HIO NEWS
========

Last updated 2016-05-03
Last updated 2016-06-10

Release hio.1.3.0.1

Fixes for getting incorrect stripe count, some logging related improvements
and performance enhancements. runxx and run_combo tests now support
-k (processor type) and -u (debugger) options.

Release hio.1.3.0.0

Expand Down
8 changes: 3 additions & 5 deletions buildall
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ for v in $vers; do
ct-pgi ) build_r none ct-fe1 "$rmt_dir/$vs" $tarname -n $vs ;;

ga-gnu ) build_r vl-gate ga-login1 "$rmt_dir/$vs" $tarname -n $vs -s PrgEnv-intel,PrgEnv-gnu ;;
ga-gnuk ) build_r vl-gate ga-login1 "$rmt_dir/$vs" $tarname -n $vs -s craype-haswell,craype-mic-knl -s PrgEnv-intel,PrgEnv-gnu ;;
ga-cray ) build_r vl-gate ga-login1 "$rmt_dir/$vs" $tarname -n $vs -s PrgEnv-intel,PrgEnv-cray ;;
ga-intel ) build_r vl-gate ga-login1 "$rmt_dir/$vs" $tarname -n $vs ;;
ga-pgi ) build_r vl-gate ga-login1 "$rmt_dir/$vs" $tarname -n $vs -s PrgEnv-intel,PrgEnv-pgi ;;
Expand All @@ -217,11 +218,8 @@ for v in $vers; do
tt-intel ) build_r none tt-fey "$rmt_dir/$vs" $tarname -n $vs ;;
tt-pgi ) build_r none tt-fey "$rmt_dir/$vs" $tarname -n $vs -s PrgEnv-intel,PrgEnv-pgi ;;

tr-gnu ) build_r wtrw tr-fe1 "$rmt_dir/$vs" $tarname -n $vs -s PrgEnv-intel,PrgEnv-gnu ;;
tr-intel ) build_r wtrw tr-fe1 "$rmt_dir/$vs" $tarname -n $vs ;;

tc-gnu ) build_r none tr-compile "$rmt_dir/$vs" $tarname -n $vs -s PrgEnv-intel,PrgEnv-gnu ;;
tc-intel ) build_r none tr-compile "$rmt_dir/$vs" $tarname -n $vs ;;
tr-gnu ) build_r none tr-fe1 "$rmt_dir/$vs" $tarname -n $vs -s PrgEnv-intel,PrgEnv-gnu ;;
tr-intel ) build_r none tr-fe1 "$rmt_dir/$vs" $tarname -n $vs ;;

bu-gnu ) build_r vl-gate bu-fe "$rmt_dir/$vs" $tarname -n $vs -s PrgEnv-cray,PrgEnv-gnu -l craype-sandybridge ;;
bu-cray ) build_r vl-gate bu-fe "$rmt_dir/$vs" $tarname -n $vs -l craype-sandybridge ;;
Expand Down

0 comments on commit 60c6e75

Please sign in to comment.