Monday, March 3, 2014

how tu submit opencv jobs to sge (sun grid engine)

here is the script that I use to submit opencv jobs on sge

qsub -v LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<opencvPATH>/lib/ -b y -cwd -l mem_free=4g -l mem_token=4g ./FlannMatch <PARAMETERS>

No comments:

Post a Comment