Skip to content

Commit 5d8ab06

Browse files
Fewer jobs for faster execution.
1 parent c5d79ba commit 5d8ab06

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/4-1-partitioned-oscillator.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
args: 'precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 1 --exchange-substeps -o results/Fig10/data/piecewise_linear.csv'
2020
- name: Figure 10 third-order B-spline
2121
args: 'precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Fig10/data/third_degree_b-spline.csv'
22-
- name: Figure 11
23-
args: 'precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig11_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Fig11/data/contour_data.csv'
24-
- name: Table 1 fixed-point (shown)
25-
args: 'precice-config-FP.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/FP.csv'
26-
- name: Table 1 reduced quasi-Newton (not shown)
27-
args: 'precice-config-rQN.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/rQN.csv'
28-
- name: Table 1 full quasi-Newton (not shown)
29-
args: 'precice-config-fQN.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/fQN.csv'
22+
# - name: Figure 11
23+
# args: 'precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig11_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Fig11/data/contour_data.csv'
24+
# - name: Table 1 fixed-point (shown)
25+
# args: 'precice-config-FP.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/FP.csv'
26+
# - name: Table 1 reduced quasi-Newton (not shown)
27+
# args: 'precice-config-rQN.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/rQN.csv'
28+
# - name: Table 1 full quasi-Newton (not shown)
29+
# args: 'precice-config-fQN.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/fQN.csv'
3030
runs-on: ubuntu-latest
3131
defaults:
3232
run:
@@ -82,15 +82,15 @@ jobs:
8282
run: |
8383
rm -r plotting/oscillator-overlap/Fig10/data
8484
mv artifacts/Fig10/data plotting/oscillator-overlap/Fig10/data
85-
rm -r plotting/oscillator-overlap/Fig11/data
86-
mv artifacts/Fig11/data plotting/oscillator-overlap/Fig11/data
87-
rm -r plotting/oscillator-overlap/Tab1/data
88-
mv artifacts/Tab1/data plotting/oscillator-overlap/Tab1/data
85+
# rm -r plotting/oscillator-overlap/Fig11/data
86+
# mv artifacts/Fig11/data plotting/oscillator-overlap/Fig11/data
87+
# rm -r plotting/oscillator-overlap/Tab1/data
88+
# mv artifacts/Tab1/data plotting/oscillator-overlap/Tab1/data
8989
- name: Install Python dependencies
9090
working-directory: plotting
9191
run: pip install --break-system-packages -r requirements.txt
9292
- name: Create visualizations
93-
working-directory: plotting/oscillator-overlap
93+
working-directory: plotting/oscillator-overlap/Fig10
9494
run: make
9595
- name: Store results
9696
if: always()
@@ -99,10 +99,10 @@ jobs:
9999
name: visualizations
100100
path: |
101101
plotting/oscillator-overlap/Fig10/main.pdf
102-
plotting/oscillator-overlap/Fig11/main.pdf
103-
plotting/oscillator-overlap/Tab1/FP.pdf
104-
plotting/oscillator-overlap/Tab1/fQN.pdf
105-
plotting/oscillator-overlap/Tab1/rQN.pdf
102+
# plotting/oscillator-overlap/Fig11/main.pdf
103+
# plotting/oscillator-overlap/Tab1/FP.pdf
104+
# plotting/oscillator-overlap/Tab1/fQN.pdf
105+
# plotting/oscillator-overlap/Tab1/rQN.pdf
106106
107107
merge:
108108
name: Merge output artifacts

0 commit comments

Comments
 (0)