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

When submitting a task, CBRAIN should log the walltime asked for. #1334

Open
prioux opened this issue May 16, 2023 · 2 comments · May be fixed by #1356
Open

When submitting a task, CBRAIN should log the walltime asked for. #1334

prioux opened this issue May 16, 2023 · 2 comments · May be fixed by #1356
Assignees
Labels
Admin Features or bugs related to administrative features Enhancement

Comments

@prioux
Copy link
Member

prioux commented May 16, 2023

In the task log, there should be a message about how much time was requested, how many cores, and how much memory...

Problem is, those values are sometimes not available as distinct scalars, they are often hardcoded as extra qsub args.

@prioux prioux added Enhancement Admin Features or bugs related to administrative features labels May 16, 2023
@MontrealSergiy
Copy link
Contributor

do you prefer ad-hoc parsing 'qsub' args or an appropriate command such as sstat

@prioux
Copy link
Member Author

prioux commented Oct 16, 2023

Just log the two values from the Scir::JobTemplate object, just after submission.

  1. walltime
  2. tc_extra_qsub_args

Maybe in a single line in the log, nicely formatted.

@MontrealSergiy MontrealSergiy linked a pull request Oct 18, 2023 that will close this issue
@MontrealSergiy MontrealSergiy self-assigned this Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin Features or bugs related to administrative features Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants