source: XIOS/trunk/src/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @775   8 years mhnguyen Implementing the reading of attributes of an axis from a file +) 3d grid …
(edit) @755   8 years rlacroix test_new_features: Fix random errors caused by an uninitialized variable.
(edit) @742   9 years mhnguyen Implement direct transformation with domain_ref and axis_ref +) Add a new …
(edit) @734   9 years mhnguyen Correcting a bug concerning the range of longitude and latitude of …
(edit) @723   9 years rlacroix test_client.f90: Revert r720. Revert back to the old domain size to fix …
(edit) @721   9 years mhnguyen Templated version of distributed hashed table +) Implement DHT in more …
(edit) @720   9 years mhnguyen First implementation of hierarchical distributed hashed table +) …
(edit) @715   9 years mhnguyen Temporary modification of auto-generate domain. This should be changed to …
(edit) @709   9 years mhnguyen Correcting a bug in interpolation domain +) Replace shared send buffer by …
(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) @673   9 years rlacroix test_remap.f90: Fix compilation with GNU Fortran compiler.
(edit) @668   9 years mhnguyen Implementing some code factoring +) Replace some slow searching function …
(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) @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) @655   9 years rlacroix Properly release all MPI resources.
(edit) @654   9 years rlacroix Tests: Explicitly deallocate arrays for cleaner Valgrind output.
(edit) @633   9 years mhnguyen Correcting value written on an distributed axis +) Seperate writing value …
(edit) @631   9 years mhnguyen Implementing zooming on a domain +) Add algorithm to do zooming on a …
(edit) @630   9 years mhnguyen Implementing interpolation (polynomial) and correct some bugs +) …
(edit) @627   9 years rlacroix Fix compilation with GNU compilers
(edit) @624   9 years mhnguyen Final tests of zoom and inverse on axis +) Modify test_client and …
(edit) @623   9 years mhnguyen Implementing transformation algorithm: zoom axis (local commit) +) …
(edit) @621   9 years mhnguyen Implementing generic transformation algorithm (local commit) +) Change a …
(edit) @620   9 years mhnguyen Implementing generic transformation algorithm (local commit) +) Implement …
(edit) @619   9 years mhnguyen Implementing the first prototype of filter +) Create new class filter +) …
(edit) @591   9 years rlacroix Remove leftovers from the XMLIO age.
(edit) @587   9 years mhnguyen Correcting some issues because of merging code +) Correct Fortran …
(edit) @586   9 years mhnguyen Fixing some bugs on writting non-distributed data +) Implement scalar …
(edit) @576   9 years rlacroix Fix compilation with PGI for the development version of XIOS 2.0 - …
(edit) @569   9 years mhnguyen Correct some bugs on discovering server index and do some code cleanings …
(edit) @567   9 years mhnguyen Implementing a grid formed by only one axis or group of axis +) Add …
(edit) @565   9 years rlacroix Modify test_complete so that zoom is actually tested. Note that the trunk …
(edit) @557   9 years mhnguyen Fixing a bug on calculating global index of band distribution +) Correct …
(edit) @554   9 years mhnguyen Changing interface of tests to make sure global index begins at zero (0) …
(edit) @553   9 years mhnguyen Seperating global index computation on client and server side +) Create a …
(edit) @551   9 years mhnguyen Redesigning grid structure +) Add an intermediate class to calculate …
(edit) @550   9 years rlacroix Add a new user defined calendar type. A new calendar type "user_defined" …
(edit) @549   9 years rlacroix Revised calendar functionalities: - the calendar is now configured from …
(edit) @545   9 years rlacroix Expose the calendar operations through the Fortran interface. - Add …
(edit) @543   9 years rlacroix Fix: test_client was not compiled anymore after test_new_features was …
(edit) @542   9 years mhnguyen Modifying some codes to compromise with the new type of xios and do some …
(edit) @541   9 years mhnguyen Replacing some attribute files with new ones
(edit) @540   9 years mhnguyen Reorganizing structure of grid +) Grid doesn't have domain_ref and …
(edit) @537   9 years rlacroix Add a new attribute type for durations and use it for the context's …
(edit) @532   9 years rlacroix Add a new attribute type for dates and use it for the context's start_date …
(edit) @510   9 years mhnguyen Implementing buffer-size automatic detection in mode connected …
(edit) @501   10 years ymipsl Add licence copyright to all file ond directory src using the command : …
(edit) @489   10 years mhnguyen Ticket 50: Implementing the getting/setting methods for Fortran interface …
(edit) @487   10 years aclsce Small bug fixed in test sources
(edit) @486   10 years aclsce Added complete test sources and xml files.
(edit) @468   10 years ymipsl Add new executable file for testing unstructured grid based on a reduce …
(edit) @462   10 years ymipsl Enhancement : - Improving error message occuring along the xml parsing : …
(edit) @455   10 years aclsce Modifed test_client : use of local communicator (instead of COMM_WORLD)
(edit) @452   10 years aclsce Modified to have test_client.exe which fits with iodef.xml input file.
(edit) @449   11 years ymipsl Add unstructured grid management. YM
(edit) @432   11 years ymipsl Enhancement : Add fortran interface to know if an attribute is set or not …
(edit) @384   11 years ymipsl Cartesian/Regular? grid are now working correctly. YM
(edit) @382   11 years ymipsl embed MPI header to avoid some porting problem YM
(edit) @374   12 years aclsce - Created test_client (from test_cs) to have test_client and xios_server …
(edit) @369   12 years ymipsl Major Update - redesign Type and attribute manipulation - add enumerate …
(edit) @352   12 years ymipsl
(edit) @351   12 years ymipsl Add zoom functionnality on vertical axis YM
(edit) @349   12 years ymipsl Add wait subroutine in fortran to simulate some active work from clients. …
(edit) @347   12 years ymipsl - Supress lot of shared_ptr - instrument code for vampir-trace and timer …
(edit) @346   12 years ymipsl Suppress access to CObjectFactory class and CTreeManager. YM
(edit) @343   12 years ymipsl remove "date" namespace ym
(edit) @342   12 years ymipsl suppress ym related element YM
(edit) @335   12 years ymipsl Change namespace xmlioserver -> xios YM
(edit) @334   12 years ymipsl - Add new attribut : time_origin for time axis origin which appear in …
(edit) @327   12 years ymipsl port to gfortran/g++ YM
(edit) @316   12 years ymipsl - Change date format : dd/mm/yyyy-hh:mm:ss becomes yyyy-mm-dd hh:mm:ss - …
(edit) @313   12 years ymipsl Fortran attribut interface are now automaticaly generated. Add get …
(edit) @310   12 years ymipsl Add xios_field_is_active functionnality YM
(edit) @309   12 years ymipsl nettoyage.. YM
(copy) @306   12 years ymipsl Transfert dev/common vers trunk YM
copied from XIOS/dev/common/src/test:
(copy) @302   12 years ymipsl XMLIOSERVER devient XIOS !! YM
Note: See TracRevisionLog for help on using the revision log.