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
Right now, users are required to manually run jobs to get all the profile file. We could use the golang HPC job manager package to hide it from the users. The only trick is to let the user specify application specific parameters.
The text was updated successfully, but these errors were encountered:
The wrapper cannot correctly deal with a file provided as input and that file being a list of files.
Also, many apps need a clean up phase after each run, which we have no way to support right now.
Right now, users are required to manually run jobs to get all the profile file. We could use the golang HPC job manager package to hide it from the users. The only trick is to let the user specify application specific parameters.
The text was updated successfully, but these errors were encountered: