aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet_testbed_mpi_spawn.c
Commit message (Collapse)AuthorAge
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - distribute peers equally among island nodes on SuperMUCSree Harsha Totakura2013-05-15
|
* - compile warning fixesSree Harsha Totakura2013-05-14
|
* - merge; compare hostname to determine the node to spawn processSree Harsha Totakura2013-05-14
|
* clean the lock fileSree Harsha Totakura2013-03-06
|
* Remove MPI codeSree Harsha Totakura2013-03-06
| | | | | | | | Starts the child process only in one instance (checks for lowest host ip; and that host ensures all instances co-ordinate via explicit lock file creation) Implemented basic ARM-like functionality for dealing with child processes
* finish off with MPI before spawningSree Harsha Totakura2013-03-01
|
* -fixSree Harsha Totakura2013-02-28
|
* not using GNUNET_PROGRAM_run() as it is eating away the trailing command ↵Sree Harsha Totakura2013-02-28
| | | | arguments
* Parsing LoadLeveler allocated hosts and creating testbed hosts from themSree Harsha Totakura2013-02-27
|
* checkpoint saveSree Harsha Totakura2013-02-27