Skip to content

Commit

Permalink
Merge pull request #133 from esseivaju/mtes-release25
Browse files Browse the repository at this point in the history
Fix athenopts mtes for release 25
  • Loading branch information
PalNilsson authored Jun 26, 2024
2 parents 8ae8c47 + 9bf3284 commit 08ddf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/eventservice/esprocess/esprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def init_yampl_socket(self, executable: str) -> str:
is_mt = "--multithreaded=true" in executable.lower()
if is_ca:
if is_mt:
preexec_socket_config = f" --mtes=True --mtes-channel=\"{socket_name}\" "
preexec_socket_config = f" --mtes --mtes-channel=\"{socket_name}\" "
else:
preexec_socket_config = f" --preExec 'ConfigFlags.MP.EventRangeChannel=\"{socket_name}\"' "
else:
Expand Down

0 comments on commit 08ddf7a

Please sign in to comment.