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
Currently we pass the number of cores and number of threads as script variables to the executable scripts for each code. I'd like to additionally pass them as environment variables. It makes it a bit neater, but more importantly it would mean we no longer need separate scripts for mpi and non mpi version and also allow the dynamically created job classes (wrap_executable) to take more than one core.
Set env vars run GenericJob.run_static
Remove error when trying to run a job with more than one core when no mpi executable is present
Emit a warning in this case
The content you are editing has changed. Please copy your edits and refresh the page.
Currently we pass the number of cores and number of threads as script variables to the executable scripts for each code. I'd like to additionally pass them as environment variables. It makes it a bit neater, but more importantly it would mean we no longer need separate scripts for mpi and non mpi version and also allow the dynamically created job classes (wrap_executable) to take more than one core.
Tasks
The text was updated successfully, but these errors were encountered: