diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 93bd2360e8..ba3f546ec5 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -139,11 +139,6 @@ jobs: shell: bash run: echo "FC=ifort" >> $GITHUB_ENV - # Uncomment this section to obtain ssh access to VM - # - name: Setup tmate session - # if: matrix.os == 'macos-13' - # uses: mxschmitt/action-tmate@v3 - - name: Setup GALAHAD shell: bash run: | @@ -227,6 +222,11 @@ jobs: name: ${{ matrix.os }}_${{ matrix.compiler }}-v${{ matrix.version }}_Int${{ matrix.int }}_install-log.txt path: builddir/meson-logs/install-log.txt + # Uncomment this section to obtain ssh access to VM + # - name: Setup tmate session + # if: matrix.os == 'macos-13' + # uses: mxschmitt/action-tmate@v3 + - name: Test GALAHAD shell: bash run: | diff --git a/include/galahad_dgo.h b/include/galahad_dgo.h index 640812633c..8f1f9c8776 100644 --- a/include/galahad_dgo.h +++ b/include/galahad_dgo.h @@ -272,6 +272,7 @@ struct dgo_control_type { /// \brief /// removal of the file alive_file from unit alive_unit terminates execution ipc_ alive_unit; + /// see alive_unit char alive_file[31];