Updated codelet for 3s

This commit is contained in:
Anthony Scemama 2021-03-10 21:45:52 +01:00
parent 7fe8e3d214
commit e923ab7c20
4 changed files with 35009 additions and 17507 deletions

View File

@ -3,7 +3,7 @@ program codelet_factor_een_blas
implicit none
integer :: i
double precision :: ticks_0, ticks_1, cpu_0, cpu_1
integer, parameter :: irp_imax = 100
integer*8 :: irp_imax
PROVIDE factor_een_blas tmp_c
@ -12,6 +12,8 @@ program codelet_factor_een_blas
double precision :: irp_rdtsc
irp_imax = max(1_8,20_8 * 125000000_8 /(int(nelec,8) * int(nelec,8) * int(nnuc,8) * ncord))
call cpu_time(cpu_0)
ticks_0 = irp_rdtsc()
do i=1,irp_imax

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff