OpenSeesSP on Windows 8
Moderator: selimgunay
OpenSeesSP on Windows 8
Hi, I can't run neither 32-bit nor 64-bit OpenSeesSP on 64-bit windows 8! When I run 'mpiexec -np 4 OpenSeesSP model.tcl' it goes to the next command line without doing anything (actually I'm not receiving any errors, it does nothing however and simply goes to the next command line!) Meanwhile I don't have any problems with 64-bit windows 7 and can run OpenSeesSP on windows 7.
Is OpenSeesSP compatible with windows 8?! If so, how to fix this problem?! Thanks.
Is OpenSeesSP compatible with windows 8?! If so, how to fix this problem?! Thanks.
Re: OpenSeesSP on Windows 8
OpenSees runs on windows 8. does mpiexec?
Re: OpenSeesSP on Windows 8
yes it does! when I try "mpiexec -n 4 cpi" it works perfectly fine, but when I run "mpiexec -np 4 OpenSeesSP model.tcl" it goes to the next command line and nothing happens! could you tell me please what's the problem?!
Re: OpenSeesSP on Windows 8
have you the correct versions installed, all 32 or 64 bit?
i installed the 32 bit versions (OpenSeesMP/SP, Tcl, MPICHS2) on a new windows 8 image this morning and they work fine.
i installed the 32 bit versions (OpenSeesMP/SP, Tcl, MPICHS2) on a new windows 8 image this morning and they work fine.
Re: OpenSeesSP on Windows 8
Luisa,
Unfortunately, it sometimes happens (I don't know why, but it does!). Anyway, if this is the case, and if neither 32-bit nor 64-bit versions work on your system, I encourage you to do as follows:
Firstly, run 'mpiexec -n 4 OpenSeesSP'. when you do so, it'll go to the next command line. Now try 'source $fileName.tcl' .. Hopefully it would work.
Unfortunately, it sometimes happens (I don't know why, but it does!). Anyway, if this is the case, and if neither 32-bit nor 64-bit versions work on your system, I encourage you to do as follows:
Firstly, run 'mpiexec -n 4 OpenSeesSP'. when you do so, it'll go to the next command line. Now try 'source $fileName.tcl' .. Hopefully it would work.
Ph.D. Student Researcher
Colorado State University
Civil & Environmental Engineering
Fort Collins, CO 80523, USA
amerikmr@engr.colostate.edu
Colorado State University
Civil & Environmental Engineering
Fort Collins, CO 80523, USA
amerikmr@engr.colostate.edu
Re: OpenSeesSP on Windows 8
dr Mckenna: yes i have. mine is 64 bit however!
ameri: thank you, in this way I can run it! although I get an error and I've asked about it in another topic.
ameri: thank you, in this way I can run it! although I get an error and I've asked about it in another topic.
-
- Posts: 1
- Joined: Wed Dec 17, 2014 1:52 am
Re: OpenSeesSP on Windows 8
It’s a good idea to set the Path variable to see the c:\ProgramFiles\MPICH2\bin directory.
• These are the steps:
1. Click Start, and then click Control Panel
2. In Control Panel, click System
3. In System window, click Advanced
4. Click Environment Variables.
5. Depending on if you just want it for current User (User Variables for you) or all Users (System Variables) , click the appropriate Path variable to highlight it.
6. Click Edit.
7. Enter ;C:\Program Files\MPICH2\bin at end
8. Click OK
9. Click OK
10. Test by entering echo %PATH% in a Command Prompt (DOS) window.
• These are the steps:
1. Click Start, and then click Control Panel
2. In Control Panel, click System
3. In System window, click Advanced
4. Click Environment Variables.
5. Depending on if you just want it for current User (User Variables for you) or all Users (System Variables) , click the appropriate Path variable to highlight it.
6. Click Edit.
7. Enter ;C:\Program Files\MPICH2\bin at end
8. Click OK
9. Click OK
10. Test by entering echo %PATH% in a Command Prompt (DOS) window.
Re: OpenSeesSP on Windows 8
StephanGottschalk: I did the process as you said, and it works. However, when I run "mpiexec -np 4 OpenSeesSP model.tcl" the only thing it does is going to the next command line without doing anything!
What Ameri said works (it SEEMS that it works!! In other words, it makes OpenSeesSP running, but I'm not sure if it's working properly, as I get an error while doing analysis. I've posted the error here: http://opensees.berkeley.edu/community/ ... =7&t=62057) Could be the source of the problem that I run OpenSeesSP in this way (as Ameri mentioned above)?!
What Ameri said works (it SEEMS that it works!! In other words, it makes OpenSeesSP running, but I'm not sure if it's working properly, as I get an error while doing analysis. I've posted the error here: http://opensees.berkeley.edu/community/ ... =7&t=62057) Could be the source of the problem that I run OpenSeesSP in this way (as Ameri mentioned above)?!