Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryaSharf committed Oct 24, 2023
1 parent df465e6 commit cf5e7aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def build_portBLAS(args):
# os.environ["CC"] = "/home/runner/work/oneapi-construction-kit/oneapi-construction-kit/linux_nightly_release/compiler/linux/bin-llvm/clang"#os.path.join(args.oneapi_base_toolkit, "compiler", "linux", "bin-llvm", "clang")
#os.environ["CXX"] = "/home/runner/work/oneapi-construction-kit/oneapi-construction-kit/linux_nightly_release/compiler/linux/bin-llvm/clang++"#os.path.join(args.oneapi_base_toolkit, "compiler", "linux", "bin-llvm", "clang++")
os.environ["LD_LIBRARY_PATH"] = os.environ.get("LD_LIBRARY_PATH", f"{os.path.join(args.oneapi_base_toolkit, 'compiler', 'linux', 'lib', 'intel64_lin')}:{os.environ.get('LD_LIBRARY_PATH', '')}")
print(f"LD_LIBRARY_PATH: {os.environ["LD_LIBRARY_PATH"]}")
print(f"LD_LIBRARY_PATH: {os.environ['LD_LIBRARY_PATH']}")
script_directory = os.getcwd()
portBlas_build_dir = os.path.join(script_directory, "build_portBlas")

Expand Down

0 comments on commit cf5e7aa

Please sign in to comment.