Skip to content

Commit

Permalink
Update submod path (#7)
Browse files Browse the repository at this point in the history
* Update submod path

* update tests and rxnscheme_writer amrex path too

* fix path
  • Loading branch information
moprak-nrel authored Jul 29, 2023
1 parent ae630a9 commit d40b340
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "amrex"]
path = amrex
path = submods/amrex
url = https://github.com/ndeak/amrex.git
branch = cvode
2 changes: 1 addition & 1 deletion models/Make.mflo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AMREX_HOME ?= ../../amrex
MFLO_HOME ?= ../../../mesoflow
AMREX_HOME ?= $(MFLO_HOME)/submods/amrex

TOP := $(MFLO_HOME)

Expand Down
2 changes: 1 addition & 1 deletion py_utils/rxnscheme_writer/example/GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AMREX_HOME ?= ../../../../..
MFLO_HOME ?= ../../../../..
AMREX_HOME ?= $(MFLO_HOME)/submods/amrex

PRECISION = DOUBLE
PROFILE = FALSE
Expand Down
Submodule amrex updated from 000000 to a19d58
2 changes: 1 addition & 1 deletion tests/Make.mflo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AMREX_HOME ?= ../../../amrex
MFLO_HOME ?= ../../../../mesoflow
AMREX_HOME ?= $(MFLO_HOME)/submods/amrex

TOP := $(MFLO_HOME)

Expand Down

0 comments on commit d40b340

Please sign in to comment.