Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spack-environments
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
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
MPSD Computational Science
spack-environments
Commits
cfeea530
Commit
cfeea530
authored
2 years ago
by
Henning Glawe
Browse files
Options
Downloads
Patches
Plain Diff
set CC and FC also explicitly in serial toolchains
parent
e67a3c1e
No related branches found
No related tags found
1 merge request
!28
Resolve "Improve octopus configure wrappers"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
octopus/foss2021a-serial-config.sh
+2
-0
2 additions, 0 deletions
octopus/foss2021a-serial-config.sh
octopus/foss2022a-serial-config.sh
+2
-0
2 additions, 0 deletions
octopus/foss2022a-serial-config.sh
with
4 additions
and
0 deletions
octopus/foss2021a-serial-config.sh
+
2
−
0
View file @
cfeea530
export
CC
=
"gcc"
export
CFLAGS
=
"
${
GCC_ARCH
:+-march
=
$GCC_ARCH
}
-O2 -g -fno-var-tracking-assignments"
export
CFLAGS
=
"
${
GCC_ARCH
:+-march
=
$GCC_ARCH
}
-O2 -g -fno-var-tracking-assignments"
export
FC
=
"gfortran"
export
FCFLAGS
=
"
${
GCC_ARCH
:+-march
=
$GCC_ARCH
}
-O2 -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
export
FCFLAGS
=
"
${
GCC_ARCH
:+-march
=
$GCC_ARCH
}
-O2 -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
#HG: ugly hack to include rpath while linking
#HG: ugly hack to include rpath while linking
...
...
This diff is collapsed.
Click to expand it.
octopus/foss2022a-serial-config.sh
+
2
−
0
View file @
cfeea530
export
CC
=
"gcc"
export
CFLAGS
=
"
${
GCC_ARCH
:+-march
=
$GCC_ARCH
}
-O2 -g -fno-var-tracking-assignments"
export
CFLAGS
=
"
${
GCC_ARCH
:+-march
=
$GCC_ARCH
}
-O2 -g -fno-var-tracking-assignments"
export
FC
=
"gfortran"
export
FCFLAGS
=
"
${
GCC_ARCH
:+-march
=
$GCC_ARCH
}
-O2 -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
export
FCFLAGS
=
"
${
GCC_ARCH
:+-march
=
$GCC_ARCH
}
-O2 -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
#HG: ugly hack to include rpath while linking
#HG: ugly hack to include rpath while linking
...
...
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