From fbad021ec26700131cac12f0c7e43139b04de5bb Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Wed, 13 Nov 2024 13:27:31 +0000 Subject: [PATCH] Updating build instruction docs --- docs/getting-started/building-the-model.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/getting-started/building-the-model.md b/docs/getting-started/building-the-model.md index dbc879d..68b6dcf 100644 --- a/docs/getting-started/building-the-model.md +++ b/docs/getting-started/building-the-model.md @@ -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.