From 87505a4d1163bac3ce149ae37a9703c0196eeeab Mon Sep 17 00:00:00 2001 From: samharrison7 Date: Wed, 13 Nov 2024 13:28:02 +0000 Subject: [PATCH] deploy: fbad021ec26700131cac12f0c7e43139b04de5bb --- _sources/getting-started/building-the-model.md | 6 ------ getting-started/building-the-model.html | 7 ------- searchindex.js | 2 +- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/_sources/getting-started/building-the-model.md b/_sources/getting-started/building-the-model.md index dbc879d..68b6dcf 100644 --- a/_sources/getting-started/building-the-model.md +++ b/_sources/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. diff --git a/getting-started/building-the-model.html b/getting-started/building-the-model.html index b21a24a..11d2148 100644 --- a/getting-started/building-the-model.html +++ b/getting-started/building-the-model.html @@ -394,7 +394,6 @@

Contents

  • Using fpm (Fortran Package Manager)
  • Using CMake
  • Using Make
  • -
  • Other build options
  • @@ -471,11 +470,6 @@

    Using Makemake 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 (FPM), but are not quite there yet. See the 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 Building with Intel Fortran and Visual Studio for a guide on compiling using Visual Studio 2017.

    -