Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TRACY3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PA
Optics
TRACY3
Commits
8be846a7
Commit
8be846a7
authored
2 years ago
by
BLANCO-GARCIA
Browse files
Options
Downloads
Patches
Plain Diff
adds sumo, adds space in cflags, and changes CC to icc
parent
d4dff3d2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tracy/configure.ac
+4
-3
4 additions, 3 deletions
tracy/configure.ac
with
4 additions
and
3 deletions
tracy/configure.ac
+
4
−
3
View file @
8be846a7
...
...
@@ -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" = x
isei
; then
if test "x$HOSTNAME" = x
sumo
; 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment