You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
''' we will be executing Matlab and at the same time saving the
103
102
dependencies in order to avoid opening of Matlab shell two times '''
104
-
result, output=save_dependencies(cmd, main_file)
105
-
else:
106
-
result, output=tee.system2(cmd, cwd=self.working_directory, stdout=True, capture_stderr=capture_stderr) # cwd only relevant for local launch, not for MPI, for example
result, output=tee.system2(cmd, cwd=self.working_directory, stdout=True, capture_stderr=capture_stderr) # cwd only relevant for local launch, not for MPI, for example
0 commit comments