mdolab / idwarp

IDWarp is a mesh warping package for the MACH framework.
Other
17 stars 29 forks source link

Updating config files to use the more modern wrappers #58

Closed eirikurj closed 3 years ago

eirikurj commented 3 years ago

Purpose

Updates the compilers wrappers used. Now the more modern fortran mpi compiler wrapper mpifort used instead of the mpif90, see here for GNU and similarly for Intel mpiifort, see here

Type of change

What types of change is it? Select the appropriate type(s) that describe this PR

Testing

Tested on c7-intel-impi-latest and u20-gcc-ompi-latest

Checklist

Put an x in the boxes that apply.

codecov[bot] commented 3 years ago

Codecov Report

Merging #58 (499749a) into master (834f8ae) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #58   +/-   ##
=======================================
  Coverage   46.13%   46.13%           
=======================================
  Files           6        6           
  Lines         776      776           
=======================================
  Hits          358      358           
  Misses        418      418           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 834f8ae...499749a. Read the comment docs.

eirikurj commented 3 years ago

There should be no issues with TACC as the mpifort and mpif90 are the same wrapper. The build and tests also pass on TACC image.