Page 1 of 1

Using the OpenSees Interpreter on Parallel Computers?

Posted: Sat May 26, 2012 10:11 am
by raminbadri
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

Re: Using the OpenSees Interpreter on Parallel Computers?

Posted: Fri Jun 01, 2012 3:34 pm
by fmk
issue these commands for 6 and 7.
6) cd ~
mkdir bin
mkdir lib
7) cd OpenSees
make