From f22880e0055169292ffb5317a0957added54e310 Mon Sep 17 00:00:00 2001 From: barate Date: Wed, 28 Mar 2012 13:41:38 +0000 Subject: [PATCH] Force SH protocol for Vishnu eClient --- src/Vishnu/Batch_BatchManager_eVishnu.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { } -- 2.39.2