Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
2a79ffe62c1ab202c905bd2608f7dd79e92cd892
[simgrid.git] / doc / manpage / smpicc.1
1 .TH smpicc 1
2 .SH NAME
3 smpicc \- SMPI C wrapper compiler
4 .SH SYNOPSIS
5 smpicc …
6 .SH DESCRIPTION
7 smpicc is just a wrapper around the compiler used to build simgrid, adding the right flags in order to use the simgrid library and SMPI, the MPI implementation within it. Any arguments filled to smpicc will be passed to the underlying compiler directly, of which the \fB\-\-version\fR argument should give the name and the version. Please refer to its documentation in case of trouble.
8 .SH ENVIRONMENT VARIABLES
9 All environment variables taken into account by the compiler will be used, but note that setting CC has no effect.
10 .SH AUTHORS
11 The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
12 .SH COPYRIGHT AND LICENCE
13 Copyright (c) 2014. The SimGrid Team. All rights reserved.
14
15 This program is free software; you may redistribute it and/or modify it under the terms of GNU LGPL (v2.1) license.
16 .SH SEE ALSO
17 .B smpirun\fR(1)