Difference between revisions of "Compiling the Einstein Toolkit"

From Einstein Toolkit Documentation
Jump to: navigation, search
 
(wipe content and point to ET tutorial to avoid duplication)
(Tag: Replaced)
 
(35 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The recommended way to compile the Einstein Toolkit is to use the Simulation Factory ("SimFactory).
+
Please see https://github.com/nds-org/jupyter-et/blob/master/CactusTutorial.ipynb for build instructions on Linux, OSX and Windows.
 
 
==Supercomputers==
 
 
 
SimFactory comes with support for many of the large supercomputers.  If you are compiling on one of these, it should be sufficient to run
 
 
 
    sim build --thornlist path/to/thornlist.th
 
 
 
==Generic operating systems==
 
 
 
SimFactory also contains general support for specific operating systems, including Mac OS, Ubuntu, and Scientific Linux.  To build a configuration, you need to determine the correct optionlist to use from simfactory/mdb/optionlists.  You can then choose the optionlist to use on the "sim build" command line:
 
 
 
    sim build --thornlist path/to/thornlist.th --optionlist <optionlist-name>
 
 
 
==Writing your own optionlist==
 
 
 
If your operating system is not supported, you will need to write your own optionlist.
 

Latest revision as of 15:11, 24 July 2020

Please see https://github.com/nds-org/jupyter-et/blob/master/CactusTutorial.ipynb for build instructions on Linux, OSX and Windows.