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

/parallel/apps/launcher.py error #4351

Closed
ksmith13 opened this issue Oct 5, 2013 · 2 comments · Fixed by #4350
Closed

/parallel/apps/launcher.py error #4351

ksmith13 opened this issue Oct 5, 2013 · 2 comments · Fixed by #4350
Milestone

Comments

@ksmith13
Copy link

ksmith13 commented Oct 5, 2013

IPython 1.1.0

starting at line 956:

def write_job_file(self, n):
job = IPEngineSetJob(parent=self)

    for i in range(n):
        t = IPEngineTask(parent=self) 

get keyword errors because IPEngineSetJob and PEngineTask do not have 'parent' in winhpcjob.py:

Also, winhpcjob.py uses regEx and tries to pass unicode when run under python 3. This results in error

@takluyver
Copy link
Member

For the winhpcjob, does #4350 fix that problem?

@ksmith13
Copy link
Author

ksmith13 commented Oct 5, 2013

My guy independently contacted someone which resulted in #4350 (we are same group)
Its been reported to me that #4350 fixes the problems. Our HPC scheduler isn't configured correctly and we can not test out the rest of our cluster at the moment.

Lets close this for now. If we run into new problems we will report

Thanks for your help!!

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

Successfully merging a pull request may close this issue.

2 participants