Opensees Development Environment

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
gunmo
Posts: 8
Joined: Sun Dec 28, 2014 7:30 am
Location: UK Edinburgh

Opensees Development Environment

Post by gunmo »

Hi,
What is the development environment of Opensees ?
What is operation system and development tool ?

is it Linux+CodeBlocks ??

It doesn’t look like Windows and Visual C++

Thank you.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Opensees Development Environment

Post by fmk »

there is no development environment. OpenSees code is C++ that is compiled on Linux and Windows machines. To aid compilation in both a number of Makefile's are provided for Linux and a visual studio solution for windows.

Tha application itself is a simple interpreter, an extension of TCL's tclsh.
Post Reply