Hi,
I have a FEniCS script which has not been written in parallel. According to the website of FEnics program, I found that by calling "mpirun -np 8 python script.py", I will be able to execute it in parallel. However; it takes longer than it took before. Does anyone know what is the reason?
Is this command enough or should I add some commands in the script?
Any helps will be appreciated.
Thanks.
Dan