예제 #1
0
 def testScriptTree_Parasol(self):
     """Tests scriptTree/jobTree by sorting a file in parallel.
     """
     if parasolIsInstalled():
         scriptTree_SortTest(self.testNo, "parasol")
예제 #2
0
 def testJobTree_Parasol(self):
     if parasolIsInstalled():
         testJobTree(self.testNo, self.depth, self.tempFileTree, self.jobTreeDir, "parasol") 
예제 #3
0
 def testJobTree_dependencies_parasol(self):
     if parasolIsInstalled():
         self.dependenciesTest(batchSystem="parasol")