Commit graph

4 commits

Author SHA1 Message Date
2ef8665efc Added environment variable for compileer 2024-03-28 02:43:56 +01:00
947c58fd2e StarSs: allow optional variable GIT_REPO 2024-03-28 02:43:56 +01:00
27a1d5cb9c StarSs_testing script update for Cray compiler on hermit
The script StarSs_testing_install.sh now accepts the new
TARGET=hermit_cray, which builds for the Cray compiler 
on Hermit. Needs to jump through quite some loops at the
moment to accomodate the cray compiler or the configure scripts.

Also, as of 28 July, the resulting installation does not work 
(segfault when executing SMPSs app). Not sure if this is a problem
of the new 2.4 runtime, this script, or the Cray programming
environment.
2024-03-28 02:43:56 +01:00
5b16199f90 Install script for StarSs testing
Added an install script for StarSs_testing. Builds from
given commit in text git repository for Laki or Hermit. 

Usage: 
GIT_COMMIT=xyz TARGET=laki|hermit ./StarSs_testing_install.sh

Note: On hermit ther is no access to git repository, so need
to do the first couple of steps offline and copy the tar file
into the $WORK_DIR.
2024-03-28 02:43:56 +01:00