Skip to content
Snippets Groups Projects
Commit 5c94ec7e authored by Claudine Bon's avatar Claudine Bon
Browse files

Plugin/Triangulate.cpp
Post/PView.cpp
Post/PViewDataRemote.h : Change for compilation on SunOS

CMakeLists.txt : Change mkl libraries on windows
parent 08dfedba
Branches
Tags
No related merge requests found
...@@ -151,7 +151,7 @@ if(ENABLE_BLAS_LAPACK) ...@@ -151,7 +151,7 @@ if(ENABLE_BLAS_LAPACK)
else(CMAKE_SIZEOF_VOID_P EQUAL 8) else(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(MKL_PATH ia32/lib) set(MKL_PATH ia32/lib)
endif(CMAKE_SIZEOF_VOID_P EQUAL 8) endif(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(MKL_LIBS_REQUIRED libguide mkl_c mkl_intel_c mkl_intel_thread mkl_core) set(MKL_LIBS_REQUIRED libguide40 mkl_intel_c mkl_intel_thread mkl_core)
find_all_libraries(LAPACK_LIBRARIES MKL_LIBS_REQUIRED ${MKL_PATH}) find_all_libraries(LAPACK_LIBRARIES MKL_LIBS_REQUIRED ${MKL_PATH})
if(LAPACK_LIBRARIES) if(LAPACK_LIBRARIES)
set(HAVE_BLAS TRUE) set(HAVE_BLAS TRUE)
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
#include <vector> #include <vector>
#include <stdlib.h>
#include "GModel.h" #include "GModel.h"
#include "discreteFace.h" #include "discreteFace.h"
#include "DivideAndConquer.h" #include "DivideAndConquer.h"
......
...@@ -27,7 +27,7 @@ class PViewDataRemote : public PViewData { ...@@ -27,7 +27,7 @@ class PViewDataRemote : public PViewData {
_time.push_back(time); _time.push_back(time);
} }
~PViewDataRemote(){} ~PViewDataRemote(){}
bool finalize(){} bool finalize(){ return false;}
int getNumTimeSteps(){ return _numTimeSteps; } int getNumTimeSteps(){ return _numTimeSteps; }
double getMin(int step=-1){ return _min; } double getMin(int step=-1){ return _min; }
double getMax(int step=-1){ return _max; } double getMax(int step=-1){ return _max; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment