We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49d1b4 commit 072a427Copy full SHA for 072a427
install_oof3d.md
@@ -0,0 +1,11 @@
1
+- Edit SRC/common/DIR.py and delete pixelsetboundary.C and .H
2
+- Edit SRC/common/IO/GUI/DIR.py for non detected source files
3
+- Edit SRC/common/tostrring.h, SRC/engine/cskeleton2.h, SRC/SWIG3D/engine/fieldindexcmodule.C, <strstream.h> into <strstream>
4
+- Requires python2.7 with pygtk support
5
+
6
+### export MKLROOT=/opt/intel/18.0/mkl
7
+### export LD_LIBRARY_PATH+=:/opt/intel/18.0/mkl/lib/intel64
8
+### python setup.py build --blas-link-args="-fopenmp -I${MKLROOT}/include -L${MKLROOT}/lib/intel64 -lmkl_gf_lp64 -lmkl_gnu_thread -ldl" --blas-libraries="mkl_core" --enable-openmp --3D --vtkdir=/opt/vtk/5.10.1_gcc447
9
+- Disable blas test
10
+### python setup.py install --prefix=/opt/oof3d/3.1.2 --enable-openmp --3D --vtkdir=/opt/vtk/5.10.1_gcc447
11
+- In environmental variables, PYTHONPATH as $APP_ROOT/lib/python2.7/site-packages:/opt/oof3d/3.1.2/lib/python2.7/site-packages
0 commit comments