Skip to content
Snippets Groups Projects
Commit bc2e0cc8 authored by becker33's avatar becker33 Committed by GitHub
Browse files

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
...@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment