Introduction on parallel subroutines.

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
MartianDuan
Posts: 74
Joined: Fri Aug 02, 2013 4:26 pm

Introduction on parallel subroutines.

Post by MartianDuan »

Hello users,

I am trying to parallelise my subroutines in code saturne 3.0.*.

I know that code saturne offered some parallel subroutines, like paramin, paramax, or parasom to help user to parallize the serial suntoutine. I would like to have a full picture on these subroutines. I tried to find the introduction from the user guide and theory, but nothing is shown there.

Do you have any other sources on the introduction of them? If so , can you please share it/them?

Thanks in advance,

Yu.
Yvan Fournier
Posts: 4070
Joined: Mon Feb 20, 2012 3:25 pm

Re: Introduction on parallel subroutines.

Post by Yvan Fournier »

Hello,

What you are looking for is in src/user_examples/cs_user_extra_operations-parallel_operations.f90
(or SRC/EXAMPLES/cs_user_extra_operations-parallel_operations.f90 for a case).

Regards,

Yvan
Post Reply