Hello all I’ve tried to build plplot with ifort on OS X as below follows:
export CC="gcc -O2" export CXX="g++ -O2" export FC=“ifort -O2" cmake -DCMAKE_INSTALL_PREFIX=~/Desktop/plplot_ifort -DENABLE_tcl=OFF -DENABLE_tk=OFF -DENABLE_python=OFF -DENABLE_qt=OFF -DENABLE_java=OFF -DENABLE_lua=OFF -DENABLE_wxwidgets=OFF .. make make install Actually processes of build and install are seemingly success according to attached cmake.t, make.t and make.install.t. However when build example codes of f95 in share/plplot5.10.0/examples/f95, build process stopped with as below error messages: x00f.f90(24): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PLPLOT_STR] If latest plplot support the ifort as fortran compilers, would you like to tell me a way to build plplot with ifort? Sincerely, Hiro .´ ̄`. : (` : `. `´ : `・--´
cmake.t
Description: Binary data
make.install.t
Description: Binary data
make.t
Description: Binary data
------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________ Plplot-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-general
