We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba2651 commit 08dd549Copy full SHA for 08dd549
1 file changed
script/app-cp2k/customize.py
@@ -16,10 +16,10 @@ def preprocess(i):
16
17
if "+LIBRARY_PATH" not in env:
18
env["+LIBRARY_PATH"] = []
19
-
+
20
if "+PATH" not in env:
21
env["+PATH"] = []
22
23
aocc_lib_path = env['MLC_AOCC_LIB_PATH']
24
blas_lib_path = os.path.join(env['MLC_BLAS_INSTALL_PATH'], "lib")
25
blas_bin_path = os.path.join(env['MLC_BLAS_INSTALL_PATH'], "bin")
@@ -29,9 +29,9 @@ def preprocess(i):
29
30
env['+LD_LIBRARY_PATH'].append(os.path.abspath(blas_lib_path))
31
env['+LIBRARY_PATH'].append(os.path.abspath(blas_lib_path))
32
- #print(env)
+ # print(env)
33
env['+PATH'].append(os.path.abspath(blas_bin_path))
34
35
return {'return': 0}
36
37
0 commit comments