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
Branches
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ case $target_os in ...@@ -107,7 +107,7 @@ case $target_os in
CXXFLAGS="$CXXFLAGS -Wall -fno-implicit-templates " # C++ options 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 FFLAGS="$FFLAGS -Wall -fbounds-check" # Fortran options
if test "x$HOSTNAME" = xisei; then if test "x$HOSTNAME" = xsumo; then
#Define isei special compilers #Define isei special compilers
if test "x$have_mpi" = xyes; then if test "x$have_mpi" = xyes; then
# mpi compilers # mpi compilers
...@@ -127,7 +127,8 @@ case $target_os in ...@@ -127,7 +127,8 @@ case $target_os in
apple-darwin);; apple-darwin);;
#INSTALL-DATA-EXEC=$(HOME)/bin #INSTALL-DATA-EXEC=$(HOME)/bin
*) *)
CC=gcc;; #CC=gcc;;
CC=icc;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment