Skip to content
Snippets Groups Projects
Commit 08fdd60a authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Conf: as before, made it more explicit that we are loading from a specific conf file

parent 9a764256
No related branches found
No related tags found
No related merge requests found
......@@ -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')], ...
......
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