~ubuntu-branches/debian/stretch/adios/stretch

« back to all changes in this revision

Viewing changes to src/core/adiosf_write_mod.f90

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140616230638-5a0z7ylxx8i0edrg
Tags: 1.7.0-1
* New upstream release.
* Add adios.pc pkgconfig file. adios_config now uses this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
            integer,        intent(out) :: err
26
26
        end subroutine
27
27
 
28
 
        subroutine adios_init_noxml_withcomm (comm, err)
 
28
        subroutine adios_init_noxml (comm, err)
29
29
            implicit none
30
30
            integer,        intent(in)  :: comm
31
31
            integer,        intent(out) :: err
122
122
            integer*8,      intent(out) :: id
123
123
        end subroutine
124
124
 
 
125
        subroutine adios_set_transform (var_id, transform_method, err)
 
126
            implicit none
 
127
            integer*8,      intent(in)  :: var_id
 
128
            character(*),   intent(in)  :: transform_method
 
129
            integer,        intent(out) :: err
 
130
        end subroutine
 
131
 
125
132
        subroutine adios_define_attribute (group_id, attrname, path, attrtype, value, varname, err)
126
133
            implicit none
127
134
            integer*8,      intent(in)  :: group_id