Skip to content

Commit

Permalink
add consistent names for building
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 21, 2023
1 parent f9006e4 commit c6c795c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tkrun:

## build_athenak: build athenak
build_athenak: athenak
(mkdir -p athenak/build; cd athenak/build; cmake ..; make -j 4)
(mkdir -p athenak/build; cd athenak/build; cmake ..; make -j 8)

## build_athena build athena++ for the linear_wave problem
build_athena: athena
Expand All @@ -99,6 +99,9 @@ build_athenac: athenac
build_nemo: nemo
(cd nemo; ./configure ; make build check)

## build_python: build your private anaconda3
build_python: python

# a few sample runs

## run1: example linear_wave_hydro
Expand Down

0 comments on commit c6c795c

Please sign in to comment.