Home
last modified time | relevance | path

Searched refs:walltime (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/dports/textproc/zorba/zorba-2.7.0/include/zorba/util/
H A Dtime.h132 typedef struct timespec walltime; typedef
134 inline double get_walltime_elapsed (const walltime& t0, const walltime& t1) in get_walltime_elapsed()
140 inline void get_current_walltime (walltime& t) in get_current_walltime()
149 inline long get_walltime_in_millis(const walltime& t) in get_walltime_in_millis()
164 typedef struct timeb walltime; typedef
166 typedef struct _timeb walltime; typedef
169 inline double get_walltime_elapsed (const walltime& t0, const walltime& t1) in get_walltime_elapsed()
174 inline void get_current_walltime (walltime& t) in get_current_walltime()
193 typedef struct timeval walltime; typedef
195 inline double get_walltime_elapsed (const walltime& t0, const walltime& t1) in get_walltime_elapsed()
[all …]
/dports/science/xtb/xtb-6.4.1/src/type/
H A Dtimer.f90112 real(wp) :: cputime,walltime local
137 walltime = self%twall(i)
139 walltime = walltime - wallmins*60._wp
150 msg, wallmins, walltime
160 real(wp) :: cputime,walltime local
186 walltime = self%twall(0)
188 walltime = walltime - walldays*86400._wp
190 walltime = walltime - wallhours*3600._wp
192 walltime = walltime - wallmins*60._wp
207 walltime = self%twall(i)
[all …]
/dports/science/py-ase/ase-3.22.0/ase/calculators/
H A Dloggingcalc.py37 self.walltime = {}
71 walltime = self.walltime.setdefault(self.label, [])
79 walltime.append(time.time())
103 self.walltime = {}
107 self.walltime.update(dct['walltime'])
120 self.walltime[label][-1] - self.walltime[label][0]))
123 walltime=True, argument
130 nsub = sum([forces, energy, walltime])
174 if walltime:
178 walltime = np.array(self.walltime[label])
[all …]
/dports/science/xtb/xtb-6.4.1/src/mctc/
H A Dmctc_timings.f9052 real(wp) :: cputime,walltime
85 walltime = timing_wall(i)
87 walldays = int(walltime/86400._wp)
88 walltime = walltime - walldays*86400._wp
91 wallhours = int(walltime/3600._wp)
92 walltime = walltime - wallhours*3600._wp
95 wallmins = int(walltime/60._wp)
96 walltime = walltime - wallmins*60._wp
101 … * wall-time: ",i5," d, ",i2," h, ",i2," min, ",f6.3," sec")') walldays,wallhours,wallmins,walltime
105 …1x,"time: ",i5," d, ",i2," h, ",i2," min, ",f6.3," sec")') msg,walldays,wallhours,wallmins,walltime
/dports/science/quantum-espresso/q-e-qe-6.7.0/UtilXlib/
H A Dclocks_handler.f9049 REAL(DP) :: walltime(maxclock), t0wall(maxclock) variable
96 clock_label, walltime, t0wall, nclock, mpi_per_thread
127 walltime(n) = 0.0_DP
357 walltime(n) = walltime(n)+ f_wall() - t0wall(n)
439 walltime(n) = walltime(n)+ f_wall() - t0wall(n)
527 t(2) = walltime(n)
530 t(2) = walltime(n)+ f_wall() - t0wall(n)
557 elapsed_wall_time= walltime(n)
564 elapsed_wall_time = walltime(n)+ f_wall() - t0wall(n)
789 get_clock = walltime(n)
[all …]
/dports/science/berkeleygw/BGW-2.0.0/examples/DFT/Zn2O2/
H A DREADME13 # Submit qscript_1. Suggested ncpu = 144, walltime = 1:00:00
16 # Submit qscript_2. Suggested ncpu = 3136, walltime = 2:00:00
22 # Submit qscript_3. Suggested ncpu = 2304, walltime = 3:00:00
25 # Submit qscript_4. Suggested ncpu = 2048, walltime = 12:00:00
28 # Submit qscript_5. Suggested ncpu = 16, walltime = 0:30:00
/dports/devel/hpx/hpx-1.2.1/tests/performance/local/
H A Dfuture_overhead.cpp79 high_resolution_timer walltime; in measure_action_futures() local
87 const double duration = walltime.elapsed(); in measure_action_futures()
110 high_resolution_timer walltime; in measure_function_futures_wait_each() local
118 const double duration = walltime.elapsed(); in measure_function_futures_wait_each()
141 high_resolution_timer walltime; in measure_function_futures_wait_all() local
149 const double duration = walltime.elapsed(); in measure_function_futures_wait_all()
172 high_resolution_timer walltime; in measure_function_futures_thread_count() local
186 const double duration = walltime.elapsed(); in measure_function_futures_thread_count()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/rt_tddft/init/
H A Dtask_rt_tddft.F19 double precision cputime, walltime
28 walltime = util_wallsec()
45 walltime = util_wallsec() - walltime
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/rt_tddft/init/
H A Dtask_rt_tddft.F19 double precision cputime, walltime
28 walltime = util_wallsec()
45 walltime = util_wallsec() - walltime
/dports/misc/py-toil/toil-5.4.0/src/toil/batchSystems/
H A Dtorque.py84 walltime = items[3]
85 logger.debug("getRunningJobIDs qstat reported walltime is: " + walltime)
88 if walltime == '0':
89 walltime = time.mktime(time.strptime(walltime, "%S"))
91 walltime = time.mktime(time.strptime(walltime, "%H:%M:%S"))
92 times[currentjobs[jobid]] = walltime
/dports/math/m4rie/m4rie-release-20200115/bench/
H A Dbench_smallops.c24 data[0] = walltime(0); in run_mzed_add()
30 data[0] = walltime(data[0]); in run_mzed_add()
51 data[0] = walltime(0); in run_mzed_slice()
57 data[0] = walltime(data[0]); in run_mzed_slice()
76 data[0] = walltime(0); in run_mzed_cling()
82 data[0] = walltime(data[0]); in run_mzed_cling()
/dports/benchmarks/iozone/iozone3_491/src/current/
H A Diozone.c4248 walltime = child_stat->walltime; in throughput_test()
4493 walltime = child_stat->walltime; in throughput_test()
4733 walltime = child_stat->walltime; in throughput_test()
4967 walltime = child_stat->walltime; in throughput_test()
5206 walltime = child_stat->walltime; in throughput_test()
5440 walltime = child_stat->walltime; in throughput_test()
5674 walltime = child_stat->walltime; in throughput_test()
5904 walltime = child_stat->walltime; in throughput_test()
6134 walltime = child_stat->walltime; in throughput_test()
6367 walltime = child_stat->walltime; in throughput_test()
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/gp/
H A Dgphjj.F127 walltime = walltime + dateandtime(7)*1.0d0 !Seconds counted
128 walltime = walltime + 60d0*dateandtime(6) !Minutes counted
129 walltime = walltime + 3600d0*dateandtime(5) !Hours counted
137 walltime = walltime + 31d0*24d0*3600d0
140 walltime = walltime + 29d0*24d0*3600d0
142 walltime = walltime + 28d0*24d0*3600d0
146 walltime = walltime + 30d0*24d0*3600d0
156 walltime = walltime + 366*24*3600 !Leap year
158 walltime = walltime + 365*24*3600 !Not leap year
160 walltime = walltime + 366*24*3600 !Leap year
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/tests/
H A Dcs_core_test.c48 double walltime, cputime; in main() local
79 walltime = cs_timer_wtime(); in main()
83 walltime, cs_timer_wtime_method()); in main()
/dports/devel/ga/ga-5.8/armci/tcgmsg/ipcv5.0/
H A Devlog.c49 static double walltime();
243 RECORD(sprintf(bufpt, ":TIME:%.2f", walltime())); in evlog()
249 RECORD(sprintf(bufpt, ":TIME:%.2f", walltime())); in evlog()
255 RECORD(sprintf(bufpt, ":TIME:%.2f", walltime())); in evlog()
344 static double walltime() in walltime() function
/dports/devel/ga/ga-5.8/tcgmsg/tcgmsg-mpi/
H A Devlog.c46 static double walltime();
244 RECORD(sprintf(bufpt, ":TIME:%.2f", walltime())); in evlog()
250 RECORD(sprintf(bufpt, ":TIME:%.2f", walltime())); in evlog()
256 RECORD(sprintf(bufpt, ":TIME:%.2f", walltime())); in evlog()
361 static double walltime() in walltime() function
/dports/science/hypre/hypre-2.23.0/src/examples/
H A Dex4.c211 double walltime = 0.0; in main() local
824 MPI_Allreduce(&mytime, &walltime, 1, MPI_DOUBLE, MPI_MAX, MPI_COMM_WORLD); in main()
827 printf("\nSMG Setup time = %f seconds\n\n", walltime); in main()
838 MPI_Allreduce(&mytime, &walltime, 1, MPI_DOUBLE, MPI_MAX, MPI_COMM_WORLD); in main()
841 printf("\nSMG Solve time = %f seconds\n\n", walltime); in main()
874 printf("\nPFMG Setup time = %f seconds\n\n", walltime); in main()
888 printf("\nPFMG Solve time = %f seconds\n\n", walltime); in main()
977 printf("\nPCG Setup time = %f seconds\n\n", walltime); in main()
989 printf("\nPCG Solve time = %f seconds\n\n", walltime); in main()
1100 printf("\nGMRES Setup time = %f seconds\n\n", walltime); in main()
[all …]
H A Dex7.c205 double walltime = 0.0; in main() local
921 MPI_Allreduce(&mytime, &walltime, 1, MPI_DOUBLE, MPI_MAX, MPI_COMM_WORLD); in main()
924 printf("\nSMG Setup time = %f seconds\n\n", walltime); in main()
935 MPI_Allreduce(&mytime, &walltime, 1, MPI_DOUBLE, MPI_MAX, MPI_COMM_WORLD); in main()
938 printf("\nSMG Solve time = %f seconds\n\n", walltime); in main()
971 printf("\nPFMG Setup time = %f seconds\n\n", walltime); in main()
985 printf("\nPFMG Solve time = %f seconds\n\n", walltime); in main()
1074 printf("\nPCG Setup time = %f seconds\n\n", walltime); in main()
1086 printf("\nPCG Solve time = %f seconds\n\n", walltime); in main()
1197 printf("\nGMRES Setup time = %f seconds\n\n", walltime); in main()
[all …]
/dports/devel/ga/ga-5.8/armci/tcgmsg/ipcv4.0/
H A Devlog.c46 static double walltime();
262 RECORD(sprintf(bufpt, ":TIME:%.2f", walltime())); in evlog()
268 RECORD(sprintf(bufpt, ":TIME:%.2f", walltime())); in evlog()
274 RECORD(sprintf(bufpt, ":TIME:%.2f", walltime())); in evlog()
359 static double walltime() in walltime() function
/dports/science/octopus/octopus-10.5/testsuite/finite_systems_3d/
H A D34-walltime.test14 Input: 34-walltime.01-gs_walltime.inp
19 Input: 34-walltime.02-restart_gs.inp
25 Input: 34-walltime.03-td_walltime.inp
29 Input: 34-walltime.04-restart_td.inp
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/selftests/
H A Dexpected_benchlibwalltime.lightxml10 <BenchmarkResult metric="walltime" tag="" value="1004" iterations="1" />
15 <BenchmarkResult metric="walltime" tag="" value="4007" iterations="1" />
20 <BenchmarkResult metric="walltime" tag="" value="0" iterations="1" />
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_clock.cc47 const QuicWallTime& walltime) const { in ConvertWallTimeToQuicTime()
49 int64_t time_in_us = static_cast<int64_t>(walltime.ToUNIXMicroseconds()) - in ConvertWallTimeToQuicTime()
66 walltime.ToUNIXMicroseconds())) in ConvertWallTimeToQuicTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_clock.cc47 const QuicWallTime& walltime) const { in ConvertWallTimeToQuicTime()
49 int64_t time_in_us = static_cast<int64_t>(walltime.ToUNIXMicroseconds()) - in ConvertWallTimeToQuicTime()
66 walltime.ToUNIXMicroseconds())) in ConvertWallTimeToQuicTime()
/dports/biology/infernal/infernal-1.1.3/hmmer/test-speed/
H A Dx-hmmsearch64 $walltime = $td->real;
66 $mcs = $L / 1000000 / $walltime * $M;
67 printf OUTFILE "%-15s %5d %10.1f %12.2f\n", $msaname, $M, $mcs, $walltime;
H A Dx-psiblast+66 $walltime = $td->real;
68 $mcs = $L / 1000000 / $walltime * $M;
69 printf OUTFILE "%-15s %5d %10.1f %12.2f\n", $msaname, $M, $mcs, $walltime;

12345678910>>...20