Salome HOME
The default value of the working directory of a job is set to the one of the ressourc...
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Thu, 11 Dec 2014 16:22:52 +0000 (17:22 +0100)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Thu, 11 Dec 2014 16:22:52 +0000 (17:22 +0100)
commit0d813b4aef28a0c73bd764d6d4f4fe971092b939
treeebadf298723e88945545c1f35258850cdb2614c1
parentcca750d0050e94eae9ea9ca05bee79a3ce454882
The default value of the working directory of a job is set to the one of the ressource used.

If neither the job nor the ressource defines a working directory, we use the previous rule
to define a working directory, based on $HOME.
There was a bug in the previous version because $HOME was not considered an absolute path.
A temporary fix is to use "/$HOME" instead of "$HOME".
idl/SALOME_Launcher.idl
src/Launcher/Launcher_Job.cxx