-
Re: nohup option on linux platforms
Hi
I have a similar issue when trying to run FEFlow on a Windows based cluster.
A workaround is to pick a compute node, manually launch multiple Exceed X11services (i.e. as different displays) via RDP to that compute node and to get each FEFlow instance to use a different display.
For example, on the compute node first initiate exceed and specify the display number
...\exceed.exe -d 11
etc
then launch feflow on that node in a batch job that must end up on that same compute node.
...\feflow.exe -run -display localhost:11 -work %SCRATCH% -dac test.dac -exit test.fem -hide
etc
It is not quite a batch mode available for FEFlow but it works on a cluster that is not too busy.
Thanks
David