Search found 8 matches

by Orum
Thu Dec 17, 2015 2:53 am
Forum: Parallel Processing
Topic: OpenSeesMP on Windows 8.1
Replies: 10
Views: 9465

Re: OpenSeesMP on Windows 8.1

Hi fmk

I want to kindly ask you if I install windows seven through virtual machine and install everything in windows seven, does it work?
Also I want to know that the same tcl that I can use to run normal opensees, can be used to run parallel opensees ?

Many thanks in advance
by Orum
Sat Dec 12, 2015 3:28 am
Forum: Parallel Processing
Topic: OpenSeesMP on Windows 8.1
Replies: 10
Views: 9465

Re: OpenSeesMP on Windows 8.1

any hint? any comment? I really need that...
:(
by Orum
Tue Dec 08, 2015 9:43 am
Forum: Parallel Processing
Topic: OpenSeesMP on Windows 8.1
Replies: 10
Views: 9465

Re: OpenSeesMP on Windows 8.1

Yes, I am running the 64 version of MPICH2 which is compatible with my OpenSeesMP and the installed tcl file. But, shouldn't I install the new tcl file for parallel processing? :roll: Actually, I am trying to run the OpenSeesMP with the installed tcl file which I was using to run normal OpenSees sin...
by Orum
Thu Dec 03, 2015 3:35 am
Forum: Parallel Processing
Topic: OpenSeesMP on Windows 8.1
Replies: 10
Views: 9465

Re: OpenSeesMP on Windows 8.1

Thanks fmk, I run the commands "set pid [get PID]" and "set np [get NP]" as you said and it gave me 0 and 1. So, it seems the problem is my OpenSeesMP and tcl file. By the way, I wanted to download the tcl file(64 bit version) for parallel but I couldn't, there was a problem with...
by Orum
Tue Dec 01, 2015 3:05 am
Forum: Parallel Processing
Topic: OpenSeesMP on Windows 8.1
Replies: 10
Views: 9465

Re: OpenSeesMP on Windows 8.1

The script of ex3.tcl set pid [getPID] set np [getNP] if {$pid == 0 } { puts "\nRandom:" for {set i 1 } {$i < $np} {incr i 1} { recv -pid ANY msg puts "$msg" } } else { send -pid 0 "Hello from $pid" } #barrier if {$pid == 0 } { puts "Ordered:" for {set i 1 } {...
by Orum
Tue Dec 01, 2015 2:41 am
Forum: Parallel Processing
Topic: OpenSeesMP on Windows 8.1
Replies: 10
Views: 9465

Re: OpenSeesMP on Windows 8.1

Hi Frank, Thanks for replying me. Actually, I was successful to run cpi test, 'mpiexec -n 4 cpi', after mpich2 installation and also smpd test was correct 'smpd running on $hostname$' which in this case $hostname$ is Lenovo-PC . And, ex2.tcl and ex3.tcl are the examples you have mentioned in OpenSee...
by Orum
Fri Nov 27, 2015 7:57 am
Forum: Parallel Processing
Topic: OpenSeesMP on Windows 8.1
Replies: 10
Views: 9465

OpenSeesMP on Windows 8.1

Hi everyone, I have installed MPICH2, "mpich2-1.4.1p1-win-x86-64.msi", by following the steps based on the OpenSees instruction, and all checks have been passed. But when I try to run ex3.tcl or ex2.tcl by writing in command line "mpiexec -np 4 OpenSeesMP ex3.tcl" , nothing happe...
by Orum
Thu Oct 22, 2015 8:16 am
Forum: OpenSees.exe Users
Topic: Modelling an infill-frame in OpenSees
Replies: 3
Views: 3754

Re: Modelling an infill-frame in OpenSees

I have infilled frame 3d model and, in order to model the infill elements, I used Mosalam2008 which is according to Opensees infill element. Also, I have applied removal infill element command and, it does pushover analysis for 2, 3, 4, 5-storey well. But, when I want to develop it to 6-storey or mo...