Execute¶
-
class
wfds.Execute(input_file, n_proc)[source]¶ Bases:
objectThe Execute class runs the WFDS input file (platform agnostic)
Parameters: - input_file (string) – path to and name of input file (e.g. grid.txt)
- n_proc (integer) – number of processors
Note
multiple processors not currently supported. Planned for a future version.