Skip to content

parallel SGP training #336

Answered by YuuuXie
TSMtang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @TSMtang , in SGP_Wrapper you don't need to specify number of CPUs. Instead you can set the environmental variable:

export OMP_NUM_THREADS=<number_of_cpus>

before you run your training. The number of CPUs has to be equal or smaller than the number on a single node, since we use OpenMP to parallelize the SGP

Replies: 1 comment

Comment options

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