Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loftytopping committed Aug 12, 2018
1 parent 7ad544c commit 714dddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Module | Version [dependency]
- [multiprocessing](https://docs.python.org/3.4/library/multiprocessing.html?highlight=process)

#### Compiler suites
- [gfortran compiler with support for OpenMP](https://gcc.gnu.org/wiki/openmp) if you would like to exploit multicore capabilities of your system in the Python+Fortran model variants included in folders named 'f2py'. I have not yet tested PyBox using proprietary compilers.
- [gfortran compiler](https://gcc.gnu.org/wiki/openmp). The current version provides an option to use OpenMP. However, this is not yet optimised and the default is to not use OpenMP but retain the flags in the relevant parsing routines in-line with a future release. If you would like to exploit multicore capabilities of your system, please check status of this development in the project wiki. Also, I have not yet tested PyBox using proprietary compilers.

### Conda <a name="Conda"></a>

Expand Down

0 comments on commit 714dddc

Please sign in to comment.