Re: [Numpy-discussion] F2PY problems with PGI compilers

2017-08-14 Thread Ralf Gommers
On Tue, Aug 15, 2017 at 2: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)

Re: [Numpy-discussion] F2PY problems with PGI compilers

2017-08-14 Thread Jeff Layton
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). That's not th

Re: [Numpy-discussion] F2PY problems with PGI compilers

2017-08-14 Thread Jeff Layton
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 borked unle

Re: [Numpy-discussion] F2PY problems with PGI compilers

2017-08-14 Thread Jeff Layton
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

Re: [Numpy-discussion] F2PY problems with PGI compilers

2017-08-14 Thread Pauli Virtanen
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 > borked unless you use the defaults (gcc). > > > That's not the case. Here is an example when using t

Re: [Numpy-discussion] F2PY problems with PGI compilers

2017-08-14 Thread Ralf Gommers
On Mon, Aug 14, 2017 at 7:24 AM, Jeff Layton wrote: > +SciPy list > > > > On Sat, Aug 5, 2017 at 7:24 AM, Jeff Layton 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

Re: [Numpy-discussion] F2PY problems with PGI compilers

2017-08-13 Thread Jeff Layton
+SciPy list On Sat, Aug 5, 2017 at 7:24 AM, Jeff Layton > 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 Python 2.7.13 and F2PY 2. Th

Re: [Numpy-discussion] F2PY problems with PGI compilers

2017-08-11 Thread Ralf Gommers
On Sat, Aug 5, 2017 at 7:24 AM, Jeff Layton 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 Python 2.7.13 and F2PY 2. The command line I'm > using is, > > > f2py --compil

[Numpy-discussion] F2PY problems with PGI compilers

2017-08-04 Thread Jeff Layton
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