Commit da3ec20
committed
Run python in the same process as
Use `exec` in the `eb` wrapper script to avoid creating a new process.
This allows easier work with e.g. SLURM as signals send to the main process (`eb`) may not be forwarded to Easybuild (python) which results in e.g. stale locks.eb
1 parent a8c0cad commit da3ec20
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
0 commit comments