mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
20 lines
409 B
Plaintext
20 lines
409 B
Plaintext
#%Module
|
|
set name pgi
|
|
set version 18
|
|
|
|
conflict $name
|
|
conflict gcc
|
|
conflict intel
|
|
|
|
# source common definitions
|
|
source [file dirname $ModulesCurrentModulefile]/../.common
|
|
|
|
# compute installation path based on selected toolchain and flavors
|
|
set prefix [getInstallPrefix]
|
|
|
|
|
|
# set software environment
|
|
prepend-path PATH $prefix/bin
|
|
prepend-path MANPATH $prefix/share/man
|
|
prepend-path LD_LIBRARY_PATH $prefix/lib64
|