Commit graph

348 commits

Author SHA1 Message Date
0be4a91a0f Write more compact code. 2024-03-28 02:43:56 +01:00
bc516855ff adapted to standard variable name scheme "enable" 2024-03-28 02:43:56 +01:00
a7f63a559d Disable PAPI at configure if not requested/available; Use POSIX clock. 2024-03-28 02:43:56 +01:00
2cec8f8c18 Added new login/imager node for Laki. 2024-03-28 02:43:56 +01:00
4f966b0e06 Indention 2024-03-28 02:43:56 +01:00
7a016f033a Added sit class file for extrae 2.2.0 2024-03-28 02:43:56 +01:00
ccf6b11cc4 Added sit class file for git 1.7.3.4. 2024-03-28 02:43:56 +01:00
57169b4da7 Added sit class file for gperf 3.0.4. 2024-03-28 02:43:56 +01:00
96f446b375 Added new platform hermit1. 2024-03-28 02:43:56 +01:00
e439216d85 Added F90 compiler specifications for all modules and fixed typos. 2024-03-28 02:43:56 +01:00
Rainer Keller
fc1a4c3c78 - Some configures do not rely on FC, but also require F90 as option. 2024-03-28 02:43:56 +01:00
93bff23cdc Documented the PLATFORM variable in the README file. 2024-03-28 02:43:56 +01:00
2ef8665efc Added environment variable for compileer 2024-03-28 02:43:56 +01:00
Rainer Keller
3b6c7d671f - Decompress silenlty 2024-03-28 02:43:56 +01:00
Rainer Keller
de6ca340cd - Correct the C++ compiler executable for Laki 2024-03-28 02:43:56 +01:00
a3bc2e95ee New sit_cmd.log logfile containing sit call and environment info. 2024-03-28 02:43:56 +01:00
b68a098079 Added description in README about pre- and posttest functions. 2024-03-28 02:43:56 +01:00
529df8f58f Added sit class file for Open MPI 1.5.4 2024-03-28 02:43:56 +01:00
b3ae8e4c17 Added sit class file for gcc 4.6.1. 2024-03-28 02:43:56 +01:00
fea5008127 Added sit class file for PPW-2.8beta 2024-03-28 02:43:56 +01:00
947c58fd2e StarSs: allow optional variable GIT_REPO 2024-03-28 02:43:56 +01:00
3a2c12e37c Use environment variable PLATFORM when defined. 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
60cdbe96e4 Print info about the compiler environment in use. 2024-03-28 02:43:56 +01:00
3ae506dfb5 Comments about dependencies as they are currently not implemented in sit. 2024-03-28 02:43:56 +01:00
c8818e508b Added sit class file for GCC UPC. 2024-03-28 02:43:56 +01:00
6ddf153528 Fix: Change pshm from posix to sysv to resolve problems on laki. 2024-03-28 02:43:56 +01:00
765a60df24 Fix: Prevent system compiler version number to be added to the prefix. 2024-03-28 02:43:56 +01:00
3aaaa7cd0a Unified the header of all sit class files. 2024-03-28 02:43:56 +01:00
37eafdb4ce Fixed typo in file name. 2024-03-28 02:43:56 +01:00
25da0150af Added sit class files for
* Berkeley UPC translator (source to source compiler)
* Berkeley UPC (runtime)

The environment variable BUPC_TRANSLATOR has to be defined by the
berkeley_upc_translator module to build Berkeley UPC.
2024-03-28 02:43:56 +01:00
a6473e6997 Updated README file. 2024-03-28 02:43:56 +01:00
04b0a5fc57 Added sit class file for extrae-2.1.1-p2 2024-03-28 02:43:56 +01:00
5f66718ec8 Added new sit classfile for Mercurium compiler (git repository version). 2024-03-28 02:43:56 +01:00
ffa2030f51 Added new sit classfile for Nanos++ library (git repository version). 2024-03-28 02:43:56 +01:00
9af6785a4b Added fallback platform and default compiler to config file. 2024-03-28 02:43:56 +01:00
d4f1c488a3 Added configurable compiler selection for different platforms. 2024-03-28 02:43:56 +01:00
523eadc411 Added new sit classfile for vampirtrace 5.11 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
b37dbca3c9 Added python install script for Laki. 2024-03-28 02:43:56 +01:00
616cf19259 ompss_install.sh: enable debugging info per default; ayudame 2024-03-28 02:43:56 +01:00
0bd16d83bb Bugfix: Added missing quotes. 2024-03-28 02:43:56 +01:00
7807844e84 The builddir should not be a subdir of the source dir. 2024-03-28 02:43:56 +01:00
b7c3af9346 Improved check_linking script.
* fixed problem with ':' seperated paths
* verbose mode
2024-03-28 02:43:56 +01:00
062c35e6ed renamed: mcxx-nanox_install.sh -> ompss_install.sh 2024-03-28 02:43:56 +01:00
3c34ba9a86 Enable instrumentation per default; generate logfiles; parallel build. 2024-03-28 02:43:56 +01:00
316a00aefb Added sit class file for gcc-4.6.
Note: Installation path is ".../gnu/4.6" and not ".../gnu/4.6.0"!
2024-03-28 02:43:56 +01:00
fb53bd4bcb Added basic script checking linking consistency for given modules. 2024-03-28 02:43:56 +01:00
cf3803907f Update to README 2024-03-28 02:43:56 +01:00
Rainer Keller
6e6426c7e1 - Get rid of old packages.. 2024-03-28 02:43:56 +01:00