Skip to content

Commit

Permalink
strip intel specific compiler opts, CC now ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Nov 15, 2022
1 parent fd91bd2 commit 7247713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions misc/module-builder/pfe/refine-mpt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ cd _build_$VERSION
--with-parmetis=${PARMETIS_WITH} \
--with-EGADS=${EGADS_WITH} \
--enable-lite \
CC=icc \
CFLAGS='-DHAVE_MPI -g -O2 -traceback -Wall -w3 -wd1418,2259,2547,981,11074,11076,1572,49,1419 -ftrapuv' \
CFLAGS='-DHAVE_MPI -g -O2' \
LIBS=-lmpi

make -j 12
Expand Down
3 changes: 1 addition & 2 deletions misc/module-builder/pfe/refine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ cd _build_$VERSION
--with-parmetis=${PARMETIS_WITH} \
--with-EGADS=${EGADS_WITH} \
--with-OpenCASCADE=${OCC_WITH} \
CC=icc \
CFLAGS='-g -O2 -traceback -Wall -w3 -wd1418,2259,2547,981,11074,11076,1572,49,1419 -ftrapuv' \
CFLAGS='-g -O2' \
LDFLAGS=-Wl,--disable-new-dtags
# --disable-new-dtags sets RPATH (recursive) instead of default RUNPATH for
# EGADS OpenCASCADE deps
Expand Down

0 comments on commit 7247713

Please sign in to comment.