Skip to content

Commit

Permalink
spelling...
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSimpson committed Jun 29, 2015
1 parent d7b0824 commit 6e1edbc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ $ make
$ make install
```
Inside of `/path/to/install` a `bin` directory will be created containing the `wraprun` scripts and a `lib` directory will be created containing `libsplit.so`. The `WRAPRUN_PRELOAD` environment variable must be correctly set to point to `libsplit.so` and in the case of fortran applications `libfmpich.so` at runtime.
e.g. `WRAPRUN_PRELOAD=/path/to/install/lib/libsplit.so:/path/to/mpi_install/lib/libfmpich.so`

On some systems libfmpich has a programming environment specific suffix that must be taken into account:
e.g. `WRAPRUN_PRELOAD=/path/to/install/lib/libsplit.so:/path/to/mpi_install/lib/libfmpich_pgi.so`

## To run:
Assuming that the module file created by the Smithy formula is used, or a similar one create, running looks as such.
Assuming that the module file created by the Smithy formula is used, or a similar one created, running looks as such.

```
$ module load wraprun
$ wraprun -n 80 ./foo.out : -n 160 ./bar.out ...
```
Note that each executable requires

In addition to the standard process placement flags available to aprun the `--w-cd` flag can be set to change the current working directory for each executable:
```
Expand Down

0 comments on commit 6e1edbc

Please sign in to comment.