Skip to content
Discussion options

You must be logged in to vote

The most cores used by any solver is typically during the presolve phase (if it is allowed to parallelize). However, if you are submitting multiple jobs at once and you have multiple celery and julia containers running then you can expect to see more cores being used, commensurate with your number of container (or pods in kubernetes). If you only have one julia and one celery container then I would not expect to see more than two cores being utilized at any given time. Note that you can also adjust the number of threads that any julia pod can use when you build the julia container (https://github.com/NREL/REopt_Lite_API/blob/f48d93777eaaad2f62587cc70a6241314d215750/julia_src/Dockerfile#L28)…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by KavehNNejad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants