GRADE ===== A Graphical Parallel Programming Environment -------------------------------------------- This file contains a list of known bugs in the GRADE system. Please do not hesitate to contact the following e-mail adresses if you find further problems while using the software: or 1. Sometimes GRADE finds out-of-date mapping file which contains process-host assignments referring to another GRAPNEL application than the actual one. The reason is the wrong naming convention of the map file. 2. In the protocol definition of a port there must not be any space between the type and the startting bracket ('['). Otherwise, GRADE does not save the protocol correctly without any warning. E.g., int [2]; is not allowed currently, the proper definition is: int[2]; 3. The debugger is not a stable version yet. Sometimes it does not starts and therefore the whole environment hangs up. In such a case you must kill all processes (including PVM tasks) by hand. In the Solaris version of GRADE, the debugger cannot finish its work properly (i.e. it cannot quit when the debugged application processes finished) and blocks the system.