Re: g_spawn_sync and child PID

2014-03-16 Thread Allin Cottrell
On Sat, 15 Mar 2014, Colomban Wendling wrote: Le 15/03/2014 21:19, Allin Cottrell a écrit : I'm reasonably familiar with the usage of both g_spawn_sync and g_spawn_async, but recently I've found myself wanting to do domething that seems to fall between the two and I can't quite work out how to

Re: g_spawn_sync and child PID

2014-03-15 Thread Colomban Wendling
Le 15/03/2014 21:19, Allin Cottrell a écrit : > I'm reasonably familiar with the usage of both g_spawn_sync and > g_spawn_async, but recently I've found myself wanting to do domething > that seems to fall between the two and I can't quite work out how to do it. > > Here's the task: I want to spawn

g_spawn_sync and child PID

2014-03-15 Thread Allin Cottrell
I'm reasonably familiar with the usage of both g_spawn_sync and g_spawn_async, but recently I've found myself wanting to do domething that seems to fall between the two and I can't quite work out how to do it. Here's the task: I want to spawn an mpiexec process from my GTK app and, assuming al