Search found 3 matches

by memus
Tue Jan 08, 2019 9:07 am
Forum: Parallel Processing
Topic: A problem on MPICH2 on windows 10
Replies: 8
Views: 15713

Re: A problem on MPICH2 on windows 10

and, with reference to my previous message, I forgot specifying that the script is composed of a sole dynamic analysis of a very large model to be processed in parallel (OpenSeesSP).
by memus
Tue Jan 08, 2019 8:53 am
Forum: Parallel Processing
Topic: A problem on MPICH2 on windows 10
Replies: 8
Views: 15713

Re: A problem on MPICH2 on windows 10

Thank you for your response.
Unfortunately, it has not solved the issue in my case.
Anyway, I repeated the installation procedure on another multi-core machine and it works properly.

Actually, I would have another question. I am running a .tcl script in the OpenSeesSP interpreter through the following command
mpiexec -np 10 OpenSeesSP myfile.tcl
and, although the script is well processed by the interpreter, it seems that the analysis is computed 10 times, as many as the number of processors assigned to the job. I am probably missing something.
I really thank you in advance for any suggestions you might provide me.
by memus
Tue Jan 08, 2019 1:08 am
Forum: Parallel Processing
Topic: A problem on MPICH2 on windows 10
Replies: 8
Views: 15713

Re: A problem on MPICH2 on windows 10

Hi,
I am dealing with the same problem.
MPICH2 is correctly installed (mpiexec -validate => SUCCESS) and I am able to run properly the test file "mpiexec -n 4 cpi" but, as described by Paysheen, the command "mpiexec -np 4 openseesSP(or MP) myfile.tcl" does not show anything and goes to a new command on the console.
I would be really grateful for any suggestions you might provide me.
Thank you in advance.