mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 12:48:40 -05:00
Better to set nflatten=0 here, for command-line speed tests.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4935 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
e35f8cc555
commit
a6a31362ab
@ -91,7 +91,7 @@ program jt9
|
||||
|
||||
limtrace=0
|
||||
lu=12
|
||||
nflatten=1
|
||||
nflatten=0
|
||||
|
||||
do iarg = offset + 1, offset + remain
|
||||
call get_command_argument (iarg, optarg, arglen)
|
||||
|
@ -27,8 +27,8 @@ subroutine timer(dname,k)
|
||||
data limtrace/0/,lu/-1/
|
||||
!$omp threadprivate(level,space,onlevel)
|
||||
|
||||
! currently this module is broken if called from multiple threads
|
||||
!$ return ! diable if usinh OpenMP
|
||||
! ! currently this module is broken if called from multiple threads
|
||||
! !$ return ! diable if usinh OpenMP
|
||||
|
||||
tname=dname
|
||||
!$ write(thread,'(i1)') omp_get_thread_num()
|
||||
|
Loading…
Reference in New Issue
Block a user