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
493a0c48
Commit
493a0c48
authored
13 years ago
by
nadolski
Browse files
Options
Downloads
Patches
Plain Diff
Force bash shell cf LNLS visit
parent
4d57822d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
make_for_gcc.sh
+2
-2
2 additions, 2 deletions
make_for_gcc.sh
with
2 additions
and
2 deletions
make_for_gcc.sh
+
2
−
2
View file @
493a0c48
#!/bin/sh
#!/bin/bash
# not sh since on Ubuntu sh is not bash
set
-x
# for debugging
if
[
$#
-ne
1
]
...
...
@@ -35,7 +36,6 @@ fi
if
[
$1
==
"opt"
]
then
F77
=
gfortran ./configure
--prefix
=
$dir
/
$TRACY
/tracy
FFLAGS
=
"-O2 -Wall -fbounds-check"
CFLAGS
=
"-O2 -Wall -fno-implicit-templates"
CXXFLAGS
=
"-O2 -Wall -fno-implicit-templates"
fi
make
...
...
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