source: XIOS/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @787   8 years mhnguyen Changing name of attributes of zoom Test +) test_client and test_complete …
(edit) @786   8 years mhnguyen Generating interface for transformations +) Update Fortran interface for …
(edit) @785   8 years mhnguyen Allowing each process to retrieve its own distribution with i_index +) …
(edit) @784   8 years mhnguyen Generating Fortran interface for zoom_axis and zoom_domain Test +) On …
(edit) @783   8 years mhnguyen Adding attribute reading of unstructured grid +) Fix a minor bug relating …
(edit) @782   8 years mhnguyen Reading attributes of curvilinear grid from file +) Correct some minor …
(edit) @781   8 years rlacroix Domain: Remove an unused attribute.
(edit) @780   8 years rlacroix Fix --full compilation.
(edit) @779   8 years rlacroix Update the Fortran API. It had been forgotten in recent changes.
(edit) @778   8 years rlacroix Fix the generation of the Fortran interface to support private attributes.
(edit) @777   8 years mhnguyen Fixing some minors bug during merge Test +) On Curie +) test_remap …
(edit) @776   8 years mhnguyen Adding a dummy precision +) A dummy precision serves for operation with …
(edit) @775   8 years mhnguyen Implementing the reading of attributes of an axis from a file +) 3d grid …
(edit) @774   8 years rlacroix Fix: Improve the detection of already outputed compressed axis/domain.
(edit) @773   8 years rlacroix File/Variable?: Add an helper function to get the output name.
(edit) @772   8 years rlacroix Axis/Domain?: Use the new infrastructure to get the output name.
(edit) @771   8 years rlacroix Remove the now unused base reference framework.
(edit) @770   8 years rlacroix Field: Handle more correctly the output name for the fields with a …
(edit) @769   8 years rlacroix Keep track of whether an object id was automatically generated or not.
(edit) @768   8 years rlacroix Remove now unused reference tracking.
(edit) @767   8 years rlacroix Fix: Make xios_field_is_active a lot more reliable. The old system only …
(edit) @766   8 years rlacroix Remove unused files.
(edit) @765   8 years ymipsl Report bug fix of rev r705 for input field on unstructured grid. YM
(edit) @764   8 years rlacroix Fix the buffer size estimation to avoid requests for unexpected buffers.
(edit) @763   8 years rlacroix Fix: Deadlocks could occur depending on the zoom configuration.
(edit) @762   8 years rlacroix Domain: Fix some error messages to reference the correct function.
(edit) @761   8 years rlacroix Fix: Longitudes, latitutes and their bounds were incorrect when using a …
(edit) @760   8 years rlacroix Fix: The domain indexes were sometimes not sent when they should have …
(edit) @759   8 years rlacroix Remove unused function declaration.
(edit) @758   8 years rlacroix Fix r756 for input fields using the this keyword.
(edit) @757   8 years rlacroix File: Add a new record_offset attribute. This is mostly useful in read …
(edit) @756   8 years rlacroix Support freq_offset for fields in files in read mode. In theory the …
(edit) @755   8 years rlacroix test_new_features: Fix random errors caused by an uninitialized variable.
(edit) @754   8 years rlacroix Fix the buffer size estimation when using axis/domain bounds. The number …
(edit) @753   8 years mhnguyen Updating pole processing for rectangular grid source Test +) On Curie +) …
(edit) @752   8 years rlacroix Fix the error message when referencing an unknown object. Macro …
(edit) @751   8 years rlacroix Improve the handling of circular references. - Make circular references …
(edit) @750   8 years rlacroix Reference macros: Reduce the visibility of some member variables and …
(edit) @749   8 years rlacroix Fix: Field/axis/domain without a reference must not add a reference to …
(edit) @748   8 years rlacroix CType<T>: Add a conversion operator to const reference.
(edit) @747   8 years rlacroix Fix the inherited name for axis/domains with reference in some cases. …
(edit) @746   8 years rlacroix Restore support for spatial transformations when 'domain_ref'/'axis_ref' …
(edit) @745   8 years rlacroix Grid: Don't recreate a temporary grid if an existing temporary grid can be …
(edit) @744   8 years rlacroix Grid: Force 'grid_ref' and 'axis_ref'/'domain_ref' to be mutually …
(edit) @743   8 years mhnguyen Processing pole of rectangular grid with latitude = 90 +) Use average …
(edit) @742   8 years mhnguyen Implement direct transformation with domain_ref and axis_ref +) Add a new …
(edit) @741   8 years rlacroix Correctly support expression with the "this" keyword for fields inside a …
(edit) @740   8 years rlacroix Fix: disabling a file with read access had no effect.
(edit) @739   8 years rlacroix Fix a small mistake in the buffer size evaluation. The issue affected …
(edit) @737   8 years rlacroix Correctly support expression with the "this" keyword when using a …
(edit) @736   8 years rlacroix Fix the opening of NetCDF-4 input files in parallel.
(edit) @735   8 years rlacroix Fix the minimal buffer size calculation for automatically sent attributes.
(edit) @734   8 years mhnguyen Correcting a bug concerning the range of longitude and latitude of …
(edit) @733   8 years rlacroix Fix: Remove forgotten references in return types.
(edit) @732   8 years rlacroix CClientBuffer: Improve the error messages.
(edit) @731   8 years rlacroix Correctly estimate the needed buffer sizes. The attributes were not …
(edit) @730   8 years rlacroix Fix: Really abide by the automatic buffer size mode (performance or …
(edit) @729   8 years rlacroix Ensure all needed buffers are properly initialized with the minimum buffer …
(edit) @728   8 years rlacroix Add new comparisons operators. Those new operators return 0.0 if the …
(edit) @727   8 years mhnguyen Add more attributes to generate_rectilinear_domain +) Longitude and …
(edit) @726   8 years rlacroix Delay the buffer size notication to the first time an event is sent. This …
(edit) @725   8 years rlacroix Fix r724: Correctly notify the server about the size of the new buffer.
(edit) @724   8 years rlacroix Fix: Add a failsafe in case of unexpected request for buffer.
(edit) @723   8 years rlacroix test_client.f90: Revert r720. Revert back to the old domain size to fix …
(edit) @721   8 years mhnguyen Templated version of distributed hashed table +) Implement DHT in more …
(edit) @720   8 years mhnguyen First implementation of hierarchical distributed hashed table +) …
(edit) @719   8 years rlacroix Add a new configuration variable "min_buffer_size". This allows the user …
(edit) @718   8 years rlacroix Rename "buffer_factor_size" to "buffer_size_factor" to clarify its …
(edit) @717   8 years rlacroix Fix: The "buffer_factor_size" was applied twice to the server buffers. …
(edit) @716   8 years rlacroix Cosmetic: Fix a typo in an error message.
(edit) @715   8 years mhnguyen Temporary modification of auto-generate domain. This should be changed to …
(edit) @713   8 years rlacroix Fix axis bounds: the dimensions were reversed.
(edit) @712   9 years rlacroix Cosmetic: Fix some file modes.
(edit) @711   9 years rlacroix Support creating the timeseries automatically. Fields which should be …
(edit) @710   9 years mhnguyen Correcting some conflicts after merging
(edit) @709   9 years mhnguyen Correcting a bug in interpolation domain +) Replace shared send buffer by …
(edit) @708   9 years rlacroix Fix reading files in attached mode.
(edit) @707   9 years rlacroix Append mode: Detect the correct restart point and erase some records if …
(edit) @706   9 years ymipsl Little bug fix on output for strutured grid. YM
(edit) @705   9 years ymipsl Bug fix for unstructured grid output. It was working before only with one …
(edit) @704   9 years rlacroix Fix random communication errors when using the attached mode.
(edit) @702   9 years rlacroix Allow restarting a simulation in append mode with file splitting enabled. …
(edit) @701   9 years rlacroix Fix the append mode after r614.
(edit) @700   9 years rlacroix Registry: Fix the getter/setter methods. - Fix a typo in `void …
(edit) @699   9 years rlacroix Add the Fortran interface for the new "time_counter" file attribute. It …
(edit) @698   9 years ymipsl Minor fix : registry dump is done before stream closing on client side. YM
(edit) @697   9 years ymipsl Implement registryIn and registryOut functionnalities. YM
(edit) @696   9 years ymipsl Implement CRegistry class to manage restart parameters YM
(edit) @695   9 years ymipsl Bug fix in buffer_in.cpp Change attribut "size" by "bufferSize" YM
(edit) @692   9 years rlacroix Add a new file attribute to give our users more control on the time …
(edit) @691   9 years mhnguyen Correcting minor bugs after merging Test +) On Curie +) All tests pass
(edit) @690   9 years mhnguyen Updating some fortran interface Test +) On Curie +) All tests pass
(edit) @689   9 years mhnguyen Modifying the interface of interpolation domain +) Change node name from …
(edit) @688   9 years mhnguyen Integrating remap library into XIOS +) Change name of some files of remap …
(edit) @687   9 years mhnguyen Implementing auto-generate rectilinear domain +) Add a new special …
(edit) @686   9 years rlacroix Use the NetCDF wrapper for inputs for better error checking.
(edit) @685   9 years rlacroix Merge "output" and "input" folders into one "io" folder. Some files were …
(edit) @683   9 years rlacroix Store filter: Fix a copy-paste error.
(edit) @682   9 years rlacroix Improve the error messages when the server receives incoherent events. …
(edit) @681   9 years rlacroix Fix compilation. I forgot to "git add" some changes…
Note: See TracRevisionLog for help on using the revision log.