Skip to content
Snippets Groups Projects
Commit b8bfd83b authored by Wolfgang Ludwig's avatar Wolfgang Ludwig
Browse files

Conf: fixed PRELOAD and LIBRARY_PATH

parent c933e41a
No related branches found
No related tags found
No related merge requests found
...@@ -30,10 +30,10 @@ ...@@ -30,10 +30,10 @@
<libraries> <libraries>
<!-- Dynamic Libraries needed by ASTRA --> <!-- Dynamic Libraries needed by ASTRA -->
<path hostname="rnice*,gpu[1,2]-*">/bliss/users/vigano/local/usr/local/cuda-5.5/lib64</path> <path hostname="rnice*,gpu1-*,gpu2-*">/bliss/users/vigano/local/usr/local/cuda-5.5/lib64</path>
<!-- For crunch --> <!-- For crunch -->
<path hostname="crunch">/nobackup/crunch1/astra/build/linux/.libs</path> <path hostname="crunch">/nobackup/crunch1/astra/build/linux/.libs</path>
<path hostname="rnice*,gpu[1,2]-*">/bliss/users/vigano/local/usr/src/astra/build/linux/.libs</path> <path hostname="rnice*,gpu1-*,gpu2-*">/bliss/users/vigano/local/usr/src/astra/build/linux/.libs</path>
</libraries> </libraries>
<preload> <preload>
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
<!-- <!--
<path>/usr/lib/libstdc++.so.6</path> <path>/usr/lib/libstdc++.so.6</path>
--> -->
<path hostname="rnice*,gpu1-*,gpu2-*">/usr/lib/x86_64-linux-gnu/libstdc++.so.6</path>
</preload> </preload>
</matlab> </matlab>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment