summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/mdset.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26547] Merged changes from the trunk into the branch:Scot Breitenfeld2015-03-231-1/+1
| | | | | | svn merge -r26029:26536 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: h5committest
* [svn-r26314] Brought autotools related changes from the trunk to the branch, ↵Scot Breitenfeld2015-02-261-1/+1
| | | | r26188 r26280
* [svn-r25027] Merged changes from the trunk to the branch,Scot Breitenfeld2014-04-121-1/+2
| | | | | | svn merge -r24929:25009 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran tested: jam (gnu)
* [svn-r18198] Description:Quincey Koziol2010-01-301-13/+13
| | | | | | | | | Trim trailing whitespace from source code files, with following command: find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//' Tested on: None - eyeballed only
* [svn-r15062] Description:Scot Breitenfeld2008-05-211-245/+242
| | | | | | | | | Removed extra MPI calls in subroutine by just passing MPI variables into subroutines. Added checks for MPI errors. Cleaned-up formatting.
* [svn-r13256] Updated fortran source code with new THG copyright.Albert Cheng2007-02-071-2/+3
| | | | Tested: kagiso.
* [svn-r10793] Purpose:Pedro Vicente Nunes2005-05-231-0/+320
new fortran parallel test Description: added a test that writes and reads several datasets Solution: Platforms tested: linux (intel compiler, tungsten) AIX (copper) Misc. update: