From d101bc3ccca40a6ad2c3762ab33b9485217382e0 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Tue, 10 Oct 2023 09:36:50 -0500 Subject: [PATCH] Update xprof.sh.erb.in --- xprof/xprof.sh.erb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xprof/xprof.sh.erb.in b/xprof/xprof.sh.erb.in index 8ed0efc9..c43f97ab 100644 --- a/xprof/xprof.sh.erb.in +++ b/xprof/xprof.sh.erb.in @@ -70,7 +70,7 @@ mpi_local_rank_id() { } -SHARED_LOCAL_FILESYSTEM=/dev/shm/$(hostname)/.thapi_lock/$(mpi_job_id) +SHARED_LOCAL_FILESYSTEM=/dev/shm/$(USER)/.thapi_lock/$(mpi_job_id) SHARED_GLOBAL_FILESYSTEM=$HOME/.thapi_lock/$(mpi_job_id) THAPI_OUTPUT=${LTTNG_HOME:-$HOME} # In live mode, we cannot have a socket name bigger than the Unix limit