From 4386f90cfe1e304081826e0d24b191dd29cfeb8c Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Fri, 10 Jun 2016 15:15:17 +0100
Subject: [PATCH] Add a note about using the MPICC variable to define the MPI
 compiler command.

---
 INSTALL.swift | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/INSTALL.swift b/INSTALL.swift
index a4a2a9208c..bd49dfffd6 100644
--- a/INSTALL.swift
+++ b/INSTALL.swift
@@ -88,6 +88,9 @@ Before running configure the "mpirun" command should be available in the
 shell. If your command isn't called "mpirun" then define the "MPIRUN"
 environment variable, either in the shell or when running configure.
 
+The MPI compiler can be controlled using the MPICC variable, much like
+the CC one. Use this when your MPI compiler has a none-standard name.
+
 
 METIS: a build of the METIS library can be optionally used to optimize the
 load between MPI nodes (requires an MPI library). This should be found in
-- 
GitLab