On 08/14/2017 10:19 AM, Jeff Layton wrote:
On 08/14/2017 03:51 AM, Ralf Gommers wrote:
I'm definitely at a lose here. I have no idea how to make F2PY
work with the PGI compilers. I'm beginning to think F2PY is
completely borked unless you use the defaults (gcc).
On 08/14/2017 10:27 AM, Jeff Layton wrote:
On 08/14/2017 04:05 AM, Pauli Virtanen wrote:
Ralf Gommers kirjoitti 14.08.2017 klo 09:51:
I'm definitely at a lose here. I have no idea how to make F2PY
work
with the PGI compilers. I'm beginning to think F2PY is completely
On 08/14/2017 03:51 AM, Ralf Gommers wrote:
I'm definitely at a lose here. I have no idea how to make F2PY
work with the PGI compilers. I'm beginning to think F2PY is
completely borked unless you use the defaults (gcc).
That's not the case. Here is an example when using the In
+SciPy list
On Sat, Aug 5, 2017 at 7:24 AM, Jeff Layton <mailto:layto...@att.net>> wrote:
Good afternoon!
I'm trying to build a Python module using F2PY on a simple Fortran
code using the PGI 17.4 community compilers.
I'm using Conda 4.3.21 with Pytho
Good afternoon!
I'm trying to build a Python module using F2PY on a simple Fortran code
using the PGI 17.4 community compilers.
I'm using Conda 4.3.21 with Python 2.7.13 and F2PY 2. The command line
I'm using is,
f2py --compiler=pg --fcompiler=pg -c -m mdevice mdevice.f90
The output from