Skip to content

Commit

Permalink
Updating build instruction docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samharrison7 authored Nov 13, 2024
1 parent a83cdee commit fbad021
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/getting-started/building-the-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,3 @@ $ make
The default target builds the model with debugging enabled. To turn on optimisations, build using `make release` (for `-O3` optimisations) or `make fast` (for `-Ofast` optimsations).

The model will be built into the `build` directory by default (a custom directory can be specified with the `$BUILD_DIR` option, e.g. `make BUILD_DIR=makebuild`). An executable file named `nanofase` will now be available in this directory.

## Other build options

We are also working towards supporting the [Fortran Package Manager](https://fpm.fortran-lang.org/) (FPM), but are not quite there yet. See the [fpm.toml](https://github.com/NERC-CEH/nanofase/blob/develop/fpm.toml) file for the work-in-progress FPM manifest file.

The model can also be compiled using Visual Studio with the Intel Fortran integration. See [](../developers/vs-ifort-setup.md) for a guide on compiling using Visual Studio 2017.

0 comments on commit fbad021

Please sign in to comment.