source: XIOS/trunk/src @ 1169

Name Size Rev Age Author Last Change
../
config 1169   7 years mhnguyen Non-continuous zoom on axis Zoomed points are defined by array index of …
functor 1018   7 years mhnguyen Improving missing-value processing If detect_missing_value is activated, …
io 1169   7 years mhnguyen Non-continuous zoom on axis Zoomed points are defined by array index of …
node 1169   7 years mhnguyen Non-continuous zoom on axis Zoomed points are defined by array index of …
test 1118   7 years mhnguyen Adding toy_cmip6 into repository
transformation 1169   7 years mhnguyen Non-continuous zoom on axis Zoomed points are defined by array index of …
type 1107   7 years mhnguyen Clean up some compilation warnings
date 591   9 years rlacroix Remove leftovers from the XMLIO age.
filter 1124   7 years rlacroix Temporal filters: Avoid intermediate copies whenever possible for once and …
input 685   9 years rlacroix Merge "output" and "input" folders into one "io" folder. Some files were …
interface 1119   7 years rlacroix Add the ability to check if an output field is active at the current …
output 685   9 years rlacroix Merge "output" and "input" folders into one "io" folder. Some files were …
manager 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
parse_expr 1038   7 years ymipsl - Add generic ternary arithmetic operators and filters - Add conditional …
attribute_map.cpp 27.2 KB 1117   7 years mhnguyen Fixing bug of using *_ref on chaining transformations. +) Correct isEqual …
attribute_map.hpp 3.5 KB 1117   7 years mhnguyen Fixing bug of using *_ref on chaining transformations. +) Correct isEqual …
attribute_template.hpp 4.4 KB 1117   7 years mhnguyen Fixing bug of using *_ref on chaining transformations. +) Correct isEqual …
attribute_template_impl.hpp 11.1 KB 1117   7 years mhnguyen Fixing bug of using *_ref on chaining transformations. +) Correct isEqual …
client_client_dht_decl.cpp 422 bytes 941   8 years mhnguyen Finishing the implementation of expand domain transformation +) Make use …
client_client_dht_template.hpp 5.0 KB 941   8 years mhnguyen Finishing the implementation of expand domain transformation +) Make use …
client_client_dht_template_impl.hpp 29.3 KB 892   8 years mhnguyen Adding new class to auto-generate global index based on DHT Test + NO
client_server_mapping.cpp 3.0 KB 843   8 years mhnguyen Several improvements +) Replace some time-consuming operations by simpler …
client_server_mapping.hpp 1.4 KB 843   8 years mhnguyen Several improvements +) Replace some time-consuming operations by simpler …
client_server_mapping_distributed.cpp 2.1 KB 907   8 years mhnguyen Correcting a minor thing of previous commit +) Make sure the number of …
client_server_mapping_distributed.hpp 1.8 KB 835   8 years mhnguyen Exposing some functions to Fortran interface +) Allow add axis and domain …
data_input.cpp 917 bytes 775   8 years mhnguyen Implementing the reading of attributes of an axis from a file +) 3d grid …
data_input.hpp 987 bytes 775   8 years mhnguyen Implementing the reading of attributes of an axis from a file +) 3d grid …
date.cpp 11.4 KB 1105   7 years mhnguyen Adding comparison operator between objects of XIOS. Two objects of a same …
date.hpp 3.6 KB 1105   7 years mhnguyen Adding comparison operator between objects of XIOS. Two objects of a same …
declare_ref_func.hpp 8.3 KB 996   7 years mhnguyen Some modifications to make sure there is no strange _undefined_id_ name …
declare_virtual_node.hpp 1.8 KB 619   9 years mhnguyen Implementing the first prototype of filter +) Create new class filter +) …
dht_data_types.hpp 1.6 KB 833   8 years mhnguyen Improvements for dht +) Implement adaptive hierarchy for dht, level of …
distribution.cpp 605 bytes 887   8 years mhnguyen Adding a new type of element into grid: Scalar +) Add a new node Scalar …
distribution.hpp 1.1 KB 930   8 years mhnguyen Improving the performance of on server side +) Replace searching …
distribution_client.cpp 22.8 KB 932   8 years mhnguyen Adding Fortran interface for high-dimension grid (up to 7) +) Add check …
distribution_client.hpp 5.9 KB 930   8 years mhnguyen Improving the performance of on server side +) Replace searching …
distribution_server.cpp 7.6 KB 1169   7 years mhnguyen Non-continuous zoom on axis Zoomed points are defined by array index of …
distribution_server.hpp 2.3 KB 1169   7 years mhnguyen Non-continuous zoom on axis Zoomed points are defined by array index of …
duration.cpp 6.7 KB 1105   7 years mhnguyen Adding comparison operator between objects of XIOS. Two objects of a same …
duration.hpp 1.5 KB 1105   7 years mhnguyen Adding comparison operator between objects of XIOS. Two objects of a same …
event_client.cpp 1.5 KB 814   8 years mhnguyen Correcting a bug on compilation with Intel whose version < 13.1 +) Use …
exception.cpp 1.5 KB 828   8 years mhnguyen Ticket 84: Replacing abort by MPI_Abort to prevent deadlocks in some …
generate_fortran_interface.cpp 11.6 KB 981   7 years mhnguyen Fortran interfaces: +) Adding Fortran interfaces of transformation Test …
group_factory_decl.cpp 1.7 KB 976   7 years mhnguyen Ticket 110: Implementing domain reduction to scalar +) Add xml node for …
group_template_decl.cpp 645 bytes 976   7 years mhnguyen Ticket 110: Implementing domain reduction to scalar +) Add xml node for …
mpi_tag.hpp 2.0 KB 833   8 years mhnguyen Improvements for dht +) Implement adaptive hierarchy for dht, level of …
object.cpp 1.6 KB 777   8 years mhnguyen Fixing some minors bug during merge Test +) On Curie +) test_remap …
object_factory_decl.cpp 2.1 KB 976   7 years mhnguyen Ticket 110: Implementing domain reduction to scalar +) Add xml node for …
object_template.hpp 3.7 KB 1117   7 years mhnguyen Fixing bug of using *_ref on chaining transformations. +) Correct isEqual …
object_template_decl.cpp 2.3 KB 976   7 years mhnguyen Ticket 110: Implementing domain reduction to scalar +) Add xml node for …
object_template_impl.hpp 14.8 KB 1117   7 years mhnguyen Fixing bug of using *_ref on chaining transformations. +) Correct isEqual …
policy.cpp 3.9 KB 855   8 years mhnguyen Fixing a bug during compilation on PGI +) Remove some codes which contain …
policy.hpp 1.5 KB 855   8 years mhnguyen Fixing a bug during compilation on PGI +) Remove some codes which contain …
server_distribution_description.cpp 12.7 KB 887   8 years mhnguyen Adding a new type of element into grid: Scalar +) Add a new node Scalar …
server_distribution_description.hpp 3.0 KB 887   8 years mhnguyen Adding a new type of element into grid: Scalar +) Add a new node Scalar …
utils.hpp 9.4 KB 1018   7 years mhnguyen Improving missing-value processing If detect_missing_value is activated, …
virtual_node.hpp 844 bytes 619   9 years mhnguyen Implementing the first prototype of filter +) Create new class filter +) …
xml_parser_decl.cpp 1.0 KB 976   7 years mhnguyen Ticket 110: Implementing domain reduction to scalar +) Add xml node for …
dht_auto_indexing.cpp 3.4 KB 1002   7 years oabramkina UGRID: consistent node and edge numbering for varying number of procs. …
dht_auto_indexing.hpp 1013 bytes 924   8 years oabramkina Parallel version of UGRID norms. The following connectivity parameters …
array.hpp 3.0 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
array_mac.hpp 989 bytes 591   9 years rlacroix Remove leftovers from the XMLIO age.
attribute_template_decl.cpp 419 bytes 537   9 years rlacroix Add a new attribute type for durations and use it for the context's …
buffer.cpp 777 bytes 591   9 years rlacroix Remove leftovers from the XMLIO age.
buffer.hpp 1.4 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
buffer_client.cpp 2.5 KB 917   8 years rlacroix Fix the client/server communication protocol. In the some extreme cases a …
buffer_client.hpp 852 bytes 917   8 years rlacroix Fix the client/server communication protocol. In the some extreme cases a …
buffer_server.cpp 2.8 KB 885   8 years rlacroix Ensure the server buffers are large enough so that the corresponding …
buffer_server.hpp 562 bytes 717   8 years rlacroix Fix: The "buffer_factor_size" was applied twice to the server buffers. …
calendar.cpp 11.2 KB 561   9 years rlacroix CCalendar: Make getCurrentDate and update methods return a const …
calendar.hpp 4.4 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
calendar_util.cpp 7.9 KB 643   9 years rlacroix Use the filter infrastructure to handle the temporal operations. Add a …
calendar_util.hpp 1.7 KB 643   9 years rlacroix Use the filter infrastructure to handle the temporal operations. Add a …
client.hpp 1.4 KB 655   9 years rlacroix Properly release all MPI resources.
configure.cpp 293 bytes 591   9 years rlacroix Remove leftovers from the XMLIO age.
configure.hpp 268 bytes 591   9 years rlacroix Remove leftovers from the XMLIO age.
context_client.cpp 13.2 KB 1033   7 years rlacroix Make the XIOS server(s) completely non-blocking. This fixes some …
context_client.hpp 3.6 KB 1033   7 years rlacroix Make the XIOS server(s) completely non-blocking. This fixes some …
context_server.cpp 7.9 KB 1033   7 years rlacroix Make the XIOS server(s) completely non-blocking. This fixes some …
context_server.hpp 1.2 KB 1033   7 years rlacroix Make the XIOS server(s) completely non-blocking. This fixes some …
cxios.hpp 2.1 KB 1029   7 years rlacroix Make the timeout for xios_recv_field configurable. The new option …
cxios_decl.cpp 310 bytes 591   9 years rlacroix Remove leftovers from the XMLIO age.
cxios_impl.hpp 508 bytes 591   9 years rlacroix Remove leftovers from the XMLIO age.
declare_attribute.hpp 9.9 KB 778   8 years rlacroix Fix the generation of the Fortran interface to support private attributes.
declare_group.hpp 3.7 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
event_client.hpp 681 bytes 731   8 years rlacroix Correctly estimate the needed buffer sizes. The attributes were not …
event_scheduler.cpp 6.5 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
event_scheduler.hpp 7.6 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
event_server.cpp 1.9 KB 716   8 years rlacroix Cosmetic: Fix a typo in an error message.
event_server.hpp 577 bytes 591   9 years rlacroix Remove leftovers from the XMLIO age.
exception.hpp 1.4 KB 792   8 years rlacroix Make sure that the ERROR macro can work everywhere.
functor.hpp 1.9 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
generate_interface.hpp 3.1 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
generate_interface_decl.cpp 1.1 KB 537   9 years rlacroix Add a new attribute type for durations and use it for the context's …
group_factory.hpp 2.5 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
group_factory_impl.hpp 5.2 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
group_parser.hpp 4.6 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
group_template.hpp 3.4 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
group_template_impl.hpp 18.7 KB 595   9 years rlacroix Allow using more servers than clients. This will be useful later when …
indent_xml.hpp 1.2 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
log.cpp 125 bytes 523   9 years rlacroix Improve the message error handling by mimicking the behavior of the …
log.hpp 1.5 KB 523   9 years rlacroix Improve the message error handling by mimicking the behavior of the …
object.hpp 1.5 KB 769   8 years rlacroix Keep track of whether an object id was automatically generated or not.
object_factory.hpp 2.0 KB 769   8 years rlacroix Keep track of whether an object id was automatically generated or not.
object_factory_impl.hpp 4.9 KB 769   8 years rlacroix Keep track of whether an object id was automatically generated or not.
registry.hpp 4.8 KB 700   9 years rlacroix Registry: Fix the getter/setter methods. - Fix a typo in `void …
xios.hpp 210 bytes 591   9 years rlacroix Remove leftovers from the XMLIO age.
xml_node.cpp 2.8 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
xml_node.hpp 1.4 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
xml_parser.hpp 1.5 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
xml_parser_impl.hpp 1.8 KB 591   9 years rlacroix Remove leftovers from the XMLIO age.
array_new.hpp 25.8 KB 1111   7 years ymipsl Bug fix on "== operator" method for CArray YM
attribute.cpp 2.7 KB 1112   7 years ymipsl For xml : if attribute get the string value of "_reset_", attribute will …
attribute.hpp 3.5 KB 1112   7 years ymipsl For xml : if attribute get the string value of "_reset_", attribute will …
attribute_array.hpp 3.4 KB 1112   7 years ymipsl For xml : if attribute get the string value of "_reset_", attribute will …
attribute_array_decl.cpp 674 bytes 1050   7 years ymipsl - Add label attribute for axis - if label attribute is present, then only …
attribute_array_impl.hpp 7.2 KB 1112   7 years ymipsl For xml : if attribute get the string value of "_reset_", attribute will …
attribute_enum.hpp 3.5 KB 1112   7 years ymipsl For xml : if attribute get the string value of "_reset_", attribute will …
attribute_enum_impl.hpp 5.8 KB 1112   7 years ymipsl For xml : if attribute get the string value of "_reset_", attribute will …
attribute_template_specialisation.hpp 7.1 KB 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
buffer_decl.cpp 651 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
buffer_impl.hpp 8.0 KB 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
buffer_in.cpp 1.1 KB 695   9 years ymipsl Bug fix in buffer_in.cpp Change attribut "size" by "bufferSize" YM
buffer_in.hpp 1.2 KB 695   9 years ymipsl Bug fix in buffer_in.cpp Change attribut "size" by "bufferSize" YM
buffer_in_decl.cpp 430 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
buffer_in_impl.hpp 4.2 KB 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
buffer_out.cpp 1.2 KB 695   9 years ymipsl Bug fix in buffer_in.cpp Change attribut "size" by "bufferSize" YM
buffer_out.hpp 1.2 KB 695   9 years ymipsl Bug fix in buffer_in.cpp Change attribut "size" by "bufferSize" YM
buffer_out_decl.cpp 452 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
buffer_out_impl.hpp 4.3 KB 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
client.cpp 10.7 KB 1135   7 years ymipsl - Add new timer for better profiling. The full timer output will be …
cxios.cpp 5.7 KB 1137   7 years ymipsl Add "light" memory tracking which must be activated at compile time : …
data_output.cpp 3.4 KB 1096   7 years ymipsl Enhancement : Add new functionnalites for file attribute "time_counter" : …
data_output.hpp 2.6 KB 1096   7 years ymipsl Enhancement : Add new functionnalites for file attribute "time_counter" : …
functor.cpp 2.0 KB 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
generate_interface_impl.hpp 64.8 KB 1050   7 years ymipsl - Add label attribute for axis - if label attribute is present, then only …
globalScopeData.hpp 282 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
group_factory.cpp 420 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
indent.cpp 1.2 KB 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
indent.hpp 652 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
indent_xml.cpp 1.8 KB 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
memory.cpp 152 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
memory.hpp 110 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
memtrack.cpp 21.6 KB 1137   7 years ymipsl Add "light" memory tracking which must be activated at compile time : …
memtrack.hpp 2.8 KB 1137   7 years ymipsl Add "light" memory tracking which must be activated at compile time : …
mpi.hpp 276 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
object_factory.cpp 407 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
registry.cpp 7.8 KB 696   9 years ymipsl Implement CRegistry class to manage restart parameters YM
server.cpp 14.0 KB 1135   7 years ymipsl - Add new timer for better profiling. The full timer output will be …
server.hpp 2.0 KB 697   9 years ymipsl Implement registryIn and registryOut functionnalities. YM
test_enum.hpp 436 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
timer.cpp 1.3 KB 1135   7 years ymipsl - Add new timer for better profiling. The full timer output will be …
timer.hpp 587 bytes 1135   7 years ymipsl - Add new timer for better profiling. The full timer output will be …
tracer.cpp 533 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
tracer.hpp 309 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
uuid.cpp 626 bytes 1048   7 years ymipsl - Xios output now an uuid for each files. - 2 new file attribute to …
uuid.hpp 176 bytes 1048   7 years ymipsl - Xios output now an uuid for each files. - 2 new file attribute to …
wait.f90 1.3 KB 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
xios_server.f90 140 bytes 501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
xios_spl.hpp 1.3 KB 1051   7 years ymipsl - Add label attribute for axis - if label attribute is present, then only …
xml_parser.cpp 4.3 KB 1031   7 years ymipsl Remove limitation that inhibits reusage of a context already created. YM
  • Property copyright set to
    Software name : XIOS (Xml I/O Server)
    http://forge.ipsl.jussieu.fr/ioserver
    Creation date : January 2009
    Licence : CeCCIL version2
    see license file in root directory : Licence_CeCILL_V2-en.txt
    or http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
    Holder : CEA/LSCE (Laboratoire des Sciences du CLimat et de l'Environnement)
    CNRS/IPSL (Institut Pierre Simon Laplace)
    Project Manager : Yann Meurdesoif
    yann.meurdesoif@cea.fr
Note: See TracBrowser for help on using the repository browser.