From: barate Date: Wed, 28 Mar 2012 13:41:38 +0000 (+0000) Subject: Force SH protocol for Vishnu eClient X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FBR_DIET;p=tools%2Flibbatch.git Force SH protocol for Vishnu eClient --- diff --git a/src/Vishnu/Batch_BatchManager_eVishnu.cxx b/src/Vishnu/Batch_BatchManager_eVishnu.cxx index 70f0a97..279dce3 100644 --- a/src/Vishnu/Batch_BatchManager_eVishnu.cxx +++ b/src/Vishnu/Batch_BatchManager_eVishnu.cxx @@ -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) { }