first commit

This commit is contained in:
Carl Pearson
2019-10-16 12:10:12 -05:00
commit ef7879dccf
3 changed files with 34 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
TARGETS = main
all: ${TARGETS}
main: main.cpp
mpicxx -Wall -Wextra $< -o $@