Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
spec.py
Commits
d48c0f38
Commit
d48c0f38
authored
Sep 10, 2010
by
Andreas Zwinkau
Browse files
Portability flags for SPEC OMP added
parent
4748dd33
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec.py
View file @
d48c0f38
...
...
@@ -161,6 +161,7 @@ def get_compiler_version(compiler):
return
"No compiler '%s' found."
%
compiler
PORTABILITY_FLAGS
=
dict
()
PORTABILITY_FLAGS
[(
"SPEC CPU2000"
,
"Ubuntu"
,
32
)]
=
"""
\
176.gcc=default=default=default:
CPORTABILITY =
...
...
@@ -189,6 +190,28 @@ notes008 = CPORTABILITY 255.vortex: -fno-strict-aliasing
187.facerec=default=default=default:
EXTRA_FFLAGS= -I../src
"""
PORTABILITY_FLAGS
[(
"SPEC OMP2001"
,
"Ubuntu"
,
32
)]
=
"""
\
310.wupwise_m=default=default=default:
FPORTABILITY=-ffixed-form
312.swim_m=default=default=default:
FPORTABILITY=-ffixed-form
314.mgrid_m=default=default=default:
FPORTABILITY=-ffixed-form
# no lastprivate error on i44pc50, needs extra download
srcalt = intel
316.applu_m=default=default=default:
FPORTABILITY=-ffixed-form
318.galgel_m=default=default=default:
FPORTABILITY=-ffixed-form -ffixed-line-length-80
324.apsi_m=default=default=default:
FPORTABILITY=-ffixed-form
326.gafort_m=default=default=default:
FPORTABILITY=-qsuffix=f=f90
328.fma3d_m=default=default=default:
FPORTABILITY=-qsuffix=f=f90
"""
PORTABILITY_FLAGS
[(
"SPEC CPU2006"
,
"Ubuntu"
,
32
)]
=
"""
\
400.perlbench=default=default=default:
CPORTABILITY= -DSPEC_CPU_LINUX_IA32
...
...
@@ -202,6 +225,7 @@ CXXPORTABILITY= -DSPEC_CPU_LINUX
481.wrf=default=default=default:
CPORTABILITY = -DSPEC_CPU_CASE_FLAG -DSPEC_CPU_LINUX
"""
PORTABILITY_FLAGS
[(
"SPEC CPU2006"
,
"Ubuntu"
,
64
)]
=
"""
\
default=base=default=default:
PORTABILITY = -DSPEC_CPU_LP64
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment