Skip to content

Commit

Permalink
Updating docs on how to enable OpenMP for Macs, based on discussion i…
Browse files Browse the repository at this point in the history
…n the developers slack.
  • Loading branch information
Dusty Reichwein committed Jul 19, 2024
1 parent 885cb18 commit 59f2a21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/help/run_pypeit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
usage: run_pypeit [-h] [-v VERBOSITY] [-r REDUX_PATH] [-m] [-s] [-o] [-c]
pypeit_file
## [1;37;42mPypeIt : The Python Spectroscopic Data Reduction Pipeline v1.16.1.dev97+g2ab5988a9.d20240708[0m
## [1;37;42mPypeIt : The Python Spectroscopic Data Reduction Pipeline v1.16.1.dev109+g885cb1823[0m
##
## Available spectrographs include:
## bok_bc, gemini_flamingos1, gemini_flamingos2, gemini_gmos_north_e2v,
Expand Down
3 changes: 2 additions & 1 deletion doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,8 @@ GCC 12.x via ``homebrew``, you would get ``pypeit`` to use it by doing, for exam

.. code-block:: console
CC=gcc-12 pip install pypeit
$ export CC=gcc-12
$ pip install pypeit
Basically, ``pypeit`` checks the ``CC`` environment variable for what compiler to use so configure
that as needed to use your desired compiler. The ``pypeit_c_enabled`` script can be used to check if
Expand Down

0 comments on commit 59f2a21

Please sign in to comment.