1 parent 44ea4c9 commit 7d53bb7Copy full SHA for 7d53bb7
1 file changed
build_scripts/chey_intel_mkl_omp.sh
@@ -5,12 +5,12 @@ ifort -o sizes -qopenmp omp_sizes.f90
5
python sub_sizes.py
6
7
cd ..
8
-ifort ompgen.F90 -qopenmp -fpp -save-temps
+ifort ompgen.F90 -qopenmp -fpp -save-temps 2>/dev/null
9
mv ompgen.i90 omp.f90
10
f2py *.f90 -m _wrffortran -h wrffortran.pyf --overwrite-signature
11
12
13
python setup.py clean --all
14
-python setup.py config_fc --f90flags="-O3 -xHost -mkl -openmp" build --compiler=intelem --fcompiler=intelem
+python setup.py config_fc --f90flags="-O3 -xHost -mkl -qopenmp" build --compiler=intelem --fcompiler=intelem
15
pip install .
16
0 commit comments