From 15596f5797fa3cff1f543f46a0a32555452714a2 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Thu, 1 Dec 2011 11:48:09 +0000 Subject: [PATCH] Added basic description to script header. --- tests/c++-compiler/test.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/c++-compiler/test.sh b/tests/c++-compiler/test.sh index 64f1d05..400f643 100755 --- a/tests/c++-compiler/test.sh +++ b/tests/c++-compiler/test.sh @@ -1,4 +1,10 @@ #!/bin/bash -l +# +# Simple script testing all available compiler modules on cray: +# Check if C++ compiler is working. +# +# Chrsitoph Niethammer (C) 2011 +# compilers="pgi gcc cray"