in VS2008
after install VC++ 2010 redistributable package and Microsoft HPC Pack 2012 for MPI, a link in mpich.org
error LNK2019: unresolved external symbol _MPI_Cart_sub@12 referenced in function
MPI_Cart_sub(...)
MPI_Cart_coords(...)
#include "stdafx.h"
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#include "C:\Program Files\Microsoft HPC Pack 2012\Inc\mpi.h"
↧
error LNK2019: unresolved external symbol _MPI_Cart_sub@12 referenced in function
↧