Hi, Am 16.11.2012 um 11:13 schrieb Pierre Lindenbaum:
> I'm very new to SGE , Our sysadmin has just installed the cluster and I'm in > charge to test it: is a normal "Hello World" script working submitted with `qsub`? May be the users/groups are not known on the exechosts - you use LDAP or NIS? -- Reuti > I'm trying to run *qmake* with the simple following Makefile: > > 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 raises an error: > > > qmake -l arch=lx24-amd64 -cwd -v PATH -- -j 4 > sleep 1 > dynamic mode > sleep 2 > dynamic mode > sleep 3 > dynamic mode > sleep 4 > dynamic mode > critical error: can't resolve group > qmake: *** [job3.txt] Error 1 > critical error: can't resolve group > qmake: *** [job2.txt] Error 1 > critical error: can't resolve group > qmake: *** [job1.txt] Error 1 > critical error: can't resolve group > > > > what's wrong ? is it the correct way to run qmake ? > > Many thanks, > > Pierre > > > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
