Home
last modified time | relevance | path

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

/dports/science/conduit/conduit-0.8.0/src/libs/relay/
H A Dconduit_relay_web.cpp143 CONDUIT_WARN("Set request handler when one was already set"); in set_handler()
522 CONDUIT_WARN("attempt to write to bad websocket connection"); in send()
581 CONDUIT_WARN("Cannot set web server document root while" in set_document_root()
598 CONDUIT_WARN("Cannot set web server request handler while" in set_request_handler()
613 CONDUIT_WARN("Cannot set web server bind address while" in set_bind_address()
628 CONDUIT_WARN("Cannot set web server port while" in set_port()
644 CONDUIT_WARN("Cannot set web server htpasswd auth domain while" in set_htpasswd_auth_domain()
659 CONDUIT_WARN("Cannot set web server htpasswd auth file while" in set_htpasswd_auth_file()
674 CONDUIT_WARN("Cannot set web server ssl certificate file" in set_ssl_certificate_file()
689 CONDUIT_WARN("Cannot set web server entangle output base" in set_entangle_output_base()
[all …]
H A Dconduit_relay_web_node_viewer_server.cpp134 CONDUIT_WARN("rest request for schema of NULL Node"); in handle_get_schema()
165 CONDUIT_WARN("rest request for value of NULL Node"); in handle_get_value()
189 CONDUIT_WARN("rest request for base64 json of NULL Node"); in handle_get_base64_json()
H A Dconduit_relay_io_blueprint.cpp892 CONDUIT_WARN("There no data to save. Doing nothing."); in write_mesh()
1352 CONDUIT_WARN("Relay: there are no domains to write out"); in write_mesh()
H A Dconduit_relay_io_hdf5.cpp52 CONDUIT_WARN( "HDF5 Warning (reference path: \"" << ref_path << "\") " \
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/flow/
H A Dflow_graph.cpp118 CONDUIT_WARN("Cannot create filter, filter named: " << filter_name in add_filter()
195 CONDUIT_WARN("source filter named: " << src_name in connect()
202 CONDUIT_WARN("destination filter named: " << des_name in connect()
213 CONDUIT_WARN("destination filter: " in connect()
232 CONDUIT_WARN("destination filter named: " << des_name in connect()
261 CONDUIT_WARN("filter named: " << name in remove_filter()
H A Dflow_registry.cpp622 CONDUIT_WARN("Attempt to overwrite existing entry with key: " << key); in add()
H A Dflow_workspace.cpp417 CONDUIT_WARN("Cannot create unknown filter type: " in create_filter()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/utils/
H A Dascent_logging.hpp41 #define ASCENT_WARN( msg ) CONDUIT_WARN( msg );
/dports/science/conduit/conduit-0.8.0/src/libs/conduit/
H A Dconduit_utils.hpp58 #define CONDUIT_WARN( msg ) \ macro
H A Dconduit_data_type.cpp1035 CONDUIT_WARN("Node index calculation with with stride = 0"); in element_index()
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mpi_mesh_partition.cpp400 CONDUIT_WARN("The unique number of domain ids " in map_chunks()
H A Dconduit_blueprint_mesh_partition.cpp5794 CONDUIT_WARN("Could not merge topology " << i << ", no associated pointmap."); in build_polygonal_output()
5880 CONDUIT_WARN("Could not merge topology " << i << ", no associated pointmap."); in build_polyhedral_output()
8075 CONDUIT_WARN("Number of input fields and number of pointmaps should be equal!"); in map_vertex_field()
8279 CONDUIT_WARN("Unsupported association for field " << assoc); in combine()
8353 CONDUIT_WARN("Only vertex-associated adjsets are supported"); in combine()
8746CONDUIT_WARN("Field " << field_name << " is not topology based, TODO: Implement material based fie… in combine()