From e8843f74c54d5414f70469184d32e42d574723c5 Mon Sep 17 00:00:00 2001 From: Stewart Martin-Haugh <smh@cern.ch> Date: Thu, 20 Sep 2018 18:33:41 +0200 Subject: [PATCH] Improve documentation Former-commit-id: 488e0ff0a1237cda0814c8a8e02ad810186f9915 --- Control/AthenaCommon/python/AthOptionsParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/AthenaCommon/python/AthOptionsParser.py b/Control/AthenaCommon/python/AthOptionsParser.py index 59f93c35aa6..3583c9500cb 100644 --- a/Control/AthenaCommon/python/AthOptionsParser.py +++ b/Control/AthenaCommon/python/AthOptionsParser.py @@ -94,7 +94,7 @@ Accepted command line options: --tcmalloc ... use tcmalloc.so for memory allocation [DEFAULT]. This disables leak-check --stdcmalloc ... use libc malloc for memory allocation --stdcmath ... use glibc math functions [DEFAULT] - --imf ... use Intel Math Function library: may give different numerical results from --stdcmath + --imf ... use Intel Math Function library: faster, but may give different numerical results from --stdcmath --preloadlib=<lib> ... localized preload of library <lib> --nprocs=n ... enable AthenaMP if n>=1 or n==-1 --threads=n ... number of threads for AthenaMT -- GitLab