Skip to content
Snippets Groups Projects
Commit 71d9b658 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

add LD_LIBRARY_PATH for running torbeam from matlab as well as manual fix for...

add LD_LIBRARY_PATH for running torbeam from matlab as well as manual fix for toki with intel missing

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@12005 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 3a6dd0f8
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,8 @@ icount = 0;
ld_library_path=getenv('LD_LIBRARY_PATH'); % need /afs/@cell/common/soft/intel/ics2013/14.0/compiler/lib/intel64 (ok on toks but not toki now)
ij_intel = findstr(ld_library_path,'intel');
if isempty(ij_intel)
warning('no intel in LD_LIBRARY_PATH, torbeam may not run properly');
warning('no intel in LD_LIBRARY_PATH, torbeam may not run properly, add manually /afs/@cell/common/soft/intel/ics2013/14.0/compiler/lib/intel64');
ld_library_path = [ld_library_path ':/afs/@cell/common/soft/intel/ics2013/14.0/compiler/lib/intel64'];
end
for it_eff=1:length(times_for_torbeam_eff)
it = it_inb_beam_on(it_eff);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment