Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when compiling with CRTCPPMOD the pre and post commands are spawned in separate jobs and do not affect the compile #228

Open
edmundreinhardt opened this issue Apr 29, 2023 · 1 comment
Assignees

Comments

@edmundreinhardt
Copy link
Member

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

@irfanshar
Copy link
Collaborator

Maybe we can try running the job in launch using cl -K and getting that joblog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants