-
Notifications
You must be signed in to change notification settings - Fork 68
Compiling CFAST
Kevin McGrattan edited this page Apr 14, 2026
·
3 revisions
This page describes how to compile CFAST using command line tools
- Install (or update) the
cfastGitHub repository - Install the Intel or Gnu Fortran compiler and initialize it appropriately
- If you are working under Windows, install the GNU make utility.
There is a general purpose makefile for CFAST compilation in the cfast git repository directory named Build/CFAST. To compile CFAST for your particular OS, do the following:
- Open a command shell and cd to the appropriate folder within
Build/CFAST - Type
make_cfast.batormake_cfast.sh, depending on your OS (for Windows, you can double click the.batfile)
If you get stuck, take a look at the make_cfast script to better understand what is actually happening. Chances are that there a different path name or compiler version number installed on your machine.