Re: [mpiwg-tools] PMPI and sessions init
Am 06.11.20 um 00:39 schrieb Martin Schulz:
PS: what do you mean with the environment variable in this scenario?
By making the MPI library load all tools before initialization completes, the ordering of library constructors is no longer important and we can be sure, that all tools can register themselves in time. I played a bit around: https://github.com/jprotze/toolload The tool is dynamically linked into the application, but the constructor would be called after the test library initializes the api. In this case, the env variable ensures that the tool can register in time. Best Joachim -- Dipl.-Inf. Joachim Protze IT Center Group: High Performance Computing Division: Computational Science and Engineering RWTH Aachen University Seffenter Weg 23 D 52074 Aachen (Germany) Tel: +49 241 80- 24765 Fax: +49 241 80-624765 [email protected] www.itc.rwth-aachen.de
participants (1)
-
Joachim Protze