File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -888,7 +888,7 @@ async def scorep_execute(
888888 # Determine directory to which trace files were saved by Score-P
889889 scorep_folder = ""
890890 if "SCOREP_EXPERIMENT_DIRECTORY" in os .environ :
891- self .log .warning (f'{ os .environ ["SCOREP_EXPERIMENT_DIRECTORY" ]= } ' )
891+ self .log .debug (f'{ os .environ ["SCOREP_EXPERIMENT_DIRECTORY" ]= } ' )
892892 scorep_folder = os .environ ["SCOREP_EXPERIMENT_DIRECTORY" ]
893893 self .cell_output (
894894 f"Instrumentation results can be found in { scorep_folder } "
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ class KernelErrorCode(Enum):
3030 "[mode: {mode}] Failed to load persistence ({direction}, marshaller: {marshaller})."
3131 ),
3232 KernelErrorCode .SCOREP_SUBPROCESS_FAIL : (
33- "[mode: {mode}] Subprocess terminated unexpectedly. Persistence not recorded ({marshaller})."
33+ "[mode: {mode}] Subprocess terminated unexpectedly. Persistence not recorded (marshaller: {marshaller})."
3434 ),
3535}
You can’t perform that action at this time.
0 commit comments