Skip to content

Commit

Permalink
README: Update for removal of default TMP_BUILD_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
mirenradia committed Jan 7, 2025
1 parent 322963a commit 9fc92c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,9 @@ processes, do
```bash
make -j 4
```
A new `tmp_build_dir` directory will be created under `~/GRTeclyn` to store the
compiled object and auxiliary files. Assuming all is well, you should have an
executable in the current directory of the form `main<config>.ex` e.g.
`main3d.gnu.MPI.OMP.ex`.
A new `tmp_build_dir` directory will be created to store the compiled object and
auxiliary files. Assuming all is well, you should have an executable in the
current directory of the form `main<config>.ex` e.g. `main3d.gnu.MPI.OMP.ex`.
## Running the code
Expand Down

0 comments on commit 9fc92c4

Please sign in to comment.