Newbie again with a qmake question. I have several analysis jobs that I run with qmake (each rule processes data and generates some output file). Some of my makefiles have all explicit rules, and they run fine in dynamic allocation mode. But a couple newer makefiles use a couple implicit rules, and it does run on our cluster, but only one target at a time.

The syntax I'm using is:

$ qmake -V -cwd -- -f Makefile -j 20 --keep-going

I've already tried running with make instead, and it uses as many threads as I tell it. Any ideas? I'll try to work up a simplified test makefile.

--
Andrew Joplin


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to