]> SALOME platform Git repositories - tools/libbatch.git/commitdiff
Salome HOME
Force SH protocol for Vishnu eClient BR_DIET
authorbarate <barate>
Wed, 28 Mar 2012 13:41:38 +0000 (13:41 +0000)
committerbarate <barate>
Wed, 28 Mar 2012 13:41:38 +0000 (13:41 +0000)
src/Vishnu/Batch_BatchManager_eVishnu.cxx

index 70f0a97a190ddfc1287f8476be6c4c1f650ea3e4..279dce3369e3b16d4841a043f561b42692456b18 100644 (file)
@@ -50,7 +50,8 @@ namespace Batch {
                                              const char * mpiImpl,
                                              int nb_proc_per_node)
     : BatchManager(parent, host),
-      BatchManager_eClient(parent, host, username, protocolType, mpiImpl),
+      // Force SH protocol for Vishnu
+      BatchManager_eClient(parent, host, username, SH, mpiImpl),
       _nb_proc_per_node(nb_proc_per_node)
   {
   }