thegooglecodearchive / ddscat

Automatically exported from code.google.com/p/ddscat
0 stars 0 forks source link

Incorrect MPI options in Makefile example 7 #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For ddscat7.1.0_100303 (and in older versions)

There is a discrepancy in the Makefile.
Under example 7, which indicates "no MPI", it has:

MPI.f = $(MPI_f)
MPI.o = $(MPI_o)
DMPI =

For no MPI this should be:

MPI.f = mpi_fake.f90
MPI.o = mpi_fake.o
DMPI =

Original issue reported on code.google.com by dsmith2....@gmail.com on 13 Apr 2010 at 1:32