Skip to content

Commit 7d53bb7

Browse files
author
Bill Ladwig
committed
Fixed some typos. Build still needs paths to MKL and OMP in order to run
1 parent 44ea4c9 commit 7d53bb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build_scripts/chey_intel_mkl_omp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ ifort -o sizes -qopenmp omp_sizes.f90
55
python sub_sizes.py
66

77
cd ..
8-
ifort ompgen.F90 -qopenmp -fpp -save-temps
8+
ifort ompgen.F90 -qopenmp -fpp -save-temps 2>/dev/null
99
mv ompgen.i90 omp.f90
1010
f2py *.f90 -m _wrffortran -h wrffortran.pyf --overwrite-signature
1111
cd ..
1212

1313
python setup.py clean --all
14-
python setup.py config_fc --f90flags="-O3 -xHost -mkl -openmp" build --compiler=intelem --fcompiler=intelem
14+
python setup.py config_fc --f90flags="-O3 -xHost -mkl -qopenmp" build --compiler=intelem --fcompiler=intelem
1515
pip install .
1616

0 commit comments

Comments
 (0)