sandialabs / CACTUS

CACTUS (Code for Axial and Cross-flow TUrbine Simulation) is a turbine performance simulation code, based on a free wake vortex method, to study wind turbines and marine hydrokinetic (MHK) devices.
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

PGI Fortran doesn't compile nicely #6

Closed whophil closed 4 years ago

whophil commented 8 years ago

Issue by whophil Wednesday Sep 09, 2015 at 15:54 GMT Originally opened as https://github.com/whophil/CACTUS-SNL/issues/17


The code doesn't compile nicely with PGI Fortran. There are some problems with lines that exceed the maximum allowable length (264 chars). In addition, the PGI Fortran Makefile isn't MPI-enabled, nor does it generate the Git version -DVERSION variable.

whophil commented 4 years ago

Fixed with #18