From 253f0fcd910f617c8f2b3626bb030785a4976ad3 Mon Sep 17 00:00:00 2001 From: kpsmithjr Date: Thu, 16 Nov 2023 17:56:54 -0600 Subject: [PATCH] Update mpi binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fbd8bc..5cc2ca1 100755 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #--------------------------------------------------------------------------------------------------- # Compiler selection #--------------------------------------------------------------------------------------------------- -MPICXX = /usr/local/bin/mpicxx +MPICXX = mpicxx CXX = g++ #---------------------------------------------------------------------------------------------------