Skip to content

Zoltan fortran example classicMakefile for use with autotools

James Willenbring requested to merge zoltanFortranAutotools into develop

Created by: kddevin

@trilinos/zoltan An external user asked how to build the F90 example provided in zoltan/example/Fortran, using a standard makefile. This PR adds classicMakefile similar to that in the C examples. The new file archives the makefile that I was able to make work correctly, so I won't have to rediscover it someday for someone else. I tested this makefile on vesper (linux) with an autotools build; all good. This change does not impact any internal users, as they build zoltan without Fortran and with Cmake. In fact, the autotester has nothing to do for this PR. No backward compatibility changes.

Merge request reports