Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8bc688b6 authored by THIBAULT Samuel's avatar THIBAULT Samuel
Browse files

Reset optind to 1 before parsing options

Normally the system is already doing this for us. In the MPI simgrid
execution case, however, depending on the enabled optimizations for memory,
libc may not be privatized, to save the memory that would be needed for its
duplication, and to avoid the potential headaches brought by several libcs
running in the same process. The first process would then inrease optind,
and other processes would start with optind already increased.
parent 69e80e93
No related branches found
No related tags found
1 merge request!56Reset optind to 1 before parsing options
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment