gridmap icon indicating copy to clipboard operation
gridmap copied to clipboard

grid_map submits jobs twice

Open zxvix opened this issue 10 years ago • 2 comments

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?

zxvix avatar Dec 11 '15 11:12 zxvix

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

dan-blanchard avatar Dec 11 '15 13:12 dan-blanchard

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)

zxvix avatar Dec 12 '15 08:12 zxvix