Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixPerformance
Commits
9c856fe8
Commit
9c856fe8
authored
Jan 12, 2021
by
Pierre Aubert
Browse files
Add script to activate nvidia HPC sdk
parent
0db90f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
script/scriptEnableNVidiaHPC.sh
script/scriptEnableNVidiaHPC.sh
+10
-0
No files found.
script/scriptEnableNVidiaHPC.sh
0 → 100755
View file @
9c856fe8
#!/bin/bash
NVARCH
=
`
uname
-s
`
_
`
uname
-m
`
;
export
NVARCH
NVCOMPILERS
=
/opt/nvidia/hpc_sdk
;
export
NVCOMPILERS
MANPATH
=
$MANPATH
:
$NVCOMPILERS
/
$NVARCH
/20.11/compilers/man
;
export
MANPATH
PATH
=
$NVCOMPILERS
/
$NVARCH
/20.11/compilers/bin:
$PATH
;
export
PATH
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