Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
1a4d973bd73e3df0b7a0ce425e4c5c29f1cba496
[simgrid.git] / docs / manpages / smpicxx.1
1 .TH smpicxx 1
2 .SH NAME
3 smpicxx \- SMPI C++ wrapper compiler
4 .SH SYNOPSIS
5 smpicxx …
6 .SH DESCRIPTION
7 smpicxx is a wrapper around the C++ compiler defined when building SimGrid, adding the right flags in order to use the SimGrid library and SMPI, the MPI implementation within it. Most of the arguments filled to smpicxx will be passed to the underlying compiler directly, except for \fB\-\-version\fR which gives the SimGrid library version, and \fB\-\-compiler-version\fR which gives the C++ compiler version. Please refer to the latter documentation in case of trouble.
8 .SH ENVIRONMENT VARIABLES
9 All environment variables taken into account by the underlying compiler will be used by it, but note that the compiler can not be modified.
10 .SH AUTHORS
11 The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
12 .SH COPYRIGHT AND LICENCE
13 Copyright (c) 2014-2020. 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 .BR smpirun (1),
18 .BR smpicc (1),
19 .BR smpiff (1),
20 .BR smpif90 (1)