Skip to content

Commit

Permalink
Added discus_version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rneder committed Jan 12, 2025
1 parent b05d1ea commit 0c7e6d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suite/prog/suite_setup_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ SUBROUTINE setup_suite
!
USE appl_env_mod
use charact_mod
use envir_mod
USE gen_mpi_mod
USE prompt_mod
USE lib_f90_default_mod
Expand Down Expand Up @@ -116,6 +117,7 @@ SUBROUTINE setup_suite
is_debug = ' '
ENDIF
version = aktuell
version_discus = version
IF(par_omp_use) THEN
WRITE(string,'(a,i3)') 'OpenMP is active; maximum threads ',nthreads
ELSE
Expand Down

0 comments on commit 0c7e6d2

Please sign in to comment.