diff --git a/zUtil_OAR/gtOarMakeLaunchScript.m b/zUtil_OAR/gtOarMakeLaunchScript.m index 251f063718f213395c8c54daa84b93c2f4c43fed..ccc907c14f5226c2b0ad5825203def8b6db570e6 100644 --- a/zUtil_OAR/gtOarMakeLaunchScript.m +++ b/zUtil_OAR/gtOarMakeLaunchScript.m @@ -15,8 +15,7 @@ function script_location = gtOarMakeLaunchScript(pathdir, tmpdir, tmpname, oarpa exportLibary = 'export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:'; exportPreload = 'export LD_PRELOAD="${LD_PRELOAD}:'; - disp('Loading configuration about external libraries from conf.xml') - xml_conf = gtConfLoadXML(); + xml_conf = gtConfLoadXML(true); % External execution time libraries, same as: % ['source ' fullfile(GT_MATLAB_HOME, 'setup_gt_env')], ...