Hello Hiro,

See my comments below.

From: Hiroyasu Yasuda [mailto:h...@gs.niigata-u.ac.jp]
Sent: Friday, March 27, 2015 11:34 AM
To: plplot_general
Subject: [Plplot-general] Build Plplot with ifort on OS X

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?

---
It appears that the module files (*.mod) are not located in a directory that 
the compiler is told about, at least when compiling the examples.

I have no access to OSX, so I cannot check where they are located, but could 
you search for them? You must have a file PLPLOT_STR.mod or something similar 
somewhere. I will check the output files you sent later. They may have the clue 
as to what is going on.

Regards,

Arjen

DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.

------------------------------------------------------------------------------
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
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to