Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
eic_tools
Spack
Commits
bc2e0cc8
Commit
bc2e0cc8
authored
8 years ago
by
becker33
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1418 from mamelara/bugfix/add_import
Add import statement
parents
7f43a7d1
0425f5d5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/spack/spack/platforms/cray.py
+1
-1
1 addition, 1 deletion
lib/spack/spack/platforms/cray.py
with
1 addition
and
1 deletion
lib/spack/spack/platforms/cray.py
+
1
−
1
View file @
bc2e0cc8
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
from
spack.architecture
import
Platform
,
Target
,
NoPlatformError
from
spack.architecture
import
Platform
,
Target
,
NoPlatformError
from
spack.operating_systems.linux_distro
import
LinuxDistro
from
spack.operating_systems.linux_distro
import
LinuxDistro
from
spack.operating_systems.cnl
import
Cnl
from
spack.operating_systems.cnl
import
Cnl
from
llnl.util.filesystem
import
join_path
# Craype- module prefixes that are not valid CPU targets.
# Craype- module prefixes that are not valid CPU targets.
NON_TARGETS
=
(
'
hugepages
'
,
'
network
'
,
'
target
'
,
'
accel
'
,
'
xtpe
'
)
NON_TARGETS
=
(
'
hugepages
'
,
'
network
'
,
'
target
'
,
'
accel
'
,
'
xtpe
'
)
...
...
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