Add PATH and LD_LIBRARY_FLAGS

[ROCm/clr commit: 67e96e983f]
This commit is contained in:
Ben Sander
2016-02-25 23:07:18 -06:00
parent b8b7596d4d
commit 7d1955ed1d
+4 -2
View File
@@ -14,7 +14,7 @@ GetOptions(
,"compiler|c" => \$p_compiler
,"platform|P" => \$p_platform
,"cpp_config|cxx_config|C" => \$p_cpp_config
,"full|f" => \$p_full,
,"full|f|info" => \$p_full,
,"newline|n" => \$p_newline
);
@@ -94,7 +94,9 @@ if ($p_full) {
print "\n" ;
print "=== Environment Variables\n";
system("env | egrep '^HIP|^HSA|^HCC|^CUDA'");
system("echo PATH=\$PATH");
system("env | egrep '^HIP|^HSA|^HCC|^CUDA|^LD_LIBRARY_PATH'");
print "\n" ;
print "== Linux Kernel\n";