~ubuntu-branches/ubuntu/vivid/adios/vivid-proposed

« back to all changes in this revision

Viewing changes to examples/C/schema/tri2d.readme

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (15.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140616230638-cxryhot6b8ge32l6
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:
22
22
1. Run the writer 
23
23
=================
24
24
$ mpirun -np 12 ./tri2d 4 3
 
25
or
 
26
$ mpirun -np 12 ./tri2d_noxml 4 3
25
27
 
26
28
2. Check the output
27
29
===================