-
Notifications
You must be signed in to change notification settings - Fork 3
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
Allow PBS CI to create workers #54
Conversation
@AdamWlodarczyk In 1c17093 I wanted to clean up some warnings and it has now triggered a failing test that I cannot figure out |
@AdamWlodarczyk I can fix the problem with 7d0fba9 but I really don't understand why that is not allowed. Not closing the local cluster seems to kick a lot of warnings |
@ocaisa this is strange. I don't understand it either. I will take a look at it on the weekend. |
@ocaisa, I'm still debugging that and this is super strange. Somehow multiple closing and therefore multiple local cluster creation influences the mpi task subprocess execution since it returns the |
@ocaisa, news from the front. If you'd comment out the |
|
@AdamWlodarczyk Ok, maybe there is some sense here, there may be some environment variables set by |
I think I could get this to work if I could enforce an order, I'm trying to that but I'm failing |
@AdamWlodarczyk Ok, I have something that works, there is a warning that I would like to ignore but I don't know how to do that. |
@ocaisa ftobia/pytest-ordering#57 mentions that warning. Well, let's count on them to fix it. |
Added just small change. |
@AdamWlodarczyk This still needs a small amount of work, I tried to execute an MPI job on the slaves and it didn't work, I'll figure it out tomorrow. |
Also use MPICH for PBS to allow for a distinct set of tests for that.
@AdamWlodarczyk ok, good to go now |
No description provided.