I also have your note - pasted below under "Translated by Horigome-san" (thank you Horigome-san)
I have the following questions for you.
1. The patch files look "cumulative". In other words, does the patch diff_v1.51_20161222T2028.patch, also contain changes in diff_v1.51_20161222T1017.patch?
2. The translation below describe the fixes for error handling and unexpected format for -A option. Are these issues related to the ones mentioned in Hoshina-san's report PBS_issue.RevXXX.xlsx or are they new issues? If they are from the existing list, please identify which issue number.
3. In the diff file, I also see many other changes not related to 1) and 2) below. Some examples of these changes include removing some parts of memory conversion. I don't understand the reason for the changes.
- mCapacity = mCapacity_per_node_MB * int(self.nTotalNodes)
- sCapacity = str(mCapacity).strip()+'M'
- sArg = 'capacity=' + sCapacity + ":pfs=" + sPFS
- sss = self.opt_bb(sArg)
- self.dctOutput[sss[1]] = sss[2]
-
- # Check Capacity here - can only do here after nodes are defined as well
- # Check if capacity < NumNodes * Q's Storage Max
- sQueue = self.dctOutput['-q'].strip()
- if sQueue not in self.dctConfig['Q_STORAGE_REQUEST_MAX']:
- sCapacity_per_node = self.dctConfig['Q_STORAGE_REQUEST_MAX']['workq']
- else:
- sCapacity_per_node = self.dctConfig['Q_STORAGE_REQUEST_MAX'][sQueue]
+ ## KyotoU: Commented out unverified implementation : start here ===#
+ #if '-l storage_request=' not in self.dctOutput:
+ # sPFS = os.getcwd()
+
4. Thank you for handling the error statements I will merge them in future, depending on other priorities.