Cluster Grid

Font Size

SCREEN

Layout

Menu Style

Cpanel

How to submit and view the output of jobs from a Makefile

Usually this little bit of code should be handy. You can submit a job, say hello_world from the makefile,and you can also track the job and see its output.

This code is available on fep.grid.pub.ro in /srv/ncitCluster/examples/BasicMPI_Makefile.

Read more:

How to modify queue configuration from the command line

You can usually administer the SGE through qmon. The problem is that you do not always have acces to X, and when you do have acces, you require special fonts.

For changing queue configurations from the command line, SGE gives you two posibilities: commands that runĀ  a native editor and you cand edit them through a console and commands that take the modifications from a file.

For example we wish to modify the ibm-quad queue and eliminate the cpu limitations.

[heri@batch ~]$ qconf -mq ibm-quad
This email address is being protected from spambots. You need JavaScript enabled to view it. modified "ibm-quad" in cluster queue list

This command shows you an editor with all options. The alternative command, would be -Mq

		

Read more: