Parallel ReloadSolution Solver

Numerical methods and mathematical models of Elmer
Post Reply
edge025
Posts: 28
Joined: 27 Apr 2019, 08:48
Antispam: Yes
Location: NJ, USA
Contact:

Parallel ReloadSolution Solver

Post by edge025 »

I really don't know right now how to use github or anything like that to do this: I noticed that the ReloadSolution Solver does not work in parallel. After fishing around a little, I was able to add like 2 lines and get it to work in parallel. I have attached the result. I did this a while ago, but I think it was these lines:

IF ( ParEnv % PEs > 1 ) &
OutputName = TRIM(OutputName) // '.' // TRIM(i2s(ParEnv % MyPe))

Anyway, I hope someone finds this helpful... it worked for me.

Regards,
Joe
Attachments
MyReloadData.F90
(5.26 KiB) Downloaded 262 times
Post Reply