SGE: invoking qmake raises "critical error: can't resolve group"
- by Pierre
I'm new to SGE an I'm trying to run qmake with the simple following Makefile with our very new cluster:
merge.txt: job1.txt job2.txt job3.txt ...
cat $^ > $@
job1.txt:
sleep 1
echo "Hello From " $@ > $@
sleep 1
job2.txt:
sleep 2
echo "Hello From " $@ > $@
sleep 2
job3.txt:
(...)
the following command…