Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 25 of 11566) sorted by relevance

12345678910>>...463

/dports/science/octopus/octopus-10.5/src/grid/
H A Drestart.F90438 restart%mc => mc
495 if (index(restart%dir, '/', .true.) == len_trim(restart%dir)) then
496 restart%dir = restart%dir(1:len_trim(restart%dir)-1)
500 restart%pwd = restart%dir
636 if(mpi_grp_is_root(restart%mpi_grp) .and. .not. restart%skip) then
640 call io_rm(trim(restart%pwd)//"/loading", restart%namespace)
642 call io_rm(trim(restart%pwd)//"/dumping", restart%namespace)
672 restart_dir = io_workpath(restart%pwd, restart%namespace)
705 restart%pwd = trim(restart%dir)//"/"//trim(dirname)
722 restart%pwd = restart%dir
[all …]
H A Drestart_inc.F9035 ASSERT(.not. restart%skip)
37 ASSERT(restart%has_mesh)
74 call X(io_function_output_global)(restart%format, restart%pwd, filename, restart%namespace, &
121 ASSERT(.not. restart%skip)
123 ASSERT(restart%has_mesh)
194 if (restart%map(ip) > 0) ff(restart%map(ip)) = read_ff(ip)
224 ASSERT(.not. restart%skip)
273 ASSERT(.not. restart%skip)
322 ASSERT(.not. restart%skip)
371 ASSERT(.not. restart%skip)
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/
H A Dsdcc_peeph_cs.07 replace restart {
16 replace restart {
25 replace restart {
34 replace restart {
42 replace restart {
50 replace restart {
58 replace restart {
65 replace restart {
72 replace restart {
79 replace restart {
[all …]
H A Dsdcc_peeph.07 replace restart {
16 replace restart {
25 replace restart {
34 replace restart {
42 replace restart {
50 replace restart {
58 replace restart {
65 replace restart {
72 replace restart {
79 replace restart {
[all …]
H A Dsdcc_peeph.17 replace restart {
16 replace restart {
25 replace restart {
34 replace restart {
42 replace restart {
50 replace restart {
58 replace restart {
65 replace restart {
72 replace restart {
79 replace restart {
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/code/
H A Dtarget-error.lisp55 (defmethod print-object ((restart restart) stream)
59 (restart-report restart stream)))
65 (defun restart-report (restart stream)
66 (if (restart-report-function restart)
70 restart)
107 (map-restarts (lambda (restart) (result restart)) condition)
111 (flet ((eq-restart-p (restart)
114 (named-restart-p (restart)
119 (if (typep identifier 'restart)
195 restart nil (symbolp restart))))
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_restart.c2270 restart->mode = mode; in cs_restart_create()
2272 restart->fh = NULL; in cs_restart_create()
2284 _add_file(restart); in cs_restart_create()
2304 return restart; in cs_restart_create()
2349 BFT_FREE(*restart); in cs_restart_destroy()
2481 BFT_REALLOC(restart->location, restart->n_locations, _location_t); in cs_restart_add_location()
2482 BFT_MALLOC((restart->location[restart->n_locations-1]).name, in cs_restart_add_location()
2486 strcpy((restart->location[restart->n_locations-1]).name, location_name); in cs_restart_add_location()
2488 (restart->location[restart->n_locations-1]).id = restart->n_locations; in cs_restart_add_location()
2491 (restart->location[restart->n_locations-1]).n_ents = n_ents; in cs_restart_add_location()
[all …]
H A Dcs_restart.h432 cs_restart_destroy(cs_restart_t **restart);
472 cs_restart_add_location(cs_restart_t *restart,
583 cs_restart_get_name(const cs_restart_t *restart);
610 cs_restart_dump_index(const cs_restart_t *restart);
694 cs_restart_read_particles_info(cs_restart_t *restart,
713 cs_restart_read_particles(cs_restart_t *restart,
741 cs_restart_write_particles(cs_restart_t *restart,
773 cs_restart_read_ids(cs_restart_t *restart,
798 cs_restart_write_ids(cs_restart_t *restart,
854 cs_restart_read_real_3_t_compat(cs_restart_t *restart,
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/WeightedExperiments/
H A DLHSResult.cxx52 , restart_(restart) in LHSResult()
103 if (restart > restart_) in getOptimalDesign()
105 return collDesigns_[restart]; in getOptimalDesign()
117 if (restart > restart_) in getOptimalValue()
131 if (restart > restart_) in getAlgoHistory()
145 if (restart > restart_) in getC2()
159 if (restart > restart_) in getPhiP()
173 if (restart > restart_) in getMinDist()
222 if (restart > restart_) in drawHistoryCriterion()
247 if (restart > restart_) in drawHistoryTemperature()
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/tests/QS/regtest-gapw-2/
H A DTEST_FILES_RESET5 H2-pbe-restart-run.inp
7 H2-pbe-restart-rerun.inp
11 H2-pbe-restart-run.inp
12 H2-pbe-restart-rerun.inp
14 H2-pbe-restart-run.inp
15 H2-pbe-restart-run.inp
23 H2-pbe-restart-run.inp
33 H2-pbe-restart-run.inp
39 H2-pbe-restart-run.inp
45 H2-pbe-restart-run.inp
[all …]
/dports/x11-wm/wmconfig/wmconfig-1.5.1/samples/wmconfig/
H A DFuncs1 restart name "Restart"
2 restart exec "/bin/sh"
3 restart group ""
4 restart restart "restart"
10 quit restart "quit"
16 aewm restart "aewm"
28 amiwm restart "amiwm"
40 ctwm restart "ctwm"
106 jwm restart "jwm"
130 mwm restart "mwm"
[all …]
/dports/editors/poke/poke-1.0/libpoke/
H A Dpkl-promo.c51 *restart = 0; in promote_integral()
89 *restart = 0; in promote_offset()
156 *restart = 0; in promote_array()
187 *restart = 1; in promote_array()
203 *restart = 0; in promote_node()
837 int restart; in PKL_PHASE_BEGIN_HANDLER() local
857 int restart; in PKL_PHASE_BEGIN_HANDLER() local
887 int restart; in PKL_PHASE_BEGIN_HANDLER() local
913 int restart; in PKL_PHASE_BEGIN_HANDLER() local
1269 int restart; in PKL_PHASE_BEGIN_HANDLER() local
[all …]
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Drestart.lisp45 (defstruct restart unknown
66 (map-restarts (lambda(restart) (push restart res)) condition t)
83 (funcall fn restart))))))
102 (dolist (restart restarts)
103 (when (or (eq restart name) (eq (restart-name restart) name))
114 (if (restart-p restart)
133 (if (restart-p restart)
282 (when restart
283 (invoke-restart restart))))
287 (when restart
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/stm8/
H A Dpeeph.def3 replace restart {
9 replace restart {
15 replace restart {
21 replace restart {
27 replace restart {
33 replace restart {
39 replace restart {
45 replace restart {
53 replace restart {
61 replace restart {
[all …]
/dports/multimedia/openshot/openshot-qt-2.6.1/src/settings/
H A D_default.settings9 "restart": true
32 "restart": true
136 "restart": true
145 "restart": true
177 "restart": true
210 "restart": true
330 "restart": false
340 "restart": true
400 "restart": true
412 "restart": true
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Drestart.rst1 .. index:: restart
3 restart command
11 restart 0
34 restart 0
35 restart 1000 poly.restart
36 restart 1000 poly.restart.mpiio
37 restart 1000 restart.*.equil
39 restart v_mystep poly.restart
69 creates restart files as follows: poly.restart.1000,
77 would be restart.base.1000, restart.0.1000, restart.1.1000, ...,
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dpercona_changed_page_bmp.result1 # restart
7 1st restart
8 # restart
13 2nd restart
14 # restart
21 3rd restart
22 # restart
44 # restart
48 # restart
52 # restart
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dpercona_changed_page_bmp.result1 # restart
7 1st restart
8 # restart
13 2nd restart
14 # restart
21 3rd restart
22 # restart
44 # restart
48 # restart
52 # restart
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dpercona_changed_page_bmp.result1 # restart
7 1st restart
8 # restart
13 2nd restart
14 # restart
21 3rd restart
22 # restart
44 # restart
48 # restart
52 # restart
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_fsi/math/
H A DChFsiLinearSolverGMRES.cpp63 ApplyPlaneRotation(H[k * restart + i], H[(k + 1) * restart + i], cs[k], sn[k]); in PlaneRotation()
65 GeneratePlaneRotation(H[i * restart + i], H[(i + 1) * restart + i], cs[i], sn[i]); in PlaneRotation()
66 ApplyPlaneRotation(H[i * restart + i], H[(i + 1) * restart + i], cs[i], sn[i]); in PlaneRotation()
81 restart = 10; in Solve()
101 H = (Real*)malloc(sizeof(Real) * (restart + 1) * restart); in Solve()
103 cs = (Real*)malloc(sizeof(Real) * restart); in Solve()
115 memset(H, 0, sizeof(Real) * (restart + 1) * restart); in Solve()
117 memset(cs, 0, sizeof(Real) * restart); in Solve()
118 memset(sn,0, sizeof(Real) * restart); in Solve()
184 H[k * restart + m] = temp; in Solve()
[all …]
/dports/sysutils/multitail/multitail-6.5.0/
H A Ddiff.c29 for(loop_cur=0; loop_cur < cur -> restart.diff.ncur; loop_cur++) in generate_diff()
34 for(loop_prev=0; loop_prev < cur -> restart.diff.nprev; loop_prev++) in generate_diff()
36 …if (strcmp((cur -> restart.diff.bprev)[(search_offset + loop_prev) % cur -> restart.diff.nprev], (… in generate_diff()
46 emit_to_buffer_and_term(winnr, cur, cur -> restart.diff.bcur[loop_cur]); in generate_diff()
57 delete_array(cur -> restart.diff.bprev, cur -> restart.diff.nprev); in generate_diff()
60 cur -> restart.diff.bprev = cur -> restart.diff.bcur; in generate_diff()
61 cur -> restart.diff.nprev = cur -> restart.diff.ncur; in generate_diff()
62 cur -> restart.diff.bcur = NULL; in generate_diff()
63 cur -> restart.diff.ncur = 0; in generate_diff()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_transform_engine.c51 restart: in erts_transform_engine()
53 pc = restart; in erts_transform_engine()
76 goto restart; in erts_transform_engine()
84 goto restart; in erts_transform_engine()
92 goto restart; in erts_transform_engine()
100 goto restart; in erts_transform_engine()
106 goto restart; in erts_transform_engine()
115 goto restart; in erts_transform_engine()
117 goto restart; in erts_transform_engine()
136 goto restart; in erts_transform_engine()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_transform_engine.c51 restart: in erts_transform_engine()
53 pc = restart; in erts_transform_engine()
76 goto restart; in erts_transform_engine()
84 goto restart; in erts_transform_engine()
92 goto restart; in erts_transform_engine()
100 goto restart; in erts_transform_engine()
106 goto restart; in erts_transform_engine()
115 goto restart; in erts_transform_engine()
117 goto restart; in erts_transform_engine()
136 goto restart; in erts_transform_engine()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_transform_engine.c51 restart: in erts_transform_engine()
53 pc = restart; in erts_transform_engine()
76 goto restart; in erts_transform_engine()
84 goto restart; in erts_transform_engine()
92 goto restart; in erts_transform_engine()
100 goto restart; in erts_transform_engine()
106 goto restart; in erts_transform_engine()
115 goto restart; in erts_transform_engine()
117 goto restart; in erts_transform_engine()
136 goto restart; in erts_transform_engine()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_transform_engine.c51 restart: in erts_transform_engine()
53 pc = restart; in erts_transform_engine()
76 goto restart; in erts_transform_engine()
84 goto restart; in erts_transform_engine()
92 goto restart; in erts_transform_engine()
100 goto restart; in erts_transform_engine()
106 goto restart; in erts_transform_engine()
115 goto restart; in erts_transform_engine()
117 goto restart; in erts_transform_engine()
136 goto restart; in erts_transform_engine()
[all …]

12345678910>>...463