Skip to content

Commit

Permalink
Update xprof.sh.erb.in
Browse files Browse the repository at this point in the history
  • Loading branch information
TApplencourt authored Oct 17, 2023
1 parent a6252b3 commit be555d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xprof/xprof.sh.erb.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ mpi_local_rank_id() {
}


SHARED_LOCAL_FILESYSTEM=/dev/shm/$(USER)/.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
Expand Down

0 comments on commit be555d7

Please sign in to comment.