From 249ade18d001e2a37005454c5a31863217614cf1 Mon Sep 17 00:00:00 2001 From: Jason Wang <wangr1@ornl.gov> Date: Thu, 23 Feb 2017 22:10:00 -0500 Subject: [PATCH] DataMan integrated successfully --- Makefile | 2 +- examples/hello/datamanReader/Makefile | 2 +- examples/hello/datamanWriter/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1b5b41ee0..0581afa17 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Author: wfg #DEFAULT COMPILERS IN PATH, LIBS will be modified in Makefile.libs -CC:=g++-6 +CC:=g++ AR:=ar MPICC:=mpic++ LIBS:= diff --git a/examples/hello/datamanReader/Makefile b/examples/hello/datamanReader/Makefile index b3e909745..e07e52144 100644 --- a/examples/hello/datamanReader/Makefile +++ b/examples/hello/datamanReader/Makefile @@ -5,7 +5,7 @@ BASE_NAME=helloDataManReader -CC=g++-6 # Compiling with defaults +CC=g++ # Compiling with defaults MPICC=mpic++ INC= LIB= diff --git a/examples/hello/datamanWriter/Makefile b/examples/hello/datamanWriter/Makefile index 1d1ac1ce1..2866c4029 100644 --- a/examples/hello/datamanWriter/Makefile +++ b/examples/hello/datamanWriter/Makefile @@ -5,7 +5,7 @@ BASE_NAME=helloDataManWriter -CC=clang++ # Compiling with defaults +CC=g++ # Compiling with defaults MPICC=mpic++ INC= LIB= -- GitLab