Skip to content

Commit

Permalink
Add information on GPU-awareness to ecTrans version printer
Browse files Browse the repository at this point in the history
Co-authored-by: [email protected]
  • Loading branch information
samhatfield committed Jan 8, 2024
1 parent 2f73bd2 commit 75b8198
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/trans/gpu/external/setup_trans0.F90
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,11 @@ SUBROUTINE SETUP_TRANS0(KOUT,KERR,KPRINTLEV,KMAX_RESOL,KPROMATR,&
WRITE(NOUT,'(A)')
WRITE(NOUT,'(A)') "ecTrans at version: " // ECTRANS_VERSION_STR()
WRITE(NOUT,'(A)') "commit: " // ECTRANS_GIT_SHA1()
#ifdef USE_CUDA_AWARE_MPI_FT
WRITE(NOUT,'(A)') "GPU version with GPU-aware MPI"
#else
WRITE(NOUT,'(A)') "GPU version"
#endif
WRITE(NOUT,'(A)')

LLP1 = NPRINTLEV>0
Expand Down

0 comments on commit 75b8198

Please sign in to comment.