-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58de1d9
commit fffde7d
Showing
15 changed files
with
32 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
make html | ||
- name: Deploy | ||
if: github.event_name == 'push' && github.repository == 'AMReX-Codes/incflo' && github.ref == 'refs/heads/development' | ||
if: github.event_name == 'push' && github.repository == 'AMReX-Fluids/incflo' && github.ref == 'refs/heads/development' | ||
uses: JamesIves/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,14 +51,14 @@ your fork. | |
`development` on the main incflo repository. | ||
|
||
First, let us setup your local git repo. To make your own fork of the main | ||
repository, press the fork button on the [incflo Github page](https://github.com/AMReX-Codes/incflo). | ||
repository, press the fork button on the [incflo Github page](https://github.com/AMReX-Fluids/incflo). | ||
|
||
Then, clone incflo on your local computer. If you plan on doing a lot of incflo development, | ||
we recommend configuring your clone to use ssh access so you won't have to enter your Github | ||
password every time, which you can do using these commands: | ||
|
||
``` | ||
git clone [email protected]:AMReX-Codes/incflo.git | ||
git clone [email protected]:AMReX-Fluids/incflo.git | ||
cd incflo | ||
# Add your own fork. | ||
|
@@ -78,7 +78,7 @@ machine, see | |
If you instead prefer to use HTTPS authentication, configure your local clone as follows: | ||
|
||
``` | ||
git clone https://github.com/AMReX-Codes/incflo.git | ||
git clone https://github.com/AMReX-Fluids/incflo.git | ||
cd incflo | ||
# Add your own fork. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Online documentation is available at https://amrex-codes.github.io/incflo/docs_html/. | ||
Online documentation is available at https://amrex-fluids.github.io/incflo/docs_html/. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,13 @@ Clone AMReX from the official Git repository | |
|
||
Clone AMReX-Hydro from the official Git repository | ||
```shell | ||
> git clone [email protected]:AMReX-Codes/AMReX-Hydro.git | ||
> git clone [email protected]:AMReX-Fluids/AMReX-Hydro.git | ||
``` | ||
|
||
## Build and run an example incflo problem | ||
Clone and build incflo | ||
```shell | ||
> git clone [email protected]:AMReX-Codes/incflo.git | ||
> git clone [email protected]:AMReX-Fluids/incflo.git | ||
> cd incflo/test_3d | ||
> make -j4 | ||
> mpirun -np 4 incflo3d.gnu.MPI.ex benchmark.channel_cylinder-x | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters