Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxbin
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor 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
Aerospace and Mechanical Engineering
linuxbin
Commits
36b064ca
Commit
36b064ca
authored
4 years ago
by
Papeleux Luc
Browse files
Options
Downloads
Patches
Plain Diff
warson mkl config to enable optimisations on amd procs
parent
b433176a
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cfg/warson/intelCommunity.bashrc
+1
-0
1 addition, 0 deletions
cfg/warson/intelCommunity.bashrc
cfg/warson/intelCommunity.profile
+2
-1
2 additions, 1 deletion
cfg/warson/intelCommunity.profile
with
3 additions
and
1 deletion
cfg/warson/intelCommunity.bashrc
+
1
−
0
View file @
36b064ca
...
...
@@ -6,3 +6,4 @@ if [ -d /opt/intel ] ; then
. /opt/intel/mkl/bin/mklvars.sh intel64
. /opt/intel/tbb/bin/tbbvars.sh intel64
fi
export MKL_DEBUG_CPU_TYPE=5
This diff is collapsed.
Click to expand it.
cfg/warson/intelCommunity.profile
+
2
−
1
View file @
36b064ca
...
...
@@ -7,4 +7,5 @@ if [ -n "$BASH_VERSION" ]; then
.
/
opt
/
intel
/
mkl
/
bin
/
mklvars
.
sh
intel64
.
/
opt
/
intel
/
tbb
/
bin
/
tbbvars
.
sh
intel64
fi
fi
\ No newline at end of file
fi
export
MKL_DEBUG_CPU_TYPE
=
5
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