Skip to content

Commit

Permalink
Removed n_effective_inputs Doxygen from all components. Added some mi…
Browse files Browse the repository at this point in the history
…ssing cparams to the Doxygen for the GenericNpyGatherApp
  • Loading branch information
james-strauss-uwa committed Feb 11, 2022
1 parent 30d7dbf commit b5d0d30
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 53 deletions.
2 changes: 0 additions & 2 deletions daliuge-engine/dlg/apps/archiving.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def store(self, inputDrop):
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] aparam/ngasSrv NGAS Server URL/localhost/String/readwrite/False/
Expand Down
2 changes: 0 additions & 2 deletions daliuge-engine/dlg/apps/bash_shell_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ def execute(self, data):
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @par EAGLE_END
Expand Down
2 changes: 0 additions & 2 deletions daliuge-engine/dlg/apps/crc.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def run(self):
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[out] port/data Data/String/
Expand Down
6 changes: 2 additions & 4 deletions daliuge-engine/dlg/apps/dockerapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ def waitForIp(self, timeout=None):
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] cparam/user User//String/readwrite/False/
Expand Down Expand Up @@ -281,7 +279,7 @@ def initialize(self, **kwargs):
# who originally started the DALiuGE process as well. The information is passed through
# from the host to the engine container (if run as docker) and then further to any
# container running as a component.

pw = pwd.getpwuid(os.getuid())
self._user = pw.pw_name # use current user by default
self._userid = pw.pw_uid
Expand Down Expand Up @@ -474,7 +472,7 @@ def run(self):
logger.debug("No command specified, executing container without!")

c = DockerApp._get_client()

logger.debug(f"Final user for container: {self._user}:{self._userid}")
# Create container
self.container = c.containers.create(
Expand Down
2 changes: 0 additions & 2 deletions daliuge-engine/dlg/apps/dynlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ def addStreamingInput(self, streamingInputDrop, back=True):
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @par EAGLE_END
Expand Down
2 changes: 0 additions & 2 deletions daliuge-engine/dlg/apps/mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
# \~English Is this node the end of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @par EAGLE_END
Expand Down
8 changes: 0 additions & 8 deletions daliuge-engine/dlg/apps/plasma.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] port/plasma_ms_input Plasma MS Input/Measurement Set/
Expand Down Expand Up @@ -161,8 +159,6 @@ def dropCompleted(self, uid, drop_state):
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] port/input_file Input File/File/
Expand Down Expand Up @@ -240,8 +236,6 @@ def run(self):
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] port/plasma_ms_input Plasma MS Input/Measurement Set/
Expand Down Expand Up @@ -315,8 +309,6 @@ def run(self, **kwargs):
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] port/input_ms Input MS/Measurement Set/
Expand Down
2 changes: 0 additions & 2 deletions daliuge-engine/dlg/apps/pyfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ def import_using_code(code):
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] aparam/func_name Function Name//String/readwrite/False/
Expand Down
2 changes: 0 additions & 2 deletions daliuge-engine/dlg/apps/scp.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/n_effective_inputs Number of effective inputs/-1/Integer/readwrite/False/
# \~English Application will block until this number of inputs have moved to the COMPLETED state. Special value of -1 means that all inputs are considered as effective
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] aparam/remoteUser Remote User//String/readwrite/False/
Expand Down
Loading

0 comments on commit b5d0d30

Please sign in to comment.