Hi, Am 16.01.2013 um 15:50 schrieb Pierre Lindenbaum:
> I've got a few questions related to the use of 'qmake -j N ...' > > - What's the best way to run qmake as a daemon ? What do you mean by "run qmake as a daemon" - something like http://cruisecontrol.sourceforge.net/ or http://hudson-ci.org/ for permanent integration testing? Maybe it's possible to use `qmake` under one of them. > How can I log the message of error to see if a target as failed ? is there > any equivalent of qsub "script.e[0-10]+" files ? How did you submit the job? > - How should I kill qmake ? I currently use a simple Ctrl-C . Will SGE kill > the running processes of the Makefile ? It doesn't quit after the compilation finished? > - How can I only see the processes from my Makefile with qstat ? You can use a custom string as jobname like mentioned here: http://gridengine.org/pipermail/users/2012-June/003768.html and grep the `qstat` output. > - qmake doesn't support the $(eval ...) function: am I right ? What do you observe in detail? Something like: ifeq ($(CC),tt) @echo Yes else @echo No endif is working. -- Reuti > > Thank you for your help, > > Pierre L > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
