You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running with SCR_DEBUG=1, SCR prints log messages to stdout. It would be useful at times to direct those messages to other files like stderr or perhaps a user-provided file descriptor. This would enable users to more easily filter SCR messages from their job logs.
The related code in SCR is in scr_err_mpi.c and scr_err_serial.c, e.g.:
When running with
SCR_DEBUG=1
, SCR prints log messages tostdout
. It would be useful at times to direct those messages to other files likestderr
or perhaps a user-provided file descriptor. This would enable users to more easily filter SCR messages from their job logs.The related code in SCR is in
scr_err_mpi.c
andscr_err_serial.c
, e.g.:scr/src/scr_err_mpi.c
Lines 52 to 63 in 48328f6
There are a few other places where SCR calls print functions of other components, like:
scr/src/scr.c
Lines 1278 to 1289 in 48328f6
The text was updated successfully, but these errors were encountered: