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
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
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