##// END OF EJS Templates
fix SGE jobarray regex
MinRK -
Show More
@@ -970,7 +970,7 b' class PBSEngineSetLauncher(PBSLauncher):'
970
970
971 class SGELauncher(PBSLauncher):
971 class SGELauncher(PBSLauncher):
972 """Sun GridEngine is a PBS clone with slightly different syntax"""
972 """Sun GridEngine is a PBS clone with slightly different syntax"""
973 job_array_regexp = Unicode('#$$\W+-t\W+[\w\d\-\$]+')
973 job_array_regexp = Unicode('#\$\$\W+\-t')
974 job_array_template = Unicode('#$$ -t 1-$n')
974 job_array_template = Unicode('#$$ -t 1-$n')
975 queue_regexp = Unicode('#$$\W+-q\W+\$?\w+')
975 queue_regexp = Unicode('#$$\W+-q\W+\$?\w+')
976 queue_template = Unicode('#$$ -q $queue')
976 queue_template = Unicode('#$$ -q $queue')
General Comments 0
You need to be logged in to leave comments. Login now