fixes
This commit is contained in:
parent
f30d99cb2f
commit
dce3c2b430
4 changed files with 21 additions and 8 deletions
|
@ -40,7 +40,7 @@
|
|||
#endif
|
||||
|
||||
#include "sharp_announce.h"
|
||||
#include "sharp_vecutil.h"
|
||||
#include "sharp_core.h"
|
||||
|
||||
static void OpenMP_status(void)
|
||||
{
|
||||
|
@ -70,7 +70,7 @@ static void MPI_status(void)
|
|||
}
|
||||
|
||||
static void vecmath_status(void)
|
||||
{ printf("Supported vector length: %d\n",VLEN); }
|
||||
{ printf("Supported vector length: %d\n",sharp_veclen()); }
|
||||
|
||||
void sharp_announce (const char *name)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue