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.
_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org sponsored by Penguin Computing
To change your subscription (digest mode or unsubscribe) visit
http://www.beowulf.org/mailman/listinfo/beowulf