Error creating Libraries

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

Moderators: silvia, selimgunay, Moderators

Post Reply
mattman
Posts: 1
Joined: Wed Nov 16, 2005 10:25 pm
Location: University of British Columbia

Error creating Libraries

Post by mattman »

I was compiling OpenSees in Linux with the Threads option enabled and two libraries were not created and no error was given. The libraries are LibOpenSees.a and LibReliability.a. Any suggestions as to the source of this problem?

I was able to compile the program without problems with the Programming Mode as Sequential in the Makefile.

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

Post by fmk »

there is no real point compiling with the threads option unless you plan to use the threaded version of the SuperLU solver .. if you do, go to the SRC directory and do a make to see why the OpenSees lib is not being built.
Post Reply