Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andypbarrett authored Dec 12, 2023
1 parent d3ac829 commit f9e08ba
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ make

This will create `libcrm.so` or `libcrm.dylib`, if you are on a Mac.

:::{.note}
The fortran code has been written and compiled on a Ubuntu Linux machine using `gfortran`. The compiler flags in the makefile work for this architecture. If you have MacOS and get compile errors, you may need to add `-fallow-argument-mismatch` to the compiler switches. You might need to play around with other compiler switches.
:::
>[!NOTE]
>The fortran code has been written and compiled on a Ubuntu Linux machine using `gfortran`. The compiler flags in the makefile work for this architecture. If you have MacOS and get compile >errors, you may need to add `-fallow-argument-mismatch` to the compiler switches. You might need to play around with other compiler switches.
:::{.warning}
The fortran compile step has not be tried on a Windows machine.
:::
>[!WARNING]
>The fortran compile step has not be tried on a Windows machine.

## Running the model
Expand Down

0 comments on commit f9e08ba

Please sign in to comment.