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
f39b7809
Commit
f39b7809
authored
5 years ago
by
Boman Romain
Browse files
Options
Downloads
Patches
Plain Diff
add pgi compilers
parent
9d3d0005
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cfg/garfield/pgi.bashrc
+8
-0
8 additions, 0 deletions
cfg/garfield/pgi.bashrc
with
8 additions
and
0 deletions
cfg/garfield/pgi.bashrc
0 → 100644
+
8
−
0
View file @
f39b7809
# PGI compiler
if [ -d /opt/pgi ] ; then
add2env PGI "/opt/pgi"
add2env PATH "/opt/pgi/linux86-64/19.10/bin" front
add2env MANPATH "/opt/pgi/linux86-64/19.10/man"
add2env LM_LICENSE_FILE "/opt/pgi/license.dat"
fi
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