 |
V3FIT
|
Go to the documentation of this file.
114 USE vsvd0,
ONLY: nigroup
138 CHARACTER (len=v3rfun_name_length) ::
idrfun =
''
198 NAMELIST/v3r_coils/ &
232 CHARACTER (len=*),
INTENT(in) :: namelist_file
237 REAL (rprec) :: start_time
244 CALL safe_open(iou_mnli, status, trim(namelist_file), &
245 &
'old',
'formatted')
246 CALL assert_eq(0, status,
'v3rfun_input_read_namelist' // &
247 &
': Safe_open of ' // trim(namelist_file) //
' failed')
250 READ (iou_mnli,nml=v3r_coils)
251 CLOSE (iou_mnli,iostat=status)
252 CALL assert_eq(0, status,
'v3rfun_input_read_namelist' // &
253 &
': Error closing ' // trim(namelist_file) //
' failed')
256 WRITE(*,*)
'l_read_coils_dot is TRUE, but'
257 WRITE(*,*)
'name_coils_dot = blank. '
258 WRITE(*,*)
'Setting l_read_coils_dot to FALSE'
262 WRITE (*,*)
' *** V3RFUN namelist input read from ' // &
263 & trim(namelist_file)
Defines functions for measuring an tabulating performance of function and subroutine calls....
real(rprec) function profiler_get_start_time()
Gets the start time of profiled function.
subroutine profiler_set_stop_time(symbol_name, start_time)
Gets the end time of profiled function.