Skip to content

Parallel calculation with 4 process in GNSS processing #116

Answered by tmayerguerr
FFFFFG-IGG asked this question in Q&A
Discussion options

You must be logged in to vote

Dear Yongzhao Fan,

From the documentation of LoopProgram

If this program is executed on multpile processing nodes, the iterations can be computed in parallel, see parallelization. The first process serves as load balancer and the other processes are assigned to iterations according to processCountPerIteration. For example, running a loop containing three iterations on 13 processes with processCountPerIteration=4, runs the three iterations in parallel, with each iteration being assigned four processes.

With your settings the outer loop is parallelized and the loop steps are computed in parallel. Therefore the programs inside the loop are executed only by processCountPerIteration=1 proces…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tmayerguerr
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