Difference between revisions of "Compile the Code Engines"

From OSUPDOCS
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
After [[Downloading the Source Code|checking out]] the [http://code.google.com/p/nairn-mpm-fea/ nairn-mpm-fea] project, the next step is to compile it. All code-engine source codes are standard <tt>C++</tt>  and it should be possible to compile on a variety of systems. This links on this page provide details on some common systems. Users are responsible for compilation on other systems.
After [[Download Source Code|checking out]] the <tt>nairn-mpm-fea</tt>, the next step is to compile it. All code-engine source codes are standard <tt>C++</tt>  and it should be possible to compile on a variety of systems. This links on this page provide details on some common systems. Users are responsible for compilation on other systems. After this compiling step is completed, you can move on to documentation for [[Options for Running Calculations|running calculations]].


== Compilation on Various Operating Systems ==
== Compilation on Various Operating Systems ==
Line 5: Line 5:
* [[Compiling in MacOS X]]
* [[Compiling in MacOS X]]
* [[Compiling in Windows]]
* [[Compiling in Windows]]
* [[Compiling in Linux]]
* [[Compiling in Linux|Command-Line Compilation]] (''e.g''., a Linux server)
* [[Compiling Using Eclipse IDE]]
* Compiling Using Eclipse IDE: While using <tt>Eclipse</tt> to C/C++ code compilation might be possible, it is no longer supported. Use one of the above three methods instead (depending on your OS).

Latest revision as of 00:14, 22 January 2022

After checking out the nairn-mpm-fea, the next step is to compile it. All code-engine source codes are standard C++ and it should be possible to compile on a variety of systems. This links on this page provide details on some common systems. Users are responsible for compilation on other systems. After this compiling step is completed, you can move on to documentation for running calculations.

Compilation on Various Operating Systems