diff --git a/build_scripts/chey_intel_mkl_omp.sh b/build_scripts/chey_intel_mkl_omp.sh new file mode 100644 index 0000000..9af0c41 --- /dev/null +++ b/build_scripts/chey_intel_mkl_omp.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +cd ../fortran/build_help +ifort -o sizes -qopenmp omp_sizes.f90 +python sub_sizes.py + +cd .. +ifort ompgen.F90 -qopenmp -fpp -save-temps +mv ompgen.i90 omp.f90 +f2py *.f90 -m _wrffortran -h wrffortran.pyf --overwrite-signature +cd .. + +python setup.py clean --all +python setup.py config_fc --f90flags="-O3 -xHost -mkl -openmp" build --compiler=intelem --fcompiler=intelem +pip install . + diff --git a/conda_recipe/meta.yaml b/conda_recipe/meta.yaml index d613f4c..1b83f52 100644 --- a/conda_recipe/meta.yaml +++ b/conda_recipe/meta.yaml @@ -6,7 +6,7 @@ package: source: git_url: https://github.com/NCAR/wrf-python - git_branch: release/1.1.0 + git_branch: develop build: number: 0 @@ -56,4 +56,4 @@ extra: - marylhaley - david-ian-brown - khallock - \ No newline at end of file +