Skip to content

CompileCode

William Henney edited this page Oct 17, 2019 · 2 revisions

_Compiling C13.03 and before on a Mac_ The LLVM compiler is provided with the Command Line Tools download from Apple, or as part of XCODE. This version of LLVM cannot compile Cloudy versions up to and including C13.03. Workarounds are discussed on the CompilingCloudyOSX page. Later versions of Cloudy have workarounds for the LLVM bug.

_Instructions for compiling versions after C17_ are in the CompilingCloudyNext page.

_Instructions for compiling C17_ are in the [[CompilingCloudyC17]] page.

_Instructions for compiling C13_ are in the CompilingCloudyC13 page.

_Instructions for compiling C10_ are in the [[CompilingCloudyC10]] page.

_Instructions for compiling C08_ are in the CompilingCloudyC08 page.

_Instructions for compiling C07_ are in the CompilingCloudyC07 page.

_Versions 06.02 and before_ were C.
Instructions for compiling the C code are in CompilingcCloudy.

_Instructions for compiling in Windows 10_ are in the CompilingWindows10 page.

In MakefileDescription you can find instructions on how to use the Makefile that is distributed with Cloudy.

Some tips on compiling Cloudy for use on symmetric multi-processing (SMP) machines are at CompilingSMP.

Next step: RunSmokeTest describes how to test that the code works

Return to StepByStep instructions


Clone this wiki locally