source: XIOS

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @738   8 years rlacroix CBufferIn: Fix erratic behavior caused by the use of an initialized …
(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) @722   8 years mhnguyen Revert iodef.xml to work with trusting test on Curie Test +) On Curie +) …
(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) @714   8 years rlacroix Update the reference doc to account for my recent changes. Also fixe some …
(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) @703   9 years rlacroix XIOS 1.0: Add the Fortran interface for the new "time_counter" file …
(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) @694   9 years rlacroix Fix compilation issues caused by the new "remap" library. Use our MPI …
(edit) @693   9 years rlacroix Fix compilation of test_unstruct_complete with GNU compilers.
(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) @684   9 years rlacroix User guide: Add new sections about files and fields.
(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…
(edit) @680   9 years rlacroix Rephrase some error messages so that they are clearer.
(edit) @679   9 years rlacroix Improve the error messages for axis and domains. - Fix some errors in …
(edit) @678   9 years rlacroix Relax some checks on domain attributes to allow empty local domains.
(edit) @677   9 years rlacroix Fix array attributes to be able to distinguish between empty arrays and …
(edit) @676   9 years rlacroix Add support for indexed output. If the new field attribute …
(edit) @675   9 years rlacroix Fix mask for domains after r664. Using 2D mask caused an incorrect error …
(edit) @674   9 years rlacroix Fix Fortran interface generation to avoid generating long lines. Long …
(edit) @673   9 years rlacroix test_remap.f90: Fix compilation with GNU Fortran compiler.
(edit) @672   9 years rlacroix generate_interface_impl.hpp: Remove old code.
(edit) @671   9 years rlacroix Avoid using C++11 feature for now.
(edit) @670   9 years rlacroix Fix index computation for distributed axis. Typo in r667.
(edit) @669   9 years mhnguyen Updating user document
(edit) @668   9 years mhnguyen Implementing some code factoring +) Replace some slow searching function …
(edit) @667   9 years mhnguyen Clearing some redundant codes and add some comments Test No
(edit) @666   9 years mhnguyen Change name of several axis attributes and remove some redundant variable …
(edit) @665   9 years mhnguyen Changing longitude and latitude (as well as their bounds) be optional +) …
(edit) @664   9 years mhnguyen Changing some domain attributes +) Longitude and latitude from now on can …
(edit) @663   9 years mhnguyen Correcting minor bugs on processing domain transformation +) Correct …
(edit) @662   9 years aclsce Modified arch config file on Ada IDRIS in order to compile new test_remap …
(edit) @661   9 years rlacroix Fix compilation with GNU compilers.
(edit) @660   9 years mhnguyen Adding interpolation test_remap +) Add new test case for domain …
(edit) @659   9 years rlacroix Fix compilation with GNU compilers.
(edit) @658   9 years mhnguyen Some minor corrections after merge Test +) On Curie +) All tests: …
(edit) @657   9 years mhnguyen Making changes in domain to make sure unstructed grid work with new method …
(edit) @656   9 years rlacroix Grid: Release all allocated memory.
(edit) @655   9 years rlacroix Properly release all MPI resources.
(edit) @654   9 years rlacroix Tests: Explicitly deallocate arrays for cleaner Valgrind output.
(edit) @653   9 years rlacroix Distributions and transformations: Avoid using heap allocations.
(edit) @652   9 years rlacroix Timer: Avoid using heap allocations.
(edit) @651   9 years rlacroix Field: Avoid some heap allocations.
(edit) @650   9 years rlacroix Grid: Avoid some heap allocations and do various cleanups.
Note: See TracRevisionLog for help on using the revision log.