File: gread_temperature.ch

package info (click to toggle)
adios 1.13.1-31
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,692 kB
  • sloc: ansic: 133,236; f90: 8,791; sh: 7,779; python: 7,648; xml: 3,793; makefile: 2,996; cpp: 2,340; java: 626; sed: 16; perl: 8
file content (4 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (3)
1
2
3
4
s = adios_selection_writeblock (rank);
adios_schedule_read (fp, s, "temperature", 0, 1, t);
adios_perform_reads (fp, 1);
adios_selection_delete (s);