Skip to content

Commit

Permalink
Update xprof.sh.erb.in (#156)
Browse files Browse the repository at this point in the history
* Update xprof.sh.erb.in

* Update xprof.sh.erb.in
  • Loading branch information
TApplencourt authored Oct 10, 2023
1 parent c307c65 commit a6252b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xprof/xprof.sh.erb.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ mpi_local_rank_id() {
}


SHARED_LOCAL_FILESYSTEM=/dev/shm/.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
# In live mode, we cannot have a socket name bigger than the Unix limit
THAPI_SESION_ID=$(echo "THAPI_$(hostname)_$(mpi_job_id)" | md5sum | cut -d" " -f1)
export LTTNG_HOME=/tmp/lttng_home/$(mpi_job_id)

Expand Down

0 comments on commit a6252b3

Please sign in to comment.