Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

[Beowulf] METIS Partitioning within program

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

Mark Hahn hahn at mcmaster.ca
Mon Aug 17 09:05:59 PDT 2009


>> For my parallel code to run, I first make grid partitioning on command line
>> then for running the parallel code I give hard-code the path of
>> METIS-partition files. It is very cumbersome if I need to run code with
>> different grids and for different -np value. Please tell me how to call

this sort of thing is not uncommon - I normally recommend that the user
submit a script which does the setup step, then mpirun's the parallel code.
this wastes some cycles (the setup is normally serial, so wastes n-1 cpus
for that duration.)  alternatively, submitting a serial setup job followed 
by a (dependent) parallel job makes sense but incurs more queue time.



More information about the Beowulf mailing list