diff --git a/crpptbx/AUG/torbeam_prepare_inputs_and_run.m b/crpptbx/AUG/torbeam_prepare_inputs_and_run.m
index e4b55e650d19ed557e3da5d0054fb50236fca681..02f015545f08d9d3f35849e606fa245508ac46aa 100644
--- a/crpptbx/AUG/torbeam_prepare_inputs_and_run.m
+++ b/crpptbx/AUG/torbeam_prepare_inputs_and_run.m
@@ -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);