Added basic description to script header.

This commit is contained in:
Christoph Niethammer 2011-12-01 11:48:09 +00:00
parent 9e651b17c0
commit 15596f5797

View file

@ -1,4 +1,10 @@
#!/bin/bash -l
#
# Simple script testing all available compiler modules on cray:
# Check if C++ compiler is working.
#
# Chrsitoph Niethammer <niethammer@hlrs.de> (C) 2011
#
compilers="pgi gcc cray"