Using the OpenSees Interpreter on Parallel Computers?

This forum is for issues related to parallel processing
and OpenSees using the new interpreters OpenSeesSP and OpenSeesMP

Moderator: selimgunay

Post Reply
raminbadri
Posts: 10
Joined: Sat Jan 02, 2010 2:21 am
Location: IAU, Azarshar Branch

Using the OpenSees Interpreter on Parallel Computers?

Post by raminbadri » Sat May 26, 2012 10:11 am

Dear

what do the lines below mean in "Using the OpenSees Interpreter on Parallel Computers.pdf"?
or clearly how can I done these items?

6) Create Directories for the OpenSees .exe and libraries
In the HOME directory given above create directories lib and bin.
7) Build the .exe
In the HOME/OpenSees directory type 'make'.

thanks

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Using the OpenSees Interpreter on Parallel Computers?

Post by fmk » Fri Jun 01, 2012 3:34 pm

issue these commands for 6 and 7.
6) cd ~
mkdir bin
mkdir lib
7) cd OpenSees
make

Post Reply