This metadata input, if set to True, will set CodeInfo.join_files to True instead of defining CodeInfo.stderr_name. This will cause the submission script to look like:
date > stdout 2>&1
instead of the default:
date > stdout 2> stderr
meaning that content written to the stderr file descriptor will be redirected to the stdout file.
This metadata input, if set to
True
, will setCodeInfo.join_files
toTrue
instead of definingCodeInfo.stderr_name
. This will cause the submission script to look like:instead of the default:
meaning that content written to the stderr file descriptor will be redirected to the stdout file.