Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision a96691dac77d68e19d483fa223d61b511ccf38c0)
+++ Jenkinsfile	(revision 1752d0e478e5830a45457ae1486b58159a96ffac)
@@ -260,4 +260,10 @@
 		def install_dir = pwd tmp: true
 
+		//Output compiler version to help with debug
+		echo """C++ Compiler :"""
+		sh "${compiler.cpp_cc}"
+		echo """C   Compiler :"""
+		sh "${compiler.cfa_cc}"
+
 		//Configure the conpilation (Output is not relevant)
 		//Use the current directory as the installation target so nothing
