Skip to content
Snippets Groups Projects
Commit f42d6225 authored by remy's avatar remy
Browse files

harp update for non centos distro

parent 8d5cfbf5
No related merge requests found
......@@ -10,11 +10,15 @@ puts stderr "The program harp"
puts stderr "is added to PATH."
}
set rel [uname release]
set is_module_rm [module-info mode remove]
set HARP_CURPATH /share/apps/bin/harp/140925/
prepend-path PATH $HARP_CURPATH/bin
#prepend-path LD_LIBRARY_PATH /share/apps/lib/libc/2.15/lib/x86_64-linux-gnu/
if { $rel != "2.6.32-504.16.2.el6.x86_64" } {
prepend-path LD_LIBRARY_PATH /share/apps/lib/libc/2.15/lib/x86_64-linux-gnu/
}
append-path PE_PRODUCT_LIST HARP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment