Skip to content

Commit 6dc51ab

Browse files
committed
Turned off HAMeRS build with boost
1 parent 404a48f commit 6dc51ab

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

.circleci/config.yml

+39-39
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ workflows:
55
build:
66
jobs:
77
- build_HDF5
8-
- build_HAMeRS_with_boost:
9-
requires:
10-
- build_HDF5
8+
# - build_HAMeRS_with_boost:
9+
# requires:
10+
# - build_HDF5
1111
- build_HAMeRS:
1212
requires:
1313
- build_HDF5
@@ -61,40 +61,40 @@ jobs:
6161
paths:
6262
- hdf5
6363

64-
build_HAMeRS_with_boost:
65-
docker:
66-
- image: cimg/base:2022.07
64+
# build_HAMeRS_with_boost:
65+
# docker:
66+
# - image: cimg/base:2022.07
6767

68-
environment:
69-
CC: mpicc
70-
CXX: mpicxx
71-
F77: mpif77
68+
# environment:
69+
# CC: mpicc
70+
# CXX: mpicxx
71+
# F77: mpif77
7272

73-
steps:
74-
- checkout
75-
- run:
76-
name: "Install libraries"
77-
command: >-
78-
sudo apt-get update &&
79-
sudo apt install libboost1.67-dev libboost-thread1.67-dev libboost-program-options1.67-dev libboost-system1.67-dev libboost-math1.67-dev libboost-test1.67-dev libboost-python1.67-dev &&
80-
sudo apt install openmpi-bin openmpi-common openmpi-doc libopenmpi-dev
81-
- run:
82-
name: "Check compiler"
83-
command: which mpicc; which mpicxx; which mpif77
84-
- restore_cache:
85-
name: "Restore HDF5 cache"
86-
keys:
87-
- hdf5_cache-{{ .Environment.CIRCLE_SHA1 }}
88-
- run:
89-
name: "Setup environment variables"
90-
command: >-
91-
echo 'export HDF5_ROOT=${PWD}/hdf5' >> $BASH_ENV &&
92-
echo 'export SAMRAI_ROOT_NO_BOOST=${PWD}/SAMRAI_NO_BOOST' >> $BASH_ENV &&
93-
echo 'export SAMRAI_ROOT_WITH_BOOST=${PWD}/SAMRAI_WITH_BOOST' >> $BASH_ENV &&
94-
echo 'export HAMERS_ROOT=${PWD}' >> $BASH_ENV
95-
- run:
96-
name: install_HAMeRS_with_Boost
97-
command: sh circleci/install-SAMRAI_with_Boost.sh; sh circleci/install-HAMeRS_with_Boost.sh
73+
# steps:
74+
# - checkout
75+
# - run:
76+
# name: "Install libraries"
77+
# command: >-
78+
# sudo apt-get update &&
79+
# sudo apt install libboost1.67-dev libboost-thread1.67-dev libboost-program-options1.67-dev libboost-system1.67-dev libboost-math1.67-dev libboost-test1.67-dev libboost-python1.67-dev &&
80+
# sudo apt install openmpi-bin openmpi-common openmpi-doc libopenmpi-dev
81+
# - run:
82+
# name: "Check compiler"
83+
# command: which mpicc; which mpicxx; which mpif77
84+
# - restore_cache:
85+
# name: "Restore HDF5 cache"
86+
# keys:
87+
# - hdf5_cache-{{ .Environment.CIRCLE_SHA1 }}
88+
# - run:
89+
# name: "Setup environment variables"
90+
# command: >-
91+
# echo 'export HDF5_ROOT=${PWD}/hdf5' >> $BASH_ENV &&
92+
# echo 'export SAMRAI_ROOT_NO_BOOST=${PWD}/SAMRAI_NO_BOOST' >> $BASH_ENV &&
93+
# echo 'export SAMRAI_ROOT_WITH_BOOST=${PWD}/SAMRAI_WITH_BOOST' >> $BASH_ENV &&
94+
# echo 'export HAMERS_ROOT=${PWD}' >> $BASH_ENV
95+
# - run:
96+
# name: install_HAMeRS_with_Boost
97+
# command: sh circleci/install-SAMRAI_with_Boost.sh; sh circleci/install-HAMeRS_with_Boost.sh
9898

9999
build_HAMeRS:
100100
docker:
@@ -207,7 +207,7 @@ jobs:
207207
command: cd tests/2D_convergence_test_single_species; python3 convergence_test.py
208208
- run:
209209
name: test
210-
command: python3 convergence_test_KEP.py
210+
command: cd tests/2D_convergence_test_single_species; python3 convergence_test_KEP.py
211211

212212
test_3D_convergence_single_species:
213213
docker:
@@ -246,7 +246,7 @@ jobs:
246246
command: cd tests/3D_convergence_test_single_species; python3 convergence_test.py
247247
- run:
248248
name: test
249-
command: python3 convergence_test_KEP.py
249+
command: cd tests/3D_convergence_test_single_species; python3 convergence_test_KEP.py
250250

251251
test_2D_convergence_five_eqn_allaire:
252252
docker:
@@ -285,7 +285,7 @@ jobs:
285285
command: cd tests/2D_convergence_test_five_eqn_allaire; python3 convergence_test.py
286286
- run:
287287
name: test
288-
command: python3 convergence_test_KEP.py
288+
command: cd tests/2D_convergence_test_five_eqn_allaire; python3 convergence_test_KEP.py
289289

290290
test_3D_convergence_five_eqn_allaire:
291291
docker:
@@ -324,4 +324,4 @@ jobs:
324324
command: cd tests/3D_convergence_test_five_eqn_allaire; python3 convergence_test.py
325325
- run:
326326
name: test
327-
command: python3 convergence_test_KEP.py
327+
command: cd tests/3D_convergence_test_five_eqn_allaire; python3 convergence_test_KEP.py

0 commit comments

Comments
 (0)