From bef88b32069de9707e517fd91c2d19ee76da5570 Mon Sep 17 00:00:00 2001 From: secher Date: Thu, 30 Jun 2011 09:50:59 +0000 Subject: [PATCH] resource sharing on CCRT --- src/CCC/Batch_BatchManager_eCCC.cxx | 3 +++ 1 file changed, 3 insertions(+) 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(); -- 2.39.2