Civil Engineering Association
SAP2000 with Multiple Processors Simultaneously - Printable Version

+- Civil Engineering Association (https://forum.civilea.com)
+-- Forum: Software (https://forum.civilea.com/forum-65.html)
+--- Forum: Software Installation Problems & Bugs (https://forum.civilea.com/forum-106.html)
+---- Forum: Archive Problem (https://forum.civilea.com/forum-28.html)
+---- Thread: SAP2000 with Multiple Processors Simultaneously (/thread-17621.html)



SAP2000 with Multiple Processors Simultaneously - Carlos_Neptuno - 10-14-2010

Hello comrades:

I ask you to see if anyone knows if SAP2000 version 10, can operate with multiple processors, ie in a supercomputer that has multiple processors, or on a network of computers to work on a single model.

This is because I have been testing the model for my thesis on my computer (intel core-2-duo, 4GB ram), but the race becomes very slow (I think it would take weeks to complete a single run !!).. I know there is not a problem with my computer, because the analysis is a nonlinear time-history and direct integration, which usually takes longer than other analysis. Also that the structure is very large (57 levels, and 5 x 5 frames) and has many nonlinear elements (defined plastic hinges at the ends of some beams, and many bars with a limit of tension/compression).

I need to speed up the runs to finish my thesis within a reasonable time, because now I have to finish it. I went to ask my university to lend me a supercomputer to make runs, but they told me to check that the program (SAP2000 v10) could work with multiple processors simultaneously, so that the supercomputer would be useful .. But I do not know if the SAP2000 can or not.

Please, if any of you know if SAP2000 can work with multiple processors, or can suggest me how i can speed up the analysis, Please help me..


RE: SAP2000 with Multiple Processors Simultaneously - zipatton - 10-14-2010

Hi,

I don't think that SAP2k can run in multithread processors. It can run in 64 bit till the vers.14. But that is all I know.
For doing your big problem, you need bigger software like Marc or Ansys, wich can, I know that, run in a multisession.
Best regards
Zipatton


RE: SAP2000 with Multiple Processors Simultaneously - jayy - 10-14-2010

Multi-Threaded-Solver-V14

[Image: 42872241662972750225.jpg]

[Image: info.png]
Have you ever tried to use this option?


RE: SAP2000 with Multiple Processors Simultaneously - ALSKERT - 10-14-2010

Hi,

I believe version 10 didn't support multi-threading.

As of v14, SAP2000 can use many processors/cores, even all processes avaliable, quoting from wiki.csiberkeley.com

Parallel Processing for Multiple Cores/CPUs

As of V14.1.0, multi-cores are used when factoring the stiffness matrix and solving the load vectors. This would occur during linear static analysis, Eigen and Ritz analysis, nonlinear static and direct-integration time-history, and influence-line analysis. Once the modes are found, modal time-history analysis currently uses a single core. Similarly, moving-load analysis uses a single core. Adding additional parallel processing capabilities for different parts of the program is planned for future releases.

Parallel Processing in Ritz Vector Analysis

Prior to beginning Ritz analysis, the stiffness matrix is factored, and that uses multiple cores. During Ritz analysis, there are four main operations: (1) Solving for new vectors, (2) Cleaning new vectors with respect to previous vectors, (3) Orthogonalizing the final Ritz vector set, and (4) Postprocessing and saving the vectors. Only the first step uses multi-cores. This step dominates for problems where the model is large and a fair number of vectors are requested. Steps (2) and (3) are not parallelized, and they dominate as the number of vectors is increased. Step (4) is linear in time with the number of vectors. When large number is Ritz vectors is being requested, steps (2) and (3) will dominate, and will increase exponentially with more vectors.

However, the usual intention for using Ritz or eigen vectors is that they reduce the number of degrees of freedom in the system, so that the essential behavior can be captured more efficiently. If you need much more than about 20 to 25% of the DOF as Ritz vectors, you may want to consider direct-integration.

Explanation of Solver Options

Question: What it the difference between standard solver, advanced solver and multi-threaded solver?

Answer: Please see below.

Solver Options:

* Standard solver
o best for small problems
o utilizes only single core/CPU,
o provides full instability information (good to check if the model is unstable before running long analyses)

* Advanced solver
o default setting
o best for medium to large problems
o can utilize all cores/CPUs
o provides limited instability information

* Multi-threaded solver
o best for medium to large problems
o fully utilizes all cores/CPUs
o provides little to none instability information

Analysis Process Options:

* GUI process
o best for small problems
o Analysis runs within the program (such as SAFE.exe)
o the benefit is it does less disk operations (I/O)
o the drawback is the program itself (such as SAFE.exe) consumes memory, leaving less memory to analysis, slowing it down and preventing to run larger models

* Separate Process
o best for medium to large problems
o Analysis model is written to disk and read by csigo.exe(32bit systems) / csigo2.exe (64bit systems) and the analysis is run within csigo.exe/csigo2.exe.
o The benefit is that the analysis engine has access to more memory and larger problems can be solved & analysis runs faster.
o The drawback is that there's time lost to write & read the analysis model.

* Auto
o default setting
o The analysis estimates how much memory it will need and compares it to available physical ram. If enough ram is available, the analysis runs in GUI process. If not, it is shelled out to csigo.exe/csigo2.exe.

Other Options:

* Always run analysis as 32-bit
o Only applies to "Separate Process" (and "Auto" when it shells out the analysis). When running in "GUI Process", always the 32bit version of the analysis is used.
o On a 64bit system (64bit CPU & 64bit OS), by default, the analysis runs the 64bit version of itself when shelled out (csigo2.exe). If the user wants to run the 32bit version (csigo.exe), this option must be checked.
o 64bit version of the analysis is faster & can solve larger problems, so it is not advised to force 32bit unless there is a good reason.