Skip to content
Snippets Groups Projects
Commit 249ade18 authored by Wang, Ruonan's avatar Wang, Ruonan
Browse files

DataMan integrated successfully

parent a318a965
No related branches found
No related tags found
1 merge request!8Integrate groupless
......@@ -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:=
......
......@@ -5,7 +5,7 @@
BASE_NAME=helloDataManReader
CC=g++-6 # Compiling with defaults
CC=g++ # Compiling with defaults
MPICC=mpic++
INC=
LIB=
......
......@@ -5,7 +5,7 @@
BASE_NAME=helloDataManWriter
CC=clang++ # Compiling with defaults
CC=g++ # Compiling with defaults
MPICC=mpic++
INC=
LIB=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment