Skip to content

Commit

Permalink
fixing file name of agate_job_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeidler3 committed Nov 12, 2024
1 parent 5fb25f5 commit d04e3fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: test korc
run: |
./KORC/ci_stub/agate_job_test_cpu.sh
./KORC/ci_stub/agate_job_test.sh
- name: Show Cache
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion ci_stub/agate_job_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

pushd ./KORC/build_gpu >/dev/null
pushd ./KORC/build >/dev/null

ctest --output-on-failure
testexit=$?
Expand Down
1 change: 1 addition & 0 deletions src/korc_ppusher.f90
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ subroutine FO_init(params,F,spp,output,step)

spp(ii)%vars%eta(pp-1+cc) = eta_tmp

!write(6,*) Bmag(cc)

! Magnetic moment
spp(ii)%vars%mu(pp-1+cc) = 0.5_rp*m_cache* &
Expand Down

0 comments on commit d04e3fa

Please sign in to comment.