Skip to content

8 procs not used #456

Answered by MilesCranmer
Nakul9621 asked this question in Q&A
Nov 3, 2023 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

What version of PBS are you using? I know that some people have run into issues on multi-node processing with PBS due to ClusterManagers.jl not yet supporting the latest qsub command line arguments. See JuliaParallel/ClusterManagers.jl#179.

So your current options are to:

  1. Use single-node multiprocessing (cluster_manager=None, multithreading=False, procs=32).
  2. Use a slurm cluster manager, if available, to get working multi-node multiprocessing.
  3. Help us fix the issue on JuliaParallel/ClusterManagers.jl#179. It's a bit hard for me to fix this myself since I don't have a PBS cluster I can test it on (all my institutes use slurm). So any help is much appreciated.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Nakul9621
Comment options

Comment options

You must be logged in to vote
1 reply
@Nakul9621
Comment options

Answer selected by Nakul9621
Comment options

You must be logged in to vote
1 reply
@Nakul9621
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
PySR PySR-related discussion SymbolicRegression.jl SymbolicRegression.jl-related discussion
2 participants