我處理塊對角矩陣(每個塊具有相同的尺寸),並且我有一個illegal address error當我使用private動態分配的2D陣列... // NB is the number of block
// N is the block size
// A is the main matrix (block diagonal)
double** B; // a block
B = new
我想並行化一個簡單的mandelbrot c程序,但我得到這個錯誤,不包括acc例程信息。另外,我不確定是否應該將數據複製到並行部分。 PS我對並行編程相對來說比較新,所以任何有關學習它的建議都會很感激。 (警告編譯時) PGC-S-0155-Procedures called in a compute region must have acc routine information: fwrit