Home
last modified time | relevance | path

Searched refs:Cerr (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/devel/upp/upp/bazaar/PolyXMLTest/
H A DMain.cpp154 Cerr() << " Class#" << i << " is a '" << Base::Classes()[i]
160 Cerr() << "\nPolyXMLArray tests";
190 Cerr() << "\nStreamed XML : \n\n" << s ;
205 Cerr() << "\nStreaming in XML with an unknown class : \n\n";
213 Cerr() << "\nStreaming out XML with an unknown class : \n\n";
225 Cerr() << "\nPolyXMLArrayMap tests";
256 Cerr() << "\nStreamed XML : \n\n" << s ;
271 Cerr() << "\nStreaming in XML with an unknown class : \n\n";
291 Cerr() << "\nPolyXMLArrayMapOne tests";
322 Cerr() << "\nStreamed XML : \n\n" << s ;
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DDakotaApproximation.cpp387 Cerr << "Error: value() not available for this approximation type." in value()
434 Cerr << "Error: mean() not available for this approximation type." in mean()
445 Cerr << "Error: mean(x) not available for this approximation type." in mean()
501 Cerr << "Error:variance() not available for this approximation " in variance()
535 Cerr << "Error: variance_gradient(x, ind) not available for this " in variance_gradient()
593 Cerr << "Error: compute_moments() not available for this " in compute_moments()
680 Cerr << "Error: combined_moment(size_t) not available for this " in combined_moment()
704 Cerr << "Error: clear_component_effects() not available for this " in clear_component_effects()
726 Cerr << "Error: compute_total_effects() not available for this " in compute_total_effects()
757 Cerr << "Error: sparse_sobol_index_map() not available for this " in sparse_sobol_index_map()
[all …]
H A DScilabInterface.cpp45 Cerr << "Error (ScilabInterface): Could not initialize Scilab engine " in ScilabInterface()
202 Cerr << "Error (ScilabInterface): Failed inserting xC" << std::endl; in scilab_engine_run()
215 Cerr << "Error (ScilabInterface): Failed inserting xDI" << std::endl; in scilab_engine_run()
224 Cerr << "Error (ScilabInterface): Failed inserting xDR" << std::endl; in scilab_engine_run()
335 Cerr << "Error (ScilabInterface): Failed inserting directFnDVV_bool" in scilab_engine_run()
439 Cerr << "Error (ScilabInterface): Failed inserting fnHessians" in scilab_engine_run()
452 Cerr << "Error (ScilabInterface): Failed inserting fnHessians" in scilab_engine_run()
491 Cerr << "Error (ScilabInterface): Failed inserting currEvalId field" in scilab_engine_run()
509 Cerr << "\nError: invalid Scilab function '" << ac_name in scilab_engine_run()
681 Cerr << "Error (ScilabInterface): Dakota.fnVals must be " in scilab_engine_run()
[all …]
H A Drestart_util.cpp111 print_usage(Cerr); in main()
112 Cerr << general_opts << std::endl; in main()
173 print_usage(Cerr); in main()
231 Cerr << "\nError: could not open restart file '" in print_restart()
471 Cerr << "\nError: could not open restart file '" in print_restart_tabular()
595 Cerr << "\nError: could not open restart file '" in read_neutral()
625 Cerr << "\nError: Could not write restart file '" in read_neutral()
701 Cerr << "\nError: could not open restart file '" in repair_restart()
710 Cerr << "\nError: could not open restart file '" in repair_restart()
798 Cerr << "\nError: could not open restart file '" in concatenate_restart()
[all …]
H A DDakotaInterface.cpp101 Cerr << "\nError: failure opening " << ampl_file_name << std::endl; in Interface()
107 Cerr << "\nError: AMPL processing problem with " << ampl_file_name in Interface()
117 Cerr << "\nError: failure opening " << col << std::endl; in Interface()
126 Cerr << "\nError: failure reading AMPL col file " << col in Interface()
134 Cerr << "\nError: failure opening " << row << std::endl; in Interface()
147 Cerr << "\nError: failure reading AMPL row file " << row in Interface()
218 Cerr << "Fork interface requested, but not enabled in this DAKOTA " in get_interface()
1118 Cerr << "Error: Letter lacking redefinition of virtual rebuild_" in rebuild_approximation()
1144 Cerr << "Error: Letter lacking redefinition of virtual push_" in push_approximation()
1155 Cerr << "Error: Letter lacking redefinition of virtual push_" in push_available()
[all …]
H A DPythonInterface.cpp190 Cerr << "\nError: invalid Python analysis_driver '" << ac_name in python_run()
200 Cerr << "Error (PythonInterface): Failure importing module '" in python_run()
334 Cerr << "Error creating Python numpy array." << std::endl; in python_convert_int()
345 Cerr << "Error creating Python list." << std::endl; in python_convert_int()
365 Cerr << "Error creating Python numpy array." << std::endl; in python_convert()
376 Cerr << "Error creating Python list." << std::endl; in python_convert()
399 Cerr << "Error creating Python numpy array." << std::endl; in python_convert()
414 Cerr << "Error creating Python list." << std::endl; in python_convert()
436 Cerr << "Error creating Python list." << std::endl; in python_convert_strlist()
455 Cerr << "Error creating Python list." << std::endl; in python_convert()
[all …]
H A DForkApplicInterface.cpp75 Cerr << "Error: analysis completion does not match local process ids " in wait_local_analyses()
97 Cerr << "Error: analysis completion does not match local process ids " in test_local_analyses_send()
158 Cerr << "Error: fork not supported under this OS." << std::endl; in create_analysis_process()
164 Cerr << "\nCould not fork; error code " << errno << " (" in create_analysis_process()
282 Cerr << "Warning: setpgid failure for assigning fork process group on " in join_process_group()
291 Cerr << "\nChild could not set process group id " << proc_group_id in check_group()
296 Cerr << "An attempt was made to change the process group ID of one\n " in check_group()
300 Cerr << "pgid is less than 0." << std::endl; break; in check_group()
302 Cerr << "An attempt was made to move a process into a process group\n " in check_group()
308 Cerr << "pid is not the calling process and not a child of the\n " in check_group()
[all …]
H A Ddakota_tabular_io.cpp459 Cerr << "\nError (" << context_message << "):\n" in validate_header()
549 Cerr << "\nError (" << context_message in read_data_tabular()
593 Cerr << "\nError (" << context_message in read_data_tabular()
597 print_expected_format(Cerr, tabular_format, 0, num_cols); in read_data_tabular()
643 print_expected_format(Cerr, tabular_format, 0, num_vars); in read_data_tabular()
648 Cerr << "\nError (" << context_message in read_data_tabular()
726 print_expected_format(Cerr, tabular_format, 0, num_vars); in read_data_tabular()
788 Cerr << "\nError (" << context_message in read_data_tabular()
792 print_expected_format(Cerr, tabular_format, 0, num_cols); in read_data_tabular()
805 Cerr << "\nError (" << context_message in read_data_tabular()
[all …]
H A DSharedSurfpackApproxData.cpp72 Cerr << "Error: bad size of " << approx_order.size() in SharedSurfpackApproxData()
79 Cerr << "Warning: SharedSurfpackApproxData lightweight constructor " in SharedSurfpackApproxData()
132 Cerr << "\nError (SharedSurfpackApproxData): derivative data may only be " in add_sd_to_surfdata()
152 Cerr << "Error: copy_data(const Dakota::RealSymMatrix& rsm, " in copy_matrix()
170 Cerr << "Error: surrogate metric '" << req_metric in validate_metrics()
175 Cerr << "Valid metrics for " << approxType << " surrogate include:\n "; in validate_metrics()
177 std::ostream_iterator<std::string>(Cerr, " ")); in validate_metrics()
178 Cerr << std::endl; in validate_metrics()
183 Cerr << "Error: cross_validation folds must be 2 or greater." in validate_metrics()
188 Cerr << "Error: cross_validation percent must be between 0.0 and 0.5" in validate_metrics()
H A DTestDriverInterface.cpp729 Cerr << "Num vars:" << numVars << ", " << numDerivVars in cantilever_ml()
877 Cerr << "Error: cyl_head direct fn does not yet support " in cyl_head()
1369 Cerr << "Error: lf_rosenbrock direct fn does not support " in lf_rosenbrock()
1472 Cerr << "Error: mf_rosenbrock direct fn does not support " in mf_rosenbrock()
1960 Cerr << "Error: Mesh size must be even." << std::endl; in steady_state_diffusion_1d()
1964 Cerr << "Error: Mesh size must be greater than or equal " in steady_state_diffusion_1d()
2183 Cerr << "Error: genz direct fn does not support " in genz()
2188 Cerr << "Error: Bad variable types in genz direct fn." in genz()
4467 Cerr << "Error: bayes_linear direct fn does not support " in bayes_linear()
4472 Cerr << "Error: Bad variable types in Bayes linear fn." in bayes_linear()
[all …]
H A DProcessHandleApplicInterface.cpp47 Cerr << "Error: pid returned from wait does not match any 1st level child " in process_local_evaluation()
68 Cerr << fr_except.what() << std::endl; in process_local_evaluation()
162 Cerr << "Error: multiprocessor evalComm does not support nonblocking " in create_evaluation_process()
240 Cerr << "Error: fork is not supported under this OS." << std::endl; in create_evaluation_process()
311 Cerr << "Error: ForkApplicInterface::asynchronous_local_analyses() " in asynchronous_local_analyses()
380 Cerr << "Error: ForkApplicInterface::serve_analyses_asynch should " in serve_analyses_asynch()
451 Cerr << "\nFork error in parent retrieving child; error code " << errno in check_wait()
455 Cerr << "The process specified by pid does not exist or is not a\n " in check_wait()
461 Cerr << "The options argument was invalid"; break; in check_wait()
463 Cerr << std::strerror(errno); break; in check_wait()
[all …]
H A DMatlabInterface.cpp49 Cerr << "\nError: MATLAB interface requires analysis_drivers " in MatlabInterface()
59 Cerr << "\nWarning: DAKOTA_MATLAB_ENGINE_CMD ignored on Windows." in MatlabInterface()
77 Cerr << "Error (MatlabInterface): Could not initialize Matlab engine " in MatlabInterface()
162 Cerr << "Error (MatlabInterface): Failed to get variable Dakota from " in matlab_engine_run()
167 Cerr << "Error (MatlabInterface): Dakota variable from Matlab " in matlab_engine_run()
172 Cerr << "Error (MatlabInterface): Dakota variable from Matlab " in matlab_engine_run()
177 Cerr << "Error (MatlabInterface): Dakota variable from Matlab " in matlab_engine_run()
387 Cerr << "\nError: invalid Matlab function '" << ac_name in matlab_engine_run()
464 Cerr << "Error (MatlabInterface): Dakota.fnVals must be " in matlab_engine_run()
487 Cerr << "Error (MatlabInterface): Dakota.fnHessians must be " in matlab_engine_run()
[all …]
H A DGridApplicInterface.cpp54 Cerr << "Problem loading shared object file: foo.so" << std::endl; in GridApplicInterface()
61 Cerr << "Problem loading start_grid_computing function: " << error in GridApplicInterface()
68 Cerr << "Problem loading stop_grid_computing function: " << error in GridApplicInterface()
74 Cerr << "Problem loading perform_analysis function: " << error << std::endl; in GridApplicInterface()
79 Cerr << "Problem loading get_jobs_completed function: " << error in GridApplicInterface()
112 Cerr << "derived_map - should start with an empty completion set\n"; in derived_map()
131 Cerr << "\nError reading results file:\n " << fr_except.what() << std::endl; in derived_map()
190 Cerr << "Error: failure in queue lookup within GridApplicInterface::" in test_local_evaluation_sequence()
211 Cerr << "Error: too many failed reads for results file " in test_local_evaluation_sequence()
225 Cerr << "Warning: exception caught in reading response file " in test_local_evaluation_sequence()
H A DFSUDesignCompExp.cpp64 Cerr << "\nError: wrong number of sequence_start inputs.\n"; in FSUDesignCompExp()
72 Cerr << "\nError: wrong number of sequence_leap inputs.\n"; in FSUDesignCompExp()
88 Cerr << "\nError: wrong number of prime_base inputs.\n"; in FSUDesignCompExp()
94 Cerr << "\nError: wrong number of prime_base inputs.\n"; in FSUDesignCompExp()
107 Cerr << "Error: FSU DACE method \"" << methodName << "\" is not an option." in FSUDesignCompExp()
114 Cerr << "\nError: fsu_* methods do not support discrete variables.\n"; in FSUDesignCompExp()
164 Cerr << "\nError: fsu_* methods do not support discrete variables.\n"; in FSUDesignCompExp()
179 Cerr << "\nError: Resizing is not yet supported in method " in resize()
265 Cerr << "\nError: Mismatch in number of active variables and length of" in get_parameter_sets()
412 Cerr << "Error: number of DACE samples must be greater than zero." in enforce_input_rules()
[all …]
H A DWorkdirHelper.cpp59 Cerr << "\nError: could not get current directory path;\n " in get_cwd_str()
560 Cerr << "\nError: could not create directory " << dir_path in create_directory()
567 Cerr << "\nError: could not get status of directory " << dir_path in create_directory()
587 Cerr << "\nError: path " << rm_path << " to remove does not exist." in recursive_remove()
599 Cerr << "\nError: could not remove path " << rm_path << ";\n" in recursive_remove()
631 Cerr << "\nError: could not rename path " << old_path << " to " in rename()
780 Cerr << "\nError: could not create symlink from " << dest_dir in link()
798 Cerr << "\nError: destination directory " << dest_dir in recursive_copy()
828 Cerr << "\nError: could not recursive copy " << src_path in recursive_copy()
848 Cerr << "\nError: could not prepend PATH with " << src_path in prepend_path_item()
[all …]
H A DSurfpackApproximation.cpp88 Cerr << "\nError (global_kriging): Hessian information only used " in SurfpackApproximation()
106 Cerr << "Error (global_kriging): invalid optimization method " in SurfpackApproximation()
132 Cerr << " find_nugget must be 1 or 2" << '\n'; in SurfpackApproximation()
388 Cerr << "Error: surface is null in SurfpackApproximation::build()." in build()
438 Cerr << e.what() << std::endl; in build()
439 Cerr << typeid(e).name() << std::endl; in build()
496 Cerr << "\nRequested surrogate export to text archive failed: " in export_model()
527 Cerr << "Error: surface is null in SurfpackApproximation::value()" in value()
596 Cerr << "Error: prediction_variance() not available for this " in prediction_variance()
676 Cerr << "Error: prediction_variance() not available for this " in prediction_variance()
[all …]
H A DNCSUOptimizer.cpp141 Cerr << "Error (NCSUOptimizer): " << numContinuousVars << " variables " in check_inputs()
145 Cerr << "Error (NCSUOptimizer): max function evaluations " in check_inputs()
148 Cerr << std::endl; in check_inputs()
314 Cerr << "NCSU DIRECT failed with fatal error code " << ierror << "\n"; in core_run()
320 Cerr << "(maximum function evaluations is too large)"; in core_run()
323 Cerr << "(initialization in DIRpreprc failed)"; in core_run()
326 Cerr << "(error in creation of the sample points)"; in core_run()
329 Cerr << "(error occurred in sampling the function)"; in core_run()
332 Cerr << "(maximum iterations is too large)"; in core_run()
335 Cerr << "(unknown error code)"; in core_run()
[all …]
H A DDakotaIterator.cpp328 Cerr << "Invalid hybrid meta-iterator type." << std::endl; in get_iterator()
382 Cerr << "Invalid hybrid meta-iterator type." << std::endl; in get_iterator()
473 Cerr << "\nError: Bayesian calibration method '" in get_iterator()
607 Cerr << "Method " << method_enum_to_string(method_name) in get_iterator()
612 Cerr << "Method " << method_enum_to_string(method_name) in get_iterator()
617 Cerr << "Method " << method_enum_to_string(method_name) in get_iterator()
739 Cerr << "Method " << method_string in get_iterator()
743 Cerr << "Method " << method_string in get_iterator()
922 Cerr << "\nError: Invalid method_enum_to_string conversion: " in method_enum_to_string()
935 Cerr << "\nError: Invalid method_string_to_enum conversion: " in method_string_to_enum()
[all …]
H A DNestedModel.cpp223 Cerr << "\nError: default insertions of type '" << curr_c_type in NestedModel()
255 Cerr << "\nError: active discrete integer variable type '" in NestedModel()
271 Cerr << "\nError: default insertions of type '" << curr_di_type in NestedModel()
303 Cerr << "\nError: active discrete string variable type '" in NestedModel()
319 Cerr << "\nError: default insertions of type '" << curr_ds_type in NestedModel()
367 Cerr << "\nError: default insertions of type '" << curr_dr_type in NestedModel()
751 Cerr << "Info: Sub-method returns these results:\n" in init_sub_iterator()
794 Cerr << "Info: Sub-method returns these results:\n" in init_sub_iterator()
819 Cerr << "Info: Sub-method returns these results:\n" in init_sub_iterator()
903 Cerr << "\nError: " << map2 << " mapping not supported for " in resolve_real_variable_mapping()
[all …]
H A DSharedApproxData.cpp75 Cerr << "Warning: use_derivatives is not currently supported by " in SharedApproxData()
82 Cerr << "Warning: use_derivatives is not currently supported by " in SharedApproxData()
122 Cerr << "Warning: use_derivatives is not currently supported by " in SharedApproxData()
129 Cerr << "Warning: use_derivatives is not currently supported by " in SharedApproxData()
345 Cerr << "Error: integration_iterator() not available for this " in integration_iterator()
383 Cerr << "Error: push_available() not available for this approximation " in push_available()
395 Cerr << "Error: push_index() not available for this approximation type." in push_index()
493 Cerr << "Error: increment_order() not available for this approximation " in increment_order()
505 Cerr << "Error: decrement_order() not available for this approximation " in decrement_order()
517 Cerr << "Error: construct_basis() not available for this approximation " in construct_basis()
[all …]
H A DDDACEDesignCompExp.cpp49 Cerr << "\nError: dace methods do not support discrete variables.\n"; in DDACEDesignCompExp()
64 Cerr << "\nError: The Box-Behnken, central composite and random sampling" in DDACEDesignCompExp()
85 Cerr << "\nError: dace methods do not support discrete variables.\n"; in DDACEDesignCompExp()
103 Cerr << "\nError: Resizing is not yet supported in method " in resize()
155 Cerr << "\nError (DACE): calculating main effects in post_run mode " in post_run()
274 Cerr << "\nError: Mismatch in number of active variables and length of" in create_sampler()
334 Cerr << "DDACE method \"" << submethod_enum_to_string(daceMethod) in create_sampler()
367 Cerr << "\nError: number of DACE samples must be greater than zero." in resolve_samples_symbols()
437 Cerr << "\nError: DDACE method box_behnken generates " << num_samples_bb in resolve_samples_symbols()
460 Cerr << "\nError: DDACE method central_composite generates " in resolve_samples_symbols()
[all …]
H A DSpawnApplicInterface.cpp35 Cerr << "Too many processes (" << n << ") in wait_setup\n"; in wait_setup()
36 Cerr << "Current limit on processes = " << MAXIMUM_WAIT_OBJECTS << "\n"; in wait_setup()
41 Cerr << "malloc failure in wait_setup\n"; in wait_setup()
73 Cerr << "Too many processes (" << n << ") in wait_for_one\n"; in wait_for_one()
74 Cerr << "Current limit on processes = " << MAXIMUM_WAIT_OBJECTS << "\n"; in wait_for_one()
84 Cerr << "Surprise return " << i << " from WaitForMultipleObjects\n"; in wait_for_one()
172 Cerr << "\nCould not spawn; error code " << errno << " (" in create_analysis_process()
198 Cerr << "Error: analysis completion does not match local process ids " in wait_local_analyses()
236 Cerr << "Error: analysis completion does not match local process ids " in test_local_analyses_send()
H A DParallelLibrary.cpp103 Cerr << "Error: Attempting to run serial executable in parallel." in init_mpi_comm()
305 Cerr << "\nWarning: user selection of master scheduling cannot be " in resolve_inputs()
313 Cerr << "\nWarning: user override of server count and server size " in resolve_inputs()
320 Cerr << "\nError: insufficient available processors (" << avail_procs in resolve_inputs()
339 Cerr << "\nError: insufficient available processors (" << avail_procs in resolve_inputs()
349 Cerr << "\nWarning: user selection of master scheduling cannot be " in resolve_inputs()
377 Cerr << "\nWarning: user override of servers (" << num_servers in resolve_inputs()
417 Cerr << "\nWarning: user selection of master scheduling cannot be " in resolve_inputs()
514 Cerr << "\nWarning: PUSH_DOWN configuration combined with maximum " in resolve_inputs()
638 Cerr << "\nError: slave processor " << parent_pl.serverCommRank in split_communicator_dedicated_master()
[all …]
/dports/devel/upp/upp/bazaar/ProtectEncrypt/
H A DProtectEncrypt.cpp32 Cerr() << "UNEXPECTED END SEQUENCE\n"; in ProtectSearchBuf()
139 Cerr() << "Encrypt code block\n"; in CryptBuf()
168 Cerr() << "END encrypt code block\n"; in CryptBuf()
176 Cerr() << "Obfuscate code block\n"; in CryptBuf()
217 Cerr() << "END obfuscate code block\n"; in CryptBuf()
225 Cerr() << "Encrypt data block\n"; in CryptBuf()
242 Cerr() << "END encrypt data block\n"; in CryptBuf()
248 Cerr() << "OPS! UNEXPECTED SEQUENCE!\n"; in CryptBuf()
270 Cerr() << "USAGE : ProtectEncrypt filename key\n";
295 Cerr() << "Invalid hex digit '" << c << "' in key\n";
[all …]
/dports/devel/upp/upp/bazaar/ProtectTest/
H A DProtectTest.cpp20 Cerr() << "2 * X = " << 2 * x << "\n"; in encrypted()
64 Cerr() << "X * X = " << squared(x) << "\n"; in encrypted2()
72 Cerr() << "S is : " << s << "\n"; in obfuscated()
81 Cerr() << "Bad key, aborting\n";
99 Cerr() << PROTECT_DECRYPT_DATA(GetCypher, encryptedData);

123456789