Changeset 26770


Ignore:
Timestamp:
01/11/22 20:12:29 (3 years ago)
Author:
schlegel
Message:

CHG: add libs for linking with mpi compilers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r26556 r26770  
    313313                        export CC=mpicc
    314314                        export CXX=mpicxx
    315                         export CXXFLAGS="-O3 -march=corei7-avx -std=c++11"
     315                        export CXXFLAGS="-O3 -march=corei7-avx -std=c++11 -lirc -lsvml"
    316316                        export CFLAGS="-O3 -march=corei7-avx"
    317317                elif test "${VENDOR}" == "intel-pleiades-icpc"; then
Note: See TracChangeset for help on using the changeset viewer.