Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to debug DGO issue with Int64 #292

Merged
merged 2 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions include/galahad_dgo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down
Loading