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

grid_map submits jobs twice #66

Open
zxvix opened this issue Dec 11, 2015 · 2 comments
Open

grid_map submits jobs twice #66

zxvix opened this issue Dec 11, 2015 · 2 comments

Comments

@zxvix
Copy link

zxvix commented Dec 11, 2015

When using grid_map in my script, I found that after all the jobs have been finished they will be automatically submitted again, as if grid_map is called twice subsequently. I looked at the debug log and nothing seemed relevant. Can you help me get an idea of what could be wrong?

@dan-blanchard
Copy link
Contributor

Can you show the code that you're using to call it?

@zxvix
Copy link
Author

zxvix commented Dec 12, 2015

grid_map is called in the last line of my script, and it is:

intermediate_results = grid_map(process_file, textFiles, quiet=False, name='sms_segment', queue='leave1.q', temp_dir='/tmp/pygrid',
                            completion_mail=False, copy_env=True, require_cluster=True)

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

2 participants