aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..a2923c9
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,8 @@
+# Configuration definitions for thorn OpenMPI
+
+PROVIDES MPI
+{
+ SCRIPT configure.sh
+ LANG bash
+ OPTIONS MPI OPENMPI_DIR OPENMPI_INC_DIRS OPENMPI_LIB_DIRS OPENMPI_LIBS
+}