Salome HOME
resource sharing on CCRT
authorsecher <secher>
Thu, 30 Jun 2011 09:50:59 +0000 (09:50 +0000)
committersecher <secher>
Thu, 30 Jun 2011 09:50:59 +0000 (09:50 +0000)
src/CCC/Batch_BatchManager_eCCC.cxx

index 45c1668a3d62d0d20c82fe27d614bb1c7e804193..f249287498843056ca8ce68805c916bcad47ce26 100644 (file)
@@ -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();