Page 1 of 1

MPICH2 on windows 10

Posted: Mon Jan 14, 2019 9:45 pm
by alghossoon
Hi all,

I have installed MPICH2 successfully but when I type "mpiexec -np 4 openseesmp myfile.tcl" it only shows a new command line, I tried uninstall and reinstall MPICH2 several time but I'm still getting the same thing. can you please help me with that.


Thanks

Re: MPICH2 on windows 10

Posted: Wed Apr 12, 2023 6:52 am
by marthasimons
It sounds like you are encountering an issue with running OpenSeesMP with MPICH2. Here are a few troubleshooting steps you can try:

Check that MPICH2 is properly installed and configured on your system. You can do this by running "mpiexec -n 1 hostname" to see if it returns the name of your machine. If it does not return anything, it may indicate that MPICH2 is not properly installed or configured.

Make sure that your MPI implementation and OpenSeesMP are both compiled with the same version of MPI. If they are compiled with different versions, this can cause issues when running OpenSeesMP.

Check that your MPI environment variables are set up correctly. You can do this by running the command "mpiexec --version" to check the version of MPI that is being used, and "mpicc -show" to check the MPI compiler that is being used. Make sure that the output of these commands matches the version and compiler that you expect to be using.

Try running a simple MPI program to test your MPI installation. You can find sample MPI programs online or in the MPICH2 documentation. If the sample program runs successfully, it may indicate that the issue is specific to OpenSeesMP.