| Thread Tools | Search this thread |
|---|
| bentomkins | July 19, 2008 3:08 PM PDT Typo in the manual for FORTRAN Pack functions | ||||
I just noticed that there is a typo in the mkl reference manual for the FORTRAN Pack functions: Fortran: call vsPackI( n, a, inca, y ) call vsPackV( n, a, ia, y ) call vsPackM( n, a, ma, y ) call vdPackI( n, a, inca, y ) call vdPackV( n, a, ia, y ) call vdPackM( n, a, ma, y ) // is this not the C interface ?? I presume these should be: Fortran: call vspacki( n, a, inca, y ) call vspackv( n, a, ia, y ) call vspackm( n, a, ma, y ) call vdpacki( n, a, inca, y ) call vdpackv( n, a, ia, y ) call vdpackm( n, a, ma, y ) | |||||
|
|||||||||||||
|
|||||||||||||
|
|||||||||||||
| 4387 users have contributed to 23806 threads and 69073 posts to date. |
|---|
| In the past 24 hours, we have 10 new thread(s) 28 new posts(s), and 37 new user(s). In the past 3 days, the most popular thread for everyone has been OpenMP compile error The post with the most views is Passing slice of array pointer to sub The most posts were made to Please welcome our newest member Zhu Wang (Intel) |