gridmap
gridmap copied to clipboard
grid_map submits jobs twice
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?
Can you show the code that you're using to call it?
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)