File: yorick-mpy-mpich2.README.Debian

package info (click to toggle)
yorick 2.2.03%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,620 kB
  • ctags: 9,317
  • sloc: ansic: 85,521; sh: 1,665; cpp: 1,282; lisp: 1,234; makefile: 1,034; fortran: 19
file content (28 lines) | stat: -rw-r--r-- 785 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Message Passing Yorick package for Debian
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This package is built against the MPICH2 implementation of the Message
Passing Interface (MPI).

A test script is provided in
/usr/share/doc/yorick-mpy-common/examples/.

To run it, you must first start the mpd daemon. After having created a
mpd.conf file (see man mpd), run
 mpd&

Then copy, unzip and run the script:
 cp /usr/share/doc/yorick-mpy-common/examples/testmp.i.gz ./
 gunzip testmp.i.gz
 mpirun -np 4 mpy.mpich2 -j testmp.i

Then, at the mpy command prompt:
> testmp
> quit

You can test with other values of the -np parameter above, see man
mpirun.

See the yorick and mpy manpages for more details.

 -- Thibaut Paumard <paumard@users.sourceforge.net>, Tue, 23 Mar 2010 16:22:52 +0100