Browse Source

Update config.yml

lon0
Bill Ladwig 6 years ago
parent
commit
b7acb8d89b
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -47,10 +47,10 @@ jobs:
command: | command: |
source ~/miniconda3/bin/activate wrf-python source ~/miniconda3/bin/activate wrf-python
cd fortran/build_help cd fortran/build_help
gfortran -o sizes -fopenmp omp_sizes.f90 $FC -o sizes -fopenmp omp_sizes.f90
LD_LIBRARY_PATH=~/miniconda3/envs/wrf-python/lib python sub_sizes.py LD_LIBRARY_PATH=~/miniconda3/envs/wrf-python/lib python sub_sizes.py
cd .. cd ..
gfortran -E ompgen.F90 -fopenmp -cpp -o omp.f90 $FC -E ompgen.F90 -fopenmp -cpp -o omp.f90
cd .. cd ..
python setup.py config_fc --f90flags="-mtune=generic -fopenmp" build_ext --libraries="gomp" build python setup.py config_fc --f90flags="-mtune=generic -fopenmp" build_ext --libraries="gomp" build
python setup.py install --single-version-externally-managed --record=record.txt python setup.py install --single-version-externally-managed --record=record.txt

Loading…
Cancel
Save