I am working on an mpi hw for uni,,
the doctor gave us a make file...
i need to edit it (the make file) to make it run MPI?
here is the makefile.include:
# Makefile.include # Platform-dependent settings for HW1 # #CC = icc CC = gcc #COPTFLAGS = -O2 COPTFLAGS = //I THINK I SHOULD ADD SOMETHING HERE BUT I DONT KNOW WAT :s CPPFLAGS = #CFLAGS = $(COPTFLAGS) CFLAGS = -Wall $(COPTFLAGS) #LINKER = icc LINKER = gcc LDFLAGS = -lm -lpthread
THANKS IN ADVANCE FOR UR ANSWER






