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
In scripts/launch the pre and postcmd are executed in their own jobs, so they don't have any effect the compile execution
to do this right we need to spawn a a single job (maybe using bash -c ) to run all three commands pre, compiler, post in a single 'cl' generated job that is DIFFERENT from the PASE shell because CRTCPPMOD can't be run in a PASE shell becuase it will turn around and invoke a PASE job for the shared C++ front end
The text was updated successfully, but these errors were encountered:
In
scripts/launch
the pre and postcmd are executed in their own jobs, so they don't have any effect the compile executionto do this right we need to spawn a a single job (maybe using bash -c ) to run all three commands pre, compiler, post in a single 'cl' generated job that is DIFFERENT from the PASE shell because CRTCPPMOD can't be run in a PASE shell becuase it will turn around and invoke a PASE job for the shared C++ front end
The text was updated successfully, but these errors were encountered: