Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardofrantz authored Oct 10, 2018
1 parent ab54e01 commit ae108f7
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 @@ -132,16 +132,15 @@ latest version.

* GCC version 4.7 or later is required to compile the code.

- is highly recommended that you remove the limits of the environment (e.g. in `.bash_profile`)
We recommended that you remove the limits of the environment (e.g. in `.bash_profile`)

ulimit -s unlimited
ulimit -c unlimited
ulimit -s unlimited

You must exit and re-login from your terminal for the change to take effect
You must exit and re-login from your terminal for the change to take effect

ulimit -a


#### Architecture Customization

Incompact3d can be compiled for a non-generic architecture by configuring the `ARCH` Makefile variable. See the appropriate section of `Makefile` for additional customization options, such as `MARCH` and `CPU_TARGET`. You can also set `march=native` for a maximum-performance build customized for the current machine CPU.
Expand Down

0 comments on commit ae108f7

Please sign in to comment.