Added basic description to script header.
This commit is contained in:
parent
9e651b17c0
commit
15596f5797
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue