Skip to content

Commit

Permalink
JSON dictionary with runtime options can be saved by setting the envi…
Browse files Browse the repository at this point in the history
…ronment variable
  • Loading branch information
toxa81 committed Dec 21, 2021
1 parent 2bbe062 commit a40f204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PW/src/mod_sirius.f90
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,9 @@ SUBROUTINE setup_sirius()
WRITE(*,*)
ENDIF
!
IF (mpime.eq.0) THEN
CALL sirius_dump_runtime_setup(sctx, "setup.json")
ENDIF
!IF (mpime.eq.0) THEN
! CALL sirius_dump_runtime_setup(sctx, "setup.json")
!ENDIF
!
! get number of g-vectors of the dense fft grid
CALL sirius_get_num_gvec(sctx, num_gvec)
Expand Down

0 comments on commit a40f204

Please sign in to comment.