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
Using the OpenSees Interpreter on Parallel Computers?
Moderator: selimgunay
-
- Posts: 10
- Joined: Sat Jan 02, 2010 2:21 am
- Location: IAU, Azarshar Branch
Re: Using the OpenSees Interpreter on Parallel Computers?
issue these commands for 6 and 7.
6) cd ~
mkdir bin
mkdir lib
7) cd OpenSees
make
6) cd ~
mkdir bin
mkdir lib
7) cd OpenSees
make