From 707b245009320f9b4fc31b70109054f2693e1845 Mon Sep 17 00:00:00 2001 From: Ken Sato Date: Thu, 7 Sep 2017 16:06:56 +0900 Subject: [PATCH] diable swap out/in in qlmpi --- executer/user/qlmpilib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executer/user/qlmpilib.c b/executer/user/qlmpilib.c index 9ec318e0..7fcbcb56 100644 --- a/executer/user/qlmpilib.c +++ b/executer/user/qlmpilib.c @@ -158,7 +158,7 @@ int ql_client(int *argc,char ***argv) syscall(803); rc = PMI_Barrier(); - rc = swapout(swap_file, buffer, BUF_SIZE, 0); + rc = swapout(swap_file, buffer, BUF_SIZE, 1); #ifdef QL_DEBUG printf(" swapout rc=%d\n",rc);