Skip to content

Commit

Permalink
Merge 4671b4a into a22e307
Browse files Browse the repository at this point in the history
  • Loading branch information
syamada0 authored May 29, 2024
2 parents a22e307 + 4671b4a commit f6d18e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/install_and_run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For the installation of SALMON, following packages are required.

- Fortran90/C compiler. SALMON assumes users have one of the following compilers:

- GCC (Gnu Compiler Collection)
- GCC (GNU Compiler Collection)
- Intel Compiler
- Fujitsu Compiler (at FX100 and A64FX)
- Nvidia HPC SDK Compiler
Expand Down Expand Up @@ -547,11 +547,11 @@ If you use a single processor machine, explicitly specify ``--disable-mpi`` in e
$ python ../configure.py --arch=<ARCHITECTURE> --disable-mpi


Build by GNU compiler
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Build by GNU Compiler Collection (GCC)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The architecture option ``--arch`` does not support GNU compiler.
If you want to build SALMON by GNU compiler, specify ``FC`` and ``CC`` flags as follows::
The architecture option ``--arch`` does not support GNU Compiler Collection (GCC).
If you want to build SALMON by GCC, specify ``FC`` and ``CC`` flags as follows::

$ python ../configure.py FC=gfortran CC=gcc --enable-mpi

Expand Down

0 comments on commit f6d18e8

Please sign in to comment.