Skip to content
Snippets Groups Projects
Commit 8be846a7 authored by BLANCO-GARCIA's avatar BLANCO-GARCIA
Browse files

adds sumo, adds space in cflags, and changes CC to icc

parent d4dff3d2
No related branches found
No related tags found
No related merge requests found
......@@ -105,9 +105,9 @@ case $target_os in
#Compilation optionss
CXXFLAGS="$CXXFLAGS -Wall -fno-implicit-templates " # C++ options
CFLAGS="$CFLAGS -Wall-fno-implicit-templates " # C options
CFLAGS="$CFLAGS -Wall -fno-implicit-templates " # C options
FFLAGS="$FFLAGS -Wall -fbounds-check" # Fortran options
if test "x$HOSTNAME" = xisei; then
if test "x$HOSTNAME" = xsumo; then
#Define isei special compilers
if test "x$have_mpi" = xyes; then
# mpi compilers
......@@ -127,7 +127,8 @@ case $target_os in
apple-darwin);;
#INSTALL-DATA-EXEC=$(HOME)/bin
*)
CC=gcc;;
#CC=gcc;;
CC=icc;;
esac
......
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