I want to help me about parallel coding in fortran. I can not use the "use omp_lib" in my fortran software and i do not know about the fortran commands such as:
!$ omp parallel
do i=1,n
...
end do
!$ end omp parallel
that are used in fortran for paralleling the loops.
Numerical methods (meshless methods)
Hi,
Pleas ask me,what are the main disadvantages of lagrange multipliers method in meshless methods?
for convergence rates see
for convergence rates see the classic paper, go to following link and at the right near top you can click on download pdf
http://citeseerx.ist.psu.edu/viewdoc/summary;jsessionid=A8021FAFE7DA6BD…
The above paper is "Meshless methods: An overview and recent developments (1996)"
T. Belytschko, Y. Krongauz, D. Organ, M. Fleming, P. Krysl
In reply to for convergence rates see by yawlou
Thanks alot for your
Thanks alot for your advice.
best wish
parallel procesing
parallel processing
I want to help me about parallel coding in fortran. I can not use the "use omp_lib" in my fortran software and i do not know about the fortran commands such as:
!$ omp parallel
do i=1,n
...
end do
!$ end omp parallel
that are used in fortran for paralleling the loops.