Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teatree1212 authored Nov 24, 2022
1 parent 92286da commit 33ee536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ RINGS code used for the Nature Communications resubmission.

The code can be compiled using the makefile,

(note that macos users may have to specify
[note that macOS users may have to specify
``LDLIBS = -L/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib``
and change the line
``$(F90) $(FFLAGS) -o RINGS_v3.exe $(OBJ) $(LDFLAGS)``
``$(F90) $(FFLAGS) -o RINGS_v3.exe $(OBJ) $(LDFLAGS)``
to
``$(F90) $(FFLAGS) -o RINGS_v3.exe $(OBJ) $(LDLIBS)``
``$(F90) $(FFLAGS) -o RINGS_v3.exe $(OBJ) $(LDLIBS)``]

Execute the model doing ``./RINGS_v3.exe``

Expand Down

0 comments on commit 33ee536

Please sign in to comment.