Skip to content

Commit

Permalink
Merge pull request #67 from ORNL-Fusion/exact_restart
Browse files Browse the repository at this point in the history
Exact restart
  • Loading branch information
cianciosa authored Jan 26, 2025
2 parents 72ba449 + ecfe587 commit 3afa76d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
sudo apt-get install libopenmpi-dev
sudo apt-get install libscalapack-openmpi-dev
sudo apt-get install doxygen
sudo apt-get install libblas-dev
sudo apt-get install liblapack-dev
- name: Configure CMake
shell: bash
working-directory: ${{runner.workspace}}/Stellarator-Tools/build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
sudo apt-get install libnetcdff-dev
sudo apt-get install libopenmpi-dev
sudo apt-get install libscalapack-openmpi-dev
sudo apt-get install libblas-dev
sudo apt-get install liblapack-dev
- name: Configure CMake Mac
if: ${{matrix.os == 'macos-latest'}}
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_test_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
sudo apt-get install libnetcdff-dev
sudo apt-get install libopenmpi-dev
sudo apt-get install libscalapack-openmpi-dev
sudo apt-get install libblas-dev
sudo apt-get install liblapack-dev
- name: Configure CMake Mac
if: ${{matrix.os == 'macos-latest'}}
shell: bash
Expand Down
7 changes: 7 additions & 0 deletions Sources/Ezcdf/netcdf_inc.f
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ MODULE netcdf_inc
& nf_put_var_3d_cpx_double
END INTERFACE

!-------------------------------------------------------------------------------
!> Interface for netcdf syncing
!-------------------------------------------------------------------------------
INTERFACE nf_sync
MODULE PROCEDURE nf90_sync
END INTERFACE

CONTAINS

!*******************************************************************************
Expand Down

0 comments on commit 3afa76d

Please sign in to comment.