#!/bin/bash COMPILER_OPTS="CC=cc CXX=CC FC=ftn F90=ftn F77=ftn" COMPILER_VERSION_CMD="cc --version 2>&1 | awk '/icc/{print \$3; }'"