sit/etc/platform-configs/training/compiler/pgi
Christoph Niethammer 06885b9e98 Add support for the HLRS training cluster to sit
Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
2024-10-08 10:43:03 +02:00

3 lines
150 B
Bash

#!/bin/bash
COMPILER_OPTS="CC=pgcc CXX=pgCC FC=pgf95 F90=pgf90 F77=pgf77"
COMPILER_VERSION_CMD="pgcc -V | awk '/pgcc/{print \$2}' | sed -e 's/-/./'"