Skip to content

Commit a8a163b

Browse files
committed
Log PBS submit script
This is otherwise lost as it is not written to disk as for LSF.
1 parent 85b56ad commit a8a163b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ert/scheduler/openpbs_driver.py

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ async def submit(
209209
),
210210
]
211211
logger.debug(f"Submitting to PBS with command {shlex.join(qsub_with_args)}")
212+
logger.debug(f"Submit script passed on stdin: {script}")
212213

213214
process_success, process_message = await self._execute_with_retry(
214215
qsub_with_args,

0 commit comments

Comments
 (0)