Search found 2 matches
- Tue Apr 05, 2016 3:24 am
- Forum: Parallel Processing
- Topic: OpenSeesMP bug
- Replies: 1
- Views: 3791
OpenSeesMP bug
In trunk i found a bug which affect compilation, causing failure. SRC/system_of_eqn/linearSOE/sparseGEN/DistributedSuperLU.cpp original is: // // Initialize ScalePermstruct and LUstruct. // ScalePermstructInit(n, n, &ScalePermstruct); LUstructInit(n, &LUstruct); must be: // // Initialize Sca...
- Mon Feb 01, 2016 12:04 am
- Forum: Parallel Processing
- Topic: OpenSeesMP install Centos 7.2/SL 7.2
- Replies: 2
- Views: 5873
OpenSeesMP install Centos 7.2/SL 7.2
Finally i was able to compile OpenseesMP under Centos 7.2 The following command was used: 1.Minimal Centos install 2.yum install tcl tcl-devel tk tk-devel gcc gcc-c++ mpich mpich-devel subversion nano net-tools 3. mkdir /root/lib /root/bin 4.cd /root 5.make a coffee :) 6.edit /etc/hosts and add a li...