all modules in MPI: set compiler variables like CC in em.configure()

This commit is contained in:
2014-05-13 15:22:23 +02:00
parent 6ae2c7ba8c
commit 7ab284a1f4
5 changed files with 36 additions and 1 deletions

9
scripts/all.build Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
source "$(dirname $0)/../lib/lib.bash"
[[ -z $MODULESHOME ]] && die 1 "Module environment not loaded"
while read family rest; do
$(dirname $0)/family.build ${family}
done < "${EM_ETCDIR}/family.conf"