diable swap out/in in qlmpi

This commit is contained in:
Ken Sato
2017-09-07 16:06:56 +09:00
parent 8cc264d794
commit 707b245009

View File

@ -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);