Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HeteroFlow
THAPI
Commits
aaebd21c
Commit
aaebd21c
authored
Oct 14, 2020
by
Brice Videau
Browse files
Added missing environment variable export.
parent
06cdd63c
Pipeline
#11595
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cuda/tracer_cuda.sh.in
View file @
aaebd21c
...
...
@@ -21,7 +21,7 @@ while true; do
case
"
$1
"
in
--cudart
)
shift
;
cudart
=
1
;;
-a
|
--arguments
)
shift
;
arguments
=
1
;;
-p
|
--profiling
)
shift
;
profiling
=
1
;
LTTNG_UST_CUDA_PROFILE
=
1
;;
-p
|
--profiling
)
shift
;
profiling
=
1
;
export
LTTNG_UST_CUDA_PROFILE
=
1
;;
-v
|
--visualize
)
shift
;
lttng_view
=
1
;;
--
)
shift
;
break
;;
*
)
break
;;
...
...
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