Guidelines for Submitting Codes to ScaLAPACK
- Program in ScaLAPACK coding style
- Author responsible for producing all appropriate precisions. Can use
any method author wishes to accomplish this, as long as the final code
looks as if it has been typed by and for humans.
- Can write all precisions by hand.
- Can use extract3.0 (UT people mostly use this)
- Can use TOOLPACK
- etc.
- If you modify a presently existing routine for your own use, you must
rename it.
- If you update a precision of a particular code, you must update all
appropriate precisions of that code so that they stay in sync.
- See Ken Stanley's informal guide to writing ScaLAPACK code for further ideas
and hints.