From: secher Date: Thu, 30 Jun 2011 09:50:59 +0000 (+0000) Subject: resource sharing on CCRT X-Git-Tag: V1_4_0rc1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bef88b32069de9707e517fd91c2d19ee76da5570;p=tools%2Flibbatch.git resource sharing on CCRT --- diff --git a/src/CCC/Batch_BatchManager_eCCC.cxx b/src/CCC/Batch_BatchManager_eCCC.cxx index 45c1668..f249287 100644 --- a/src/CCC/Batch_BatchManager_eCCC.cxx +++ b/src/CCC/Batch_BatchManager_eCCC.cxx @@ -299,6 +299,9 @@ namespace Batch { // Abstraction of PBS_NODEFILE - TODO tempOutputFile << "export LIBBATCH_NODEFILE=nodesFile" << endl; + // Allow resource sharing in CCRT nodes + tempOutputFile << "export OMPI_MCA_orte_process_binding=none" << endl; + // Launch the executable tempOutputFile << "./" + fileNameToExecute << endl; tempOutputFile.flush();