CLUMEQ is a super computer available to
McGill
students (though I'm sure any student attending a Canadian university may have access). See details here:
http://www.clumeq.mcgill.ca/
. Unfortunately, it is some what outdated both in terms of software and hardware. However, it is a large parallel system.
Here are some things found out about
CLUMEQ that might help someone who is new to
CLUMEQ (after reading the
CLUMEQ FAQ
).
0) Forget about
CLUMEQ.
WESTGRID's
http://www.westgrid.ca/support/Facilities#head-7d986acf67ff63ef2a2e9d0553cd80bba84c2aa3|glacier
(
http://www.westgrid.ca
) is much bigger and better in almost every single way. See the
WESTGRID wiki.
Note: 2006-05-05
CLUMEQ is about to get a $30,000,000 upgrade. It might be worth compairing the two systems in 2007.\
1) Opening an account is more of a formality than anything. Everyone gets accepted.
2) Matlab is available but only in single processor format.
3) I have made a Matlab script that will take an M-file (whose primary function is to run many identical test cases with different parameters after some setup code at the top of the M-file) and create a queue to submit to the
CLUMEQ queue. See a graphics explanation
here
. See the code here
clumeq.m.
Note: Albert has made a better
launcher file, and it can be found in the
WESTGRID wiki. However, it seems to fail to input jobs into the proper queues of (single/multi/big/clumeq). It doesn't affect the processes.
4) Only 16 single processor processes will be executed at any one time. 12 of which may be yours.
5) The admin, Patrice, if a very useful and responsive. When troubles arise, do email him.
6)
CLUMEQ is woefully under used. So there's alot of time available to each active user. This applies more or less for the general usage of single processors.
7)
CLUMEQ makes 2 files, stdout and errout, after running your job queue file (ie: PBS file). However, the error file sometimes cuts off if Matlab is writing to that error file (unknown why). This makes debugging Matlab sometimes difficult. Beware....
8) I have made a matlab script that will kill all the user queues. Check it out here
qdelall.m. One uses it like this under matlab: qdelall('your_user_name');
Note: Please feel free to edit this page. If something isn't clear, then feel free to email
Albert Law.