Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
SWE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
SWE
Commits
3411625e
Commit
3411625e
authored
Oct 05, 2012
by
Sebastian Rettenberger
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into coalesced
parents
222121c4
801ce972
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
SConstruct
SConstruct
+4
-0
No files found.
SConstruct
View file @
3411625e
...
@@ -43,6 +43,8 @@ print 'under certain conditions.'
...
@@ -43,6 +43,8 @@ print 'under certain conditions.'
print
'Details can be found in the file
\'
gpl.txt
\'
.'
print
'Details can be found in the file
\'
gpl.txt
\'
.'
print
''
print
''
import
os
#
#
# set possible variables
# set possible variables
#
#
...
@@ -178,8 +180,10 @@ if env['parallelization'] in ['cuda', 'mpi_with_cuda']:
...
@@ -178,8 +180,10 @@ if env['parallelization'] in ['cuda', 'mpi_with_cuda']:
# set the directories for the CudaTool
# set the directories for the CudaTool
if
'cudaToolkitDir'
in
env
:
if
'cudaToolkitDir'
in
env
:
env
[
'CUDA_TOOLKIT_PATH'
]
=
env
[
'cudaToolkitDir'
]
env
[
'CUDA_TOOLKIT_PATH'
]
=
env
[
'cudaToolkitDir'
]
env
.
Append
(
RPATH
=
[
os
.
path
.
join
(
env
[
'cudaToolkitDir'
],
'lib64'
)])
if
'cudaSDKDir'
in
env
:
if
'cudaSDKDir'
in
env
:
env
[
'CUDA_SDK_PATH'
]
=
env
[
'cudaSDKDir'
]
env
[
'CUDA_SDK_PATH'
]
=
env
[
'cudaSDKDir'
]
env
.
Append
(
RPATH
=
[
os
.
path
.
join
(
env
[
'cudaSDKDir'
],
'lib64'
)])
env
.
Tool
(
'CudaTool'
,
toolpath
=
[
'.'
])
env
.
Tool
(
'CudaTool'
,
toolpath
=
[
'.'
])
...
...
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