X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fprograms%2Fmdrun%2Fmdrun.cpp;h=52d866fdf89a4809163d10bd0823b04a061a8ee7;hb=fb588bd4563b5e2f67be41127b50cdec8f7afe13;hp=b3df7ca4a826700b949550dada55fa7f3a213f51;hpb=3e079803eb7a3a03b64fa0e67f1b29f44b9502db;p=alexxy%2Fgromacs.git diff --git a/src/programs/mdrun/mdrun.cpp b/src/programs/mdrun/mdrun.cpp index b3df7ca4a8..52d866fdf8 100644 --- a/src/programs/mdrun/mdrun.cpp +++ b/src/programs/mdrun/mdrun.cpp @@ -517,9 +517,9 @@ int gmx_mdrun(int argc, char *argv[]) { "-ntomp_pme", FALSE, etINT, {&hw_opt.nthreads_omp_pme}, "Number of OpenMP threads per MPI rank to start (0 is -ntomp)" }, { "-pin", FALSE, etENUM, {thread_aff_opt}, - "Set thread affinities" }, + "Whether mdrun should try to set thread affinities" }, { "-pinoffset", FALSE, etINT, {&hw_opt.core_pinning_offset}, - "The starting logical core number for pinning to cores; used to avoid pinning threads from different mdrun instances to the same core" }, + "The lowest logical core number to which mdrun should pin the first thread" }, { "-pinstride", FALSE, etINT, {&hw_opt.core_pinning_stride}, "Pinning distance in logical cores for threads, use 0 to minimize the number of threads per physical core" }, { "-gpu_id", FALSE, etSTR, {&hw_opt.gpu_opt.gpu_id},