Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return job results with @return #13

Open
calebwin opened this issue Aug 4, 2021 · 2 comments
Open

Return job results with @return #13

calebwin opened this issue Aug 4, 2021 · 2 comments
Labels
banyan-jl Concerning Banyan.jl enhancement New feature or request

Comments

@calebwin
Copy link
Contributor

calebwin commented Aug 4, 2021

Banyan.jl should provide an @return macro so that job results are included in the jobs table on the dashboard.

@calebwin calebwin added enhancement New feature or request banyan-jl Concerning Banyan.jl labels Aug 4, 2021
@cailinw
Copy link
Contributor

cailinw commented Oct 14, 2021

Can you please expand on this more? Currently, job logs can be accessed from the jobs table on the dashboard.

@calebwin
Copy link
Contributor Author

Yes but how do you print stuff out?

Technically you could write a partition annotation but that would be a little verbose.

It would be nicer if we had Banyan.print, ``Banyan.println, and Banyan.@show`.

We could also have a Banyan.@return that specially sets the result of a job. This result would be in a separate column on the table. This is inspired by https://help.juliahub.com/run/#outputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
banyan-jl Concerning Banyan.jl enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants