Page 1 of 1

Introduction on parallel subroutines.

Posted: Mon Jul 14, 2014 1:26 pm
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.

Re: Introduction on parallel subroutines.

Posted: Mon Jul 14, 2014 3:17 pm
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