Skip to content
Snippets Groups Projects
Commit 259ce906 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 14/04/2017: add beta test support for Max OSX

parent 2641b27f
No related branches found
No related tags found
No related merge requests found
...@@ -289,6 +289,15 @@ Linux*) ...@@ -289,6 +289,15 @@ Linux*)
export VER_CDF=${VER_CDF:-CDFAUTO} export VER_CDF=${VER_CDF:-CDFAUTO}
export NEED_NCARG=${NEED_NCARG:-YES} export NEED_NCARG=${NEED_NCARG:-YES}
;; ;;
Darwin*)
echo "WARNING:: Darwin for Mac not tested "
export ARCH=${ARCH:-LXgfortran}
export VER_MPI=${VER_MPI:-MPIVIDE}
export OPTLEVEL=${OPTLEVEL:-DEBUG}
export MVWORK=${MVWORK:-NO}
export VER_CDF=${VER_CDF:-CDFAUTO}
export NEED_NCARG=${NEED_NCARG:-NO}
;;
*) *)
echo "WARNING ; system not yet tested " echo "WARNING ; system not yet tested "
echo "WARNING ; edit profile_mesonh & set correct variables ARCH , VER_MPI & OPTLEVEL " echo "WARNING ; edit profile_mesonh & set correct variables ARCH , VER_MPI & OPTLEVEL "
......
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