Home
last modified time | relevance | path

Searched refs:batch_files (Results 1 – 12 of 12) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/tools/fasterq-dump/
H A Dmerge_sorter.c769 VNamelist * batch_files; in process_background_file_merger() local
770 rc = VNamelistMake ( &batch_files, self -> batch_size ); in process_background_file_merger()
781 rc = VNamelistAppendString ( batch_files, filename ); in process_background_file_merger()
796 batch_files, /* the input files */ in process_background_file_merger()
809 rc = delete_files( self -> dir, batch_files ); in process_background_file_merger()
812 VNamelistRelease( batch_files ); in process_background_file_merger()
829 VNamelist * batch_files; in process_final_background_file_merger() local
830 rc_t rc = VNamelistMake ( &batch_files, count ); in process_final_background_file_merger()
842 rc = VNamelistAppendString ( batch_files, filename ); in process_final_background_file_merger()
882 rc = delete_files( self -> dir, batch_files ); in process_final_background_file_merger()
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdl.cpp227 vector<string> batch_files; in main() local
402 batch_files.push_back(argv[a]); in main()
406 if (0&&statement.length() > 0 && batch_files.size() > 0) in main()
527 interpreter.InterpreterLoop( startup, batch_files, statement); in main()
H A Ddinterpreter.hpp104 std::vector<std::string>& batch_files, const std::string& statement);
H A Ddinterpreter.cpp1630 vector<string>& batch_files, const std::string& statement) { in InterpreterLoop() argument
1708 for (vector<string>::iterator it = batch_files.begin(); it < batch_files.end(); ++it) in InterpreterLoop()
1710 batch_files.clear(); // not needed anymore... in InterpreterLoop()
/dports/science/qmcpack/qmcpack-3.11.0/nexus/bin/
H A Dqdens1043 batch_files = obj()
1049 if batch_prefix not in batch_files:
1050 batch_files[batch_prefix] = obj()
1052 stat_files = batch_files[batch_prefix]
1072 self.vlog(' {0} batches identified'.format(len(batch_files)))
1073 for batch_prefix in sorted(batch_files.keys()):
1078 for batch_prefix in sorted(batch_files.keys()):
1079 stat_files = batch_files[batch_prefix]
/dports/biology/kallisto/kallisto-0.46.1/src/
H A Dcommon.h73 std::vector<std::vector<std::string>> batch_files; member
H A Dmain.cpp1388 opt.batch_files.push_back({f1}); in CheckOptionsPseudo()
1397 opt.batch_files.push_back({f1,f2}); in CheckOptionsPseudo()
1400 opt.batch_files.push_back({f2}); in CheckOptionsPseudo()
2348 int n_batch_files = opt.batch_files.size(); in main()
2445 int n_batch_files = opt.batch_files.size(); in main()
H A DProcessReads.cpp103 for (const auto& fs : opt.batch_files) { in ProcessBatchReads()
867 batchSR.files = opt.batch_files[id]; in ReadProcessor()
868 batchSR.reserveNfiles(opt.batch_files[id].size()); in ReadProcessor()
1460 batchSR.files = opt.batch_files[id]; in AlnProcessor()
1461 batchSR.reserveNfiles(opt.batch_files[id].size()); in AlnProcessor()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/perf/
H A Dperftest.c88 char *batch_files[MAX_BATCH_FILES]; member
328 printf("%s,", basename(ctx->batch_files[i])); in print_header()
892 ctx->batch_files[ctx->num_batch_files++] = optarg; in parse_opts()
1582 batch_file = fopen(ctx->batch_files[depth], "r"); in run_test_recurs()
1584 ucs_error("Failed to open batch file '%s': %m", ctx->batch_files[depth]); in run_test_recurs()
1594 while ((status = read_batch_file(batch_file, ctx->batch_files[depth], in run_test_recurs()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/inc/
H A Dsubmit_util.inc190 return "get_output.php?cmd=batch_files&batch_id=$batch_id&auth_str=$auth_str";
H A Dsubmit.inc312 return $req->project."/get_output.php?cmd=batch_files&batch_id=$batch_id&auth_str=$auth_str";
/dports/sysutils/py-salt/salt-3004.1/doc/topics/releases/
H A D2016.11.6.rst345 * 3c3b9343b7 Merge pull request `#41706`_ from twangboy/batch_files