Skip to content
Snippets Groups Projects
Commit eddd5a4e authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

removed --mpi which never worked anyway

[[Imported from SVN: r144]]
parent 433e0c79
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ usage () {
echo "Usage: ./autogen.sh [options]"
echo " -i, --intel use intel compiler"
echo " -g, --gnu use gnu compiler (default)"
echo " -m, --mpi use mpicc"
echo " --opts=FILE use compiler-options from FILE"
echo " -d, --debug switch debug-opts on"
echo " -n, --nodebug switch debug-opts off"
......@@ -34,7 +33,6 @@ for OPT in $* ; do
case "$OPT" in
-i|--intel) . ./icc.opts ; COMPSET=1 ;;
-g|--gnu) . ./gcc.opts ; COMPSET=1 ;;
-m|--mpi) . ./mpi.opts ; COMPSET=1 ;;
--opts=*)
if [ -r $arg ] ; then
echo "reading options from $arg..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment