Salome HOME
Successful first launch of scheme on cluster.
[modules/yacs.git] / src / evalyfx / YACSEvalResource.cxx
index 4996f266b62ad97d970ed0ada9412d625b710082..a79259d790988ca69cafa4c139d760d7e761fcf9 100644 (file)
@@ -337,6 +337,8 @@ void YACSEvalParamsForCluster::checkConsistency() const
 {
   if(_remoteWorkingDir.empty())
     throw YACS::Exception("YACSEvalParamsForCluster::checkConsistency : remote work dir is not set !");
+  if(_localWorkingDir.empty())
+    throw YACS::Exception("YACSEvalParamsForCluster::checkConsistency : local work dir is not set !");
   if(_wcKey.empty())
     throw YACS::Exception("YACSEvalParamsForCluster::checkConsistency : WC key is not set !");
   if(_nbOfProcs==0)