Added compiler config for gcc on hawk.

This commit is contained in:
Christoph Niethammer 2020-03-06 11:08:26 +00:00
parent af60fa6d96
commit a09156427b

View file

@ -0,0 +1,3 @@
#!/bin/bash
COMPILER_OPTS="CC=gcc CXX=g++ F77=gfortran FC=gfortran"
COMPILER_VERSION_CMD="gcc -dumpversion"