##// END OF EJS Templates
fix SGE jobarray regex
MinRK -
Show More
@@ -970,7 +970,7 b' class PBSEngineSetLauncher(PBSLauncher):'
970 970
971 971 class SGELauncher(PBSLauncher):
972 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 974 job_array_template = Unicode('#$$ -t 1-$n')
975 975 queue_regexp = Unicode('#$$\W+-q\W+\$?\w+')
976 976 queue_template = Unicode('#$$ -q $queue')
General Comments 0
You need to be logged in to leave comments. Login now