Home
last modified time | relevance | path

Searched refs:runfile (Results 1 – 25 of 105) sorted by relevance

12345

/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/examples/callback/
H A Ddiagnostics.hh57 runfile << " Elements "; in writeHeader()
58 runfile << " dg "; in writeHeader()
60 runfile << " adapt "; in writeHeader()
61 runfile << " lb "; in writeHeader()
62 runfile << " all "; in writeHeader()
64 runfile << " alugrid "; in writeHeader()
65 runfile << std::endl; in writeHeader()
66 runfile.flush(); in writeHeader()
71 std::stringstream runfile; in runFileName() local
73 return runfile.str(); in runFileName()
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/examples/
H A Ddiagnostics.hh57 runfile << " Elements "; in writeHeader()
58 runfile << " dg "; in writeHeader()
60 runfile << " adapt "; in writeHeader()
61 runfile << " lb "; in writeHeader()
62 runfile << " all "; in writeHeader()
64 runfile << " alugrid "; in writeHeader()
65 runfile << std::endl; in writeHeader()
66 runfile.flush(); in writeHeader()
71 std::stringstream runfile; in runFileName() local
73 return runfile.str(); in runFileName()
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/examples/loadbalance/
H A Ddiagnostics.hh57 runfile << " Elements "; in writeHeader()
58 runfile << " dg "; in writeHeader()
60 runfile << " adapt "; in writeHeader()
61 runfile << " lb "; in writeHeader()
62 runfile << " all "; in writeHeader()
64 runfile << " alugrid "; in writeHeader()
65 runfile << std::endl; in writeHeader()
66 runfile.flush(); in writeHeader()
71 std::stringstream runfile; in runFileName() local
73 return runfile.str(); in runFileName()
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/examples/quality/
H A Ddiagnostics.hh57 runfile << " Elements "; in writeHeader()
58 runfile << " dg "; in writeHeader()
60 runfile << " adapt "; in writeHeader()
61 runfile << " lb "; in writeHeader()
62 runfile << " all "; in writeHeader()
64 runfile << " alugrid "; in writeHeader()
65 runfile << std::endl; in writeHeader()
66 runfile.flush(); in writeHeader()
71 std::stringstream runfile; in runFileName() local
73 return runfile.str(); in runFileName()
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/examples/testEfficiency/
H A Ddiagnostics.hh57 runfile << " Elements "; in writeHeader()
58 runfile << " dg "; in writeHeader()
60 runfile << " adapt "; in writeHeader()
61 runfile << " lb "; in writeHeader()
62 runfile << " all "; in writeHeader()
64 runfile << " alugrid "; in writeHeader()
65 runfile << std::endl; in writeHeader()
66 runfile.flush(); in writeHeader()
71 std::stringstream runfile; in runFileName() local
73 return runfile.str(); in runFileName()
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/examples/communication/
H A Ddiagnostics.hh57 runfile << " Elements "; in writeHeader()
58 runfile << " dg "; in writeHeader()
60 runfile << " adapt "; in writeHeader()
61 runfile << " lb "; in writeHeader()
62 runfile << " all "; in writeHeader()
64 runfile << " alugrid "; in writeHeader()
65 runfile << std::endl; in writeHeader()
66 runfile.flush(); in writeHeader()
71 std::stringstream runfile; in runFileName() local
73 return runfile.str(); in runFileName()
[all …]
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli-mpi.c374 char runfile[MAXLEN]; in main() local
421 strcpy(runfile, filearg); in main()
470 if (strchr(runfile, ' ')) { in main()
473 sprintf(line, "run %s", runfile); in main()
642 char runfile[MAXLEN]; in cli_exec_line() local
778 *s->runfile = '\0'; in cli_exec_line()
804 pprintf(prn, " %s\n", runfile); in cli_exec_line()
815 if (!strcmp(runfile, s->runfile)) { in cli_exec_line()
828 strcpy(s->runfile, runfile); in cli_exec_line()
829 gretl_set_script_dir(runfile); in cli_exec_line()
[all …]
H A Dgretlcli.c574 strcpy(runfile, datafile); in handle_datafile()
623 char runfile[MAXLEN]; in main() local
649 runfile[0] = filearg[0] = '\0'; in main()
680 *runfile = '\0'; in main()
684 strcpy(runfile, filearg); in main()
803 if (strchr(runfile, ' ')) { in main()
1053 *s->runfile = '\0'; in cli_quit()
1090 char runfile[MAXLEN]; in cli_exec_line() local
1289 if (!strcmp(runfile, s->runfile)) { in cli_exec_line()
1302 strcpy(s->runfile, runfile); in cli_exec_line()
[all …]
/dports/databases/grass7/grass-7.8.6/scripts/v.in.lines/
H A Dv.in.lines.py83 runfile = tmp
87 runfile = infile
99 runfile = tmp
102 inf = open(runfile)
113 input=runfile, output=options['output'])
/dports/shells/fish/fish-3.3.1/tests/checks/
H A Dnoshebang.fish11 function runfile
28 runfile
34 runfile
64 runfile
71 runfile
85 runfile
/dports/devel/p5-Proc-Simple/Proc-Simple-1.31/t/
H A Dsh-c.t8 my $runfile = "$Bin/test-prog-running";
12 unlink $runfile; # cleanup leftover from previous runs
27 while( !-f $runfile ) {
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dftverify.c237 FILE *runfile = 0; in ftverify_work() local
293 runfile=fopen("/tmp.shared/fits/tmpverify/counter.fitsverify","r+"); in ftverify_work()
295 if (runfile) { in ftverify_work()
296 fgets(runchars,20,runfile); in ftverify_work()
302 fflush(runfile); in ftverify_work()
303 rewind(runfile); in ftverify_work()
304 fputs(runchars, runfile); in ftverify_work()
/dports/editors/ted/Ted-2.23/appUtil/
H A DutilFontmap.c127 MemoryBuffer runfile; in utilFontmapReadMap() local
131 utilInitMemoryBuffer( &runfile ); in utilFontmapReadMap()
210 if ( appAbsoluteName( &runfile, &local, 1, &fileBuf ) < 0 ) in utilFontmapReadMap()
214 if ( ! appTestFileExists( &runfile ) && in utilFontmapReadMap()
215 utilFontmapReadMap( utilMemoryBufferGetString( &runfile ) ) ) in utilFontmapReadMap()
321 utilCleanMemoryBuffer( &runfile ); in utilFontmapReadMap()
/dports/archivers/arc/arc-5.21p/
H A Darcrun.c31 static VOID runfile();
54 runfile(&hdr, num, arg);
60 runfile(&hdr, 1, dummy);
66 runfile(hdr, num, arg) /* run a file */ in runfile() function
/dports/games/NBlood/NBlood-a1689a4/source/tools/src/
H A Dunpackssi.cpp57 char runfile[13] = "<unknown>"; in main() local
110 fread(runfile, 12, 1, fp); in main()
111 runfile[numchars] = 0; in main()
146 , argv[param], title, description[0], description[1], description[2], runfile); in main()
/dports/cad/gds3d/GDS3D-bcdb97a/skill/
H A DicdGDS3D.il143 runfile = outfile(filename)
144 if( runfile == nil then
148 …fprintf(runfile strcat(GDS3D_TARGET "win32\\GDS3D.exe -p " GDS3D_TARGET "techfiles/" techname ".tx…
149 close(runfile)
153 runfile = outfile(filename)
154 if( runfile == nil then
158 …fprintf(runfile strcat(GDS3D_TARGET "linux/GDS3D -p " GDS3D_TARGET "techfiles/" techname ".txt -i …
159 close(runfile)
164 runfile = outfile(filename)
165 if( runfile == nil then
[all …]
/dports/sysutils/s6/s6-2.10.0.3/src/usertree/
H A Ds6-usertree-maker.c32 static inline void write_run (char const *runfile, char const *user, char const *sc, char const *pa… in write_run() argument
36 int fd = open_trunc(runfile) ; in write_run()
37 if (fd < 0) strerr_diefu3sys(111, "open ", runfile, " for writing") ; in write_run()
110 strerr_diefu2sys(111, "write to ", runfile) ; in write_run()
115 static inline void write_logrun (char const *runfile, char const *loguser, char const *logdir, unsi… in write_logrun() argument
120 int fd = open_trunc(runfile) ; in write_logrun()
121 if (fd < 0) strerr_diefu3sys(111, "open ", runfile, " for writing") ; in write_logrun()
153 strerr_diefu2sys(111, "write to ", runfile) ; in write_logrun()
/dports/sysutils/py-pywatchman/watchman-4.9.0/python/bin/
H A Dwatchman-make82 def __init__(self, name, runfile, patterns):
83 self.runfile = runfile
84 super(RunTarget, self).__init__(name, patterns, self.runfile)
88 self.runfile, self.patterns)
/dports/sysutils/perp/perp-2.07/runtools/
H A DMakefile19 runfile \
56 runfile: runfile.c runtools_common.h target
57 $(CC) $(CFLAGS) -o $@ runfile.c $(LDFLAGS)
/dports/science/siesta/siesta-4.1.5/Util/JobList/Examples/Ice/
H A Dqueue.sh21 echo mpirun $OPTS -n $nodes $SIESTA '<' $name.fdf '>' $name.out > $name.runfile
24 psub $nodes $name.job $name.runfile $name.dir
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/
H A Dpydevconsole.py50 from _pydev_bundle.pydev_umd import runfile, _set_globals_function
54 builtins.runfile = runfile
57 __builtin__.runfile = runfile
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Tool/
H A Dmsvs.py243 runfile = buildtarget[-1:]
245 runfile = [env['runfile']]
249 runfile = []
252 runfile.append(s)
254 runfile.append(s.get_abspath())
257 if len(runfile) == 1:
258 s = runfile[0]
259 runfile = []
261 runfile.append(s)
315 config.runfile = runfile
[all …]
/dports/www/mod_security/modsecurity-2.9.3/tests/
H A Drun-unit-tests.pl.in25 runfile(dirname($ARGV[0]), basename($ARGV[0]), $ARGV[1]);
39 runfile($dir, $cfg);
46 sub runfile { subroutine
/dports/science/py-ase/ase-3.22.0/ase/calculators/openmx/
H A Dopenmx.py158 runfile = get_file_name('.dat', self.label, absolute_directory=False)
167 command = command % (runfile, outfile)
185 runfile = get_file_name('.dat', self.label, absolute_directory=False)
191 command = self.get_command(processes, threads, runfile, outfile)
463 def get_command(self, processes, threads, runfile=None, outfile=None): argument
484 if runfile is None:
485 runfile = abs_dir + '/' + self.prefix + '.dat'
489 command = command % (runfile, outfile)
/dports/devel/py-pydevd/pydevd-1.1.1/
H A Dpydevconsole.py90 from _pydev_bundle.pydev_umd import runfile, _set_globals_function
93 builtins.runfile = runfile
96 __builtin__.runfile = runfile

12345