From c2eccd7ce6d6dde6aebc1e8cb6367545d7f39d31 Mon Sep 17 00:00:00 2001 From: Andrew Kiss <31054815+aekiss@users.noreply.github.com> Date: Mon, 23 Aug 2021 10:49:48 +1000 Subject: [PATCH] reduce UCX log detail; closes https://github.com/COSIMA/access-om2/issues/244 --- config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.yaml b/config.yaml index 4f9bfc7..a7754f5 100644 --- a/config.yaml +++ b/config.yaml @@ -53,6 +53,8 @@ stacksize: unlimited restart_freq: 1 # use tidy_restarts.py instead mpirun: --mca io ompio --mca io_ompio_num_aggregators 1 qsub_flags: -W umask=027 +env: + UCX_LOG_LEVEL: 'error' # set number of cores per node (28 for normalbw, 48 for normal on gadi) platform: nodesize: 48