Skip to content

Commit 072a427

Browse files
authoredJul 13, 2018
installing oof3d
Installation steps of oof3d using Python2, VTK 5.10.1, MKL library for Blas/Lapack
1 parent c49d1b4 commit 072a427

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎install_oof3d.md

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.