Welcome Guest! To access all forums & features, please register an account or sign-in. → Why register?



[MPI]make file help


1 reply to this topic - - - - -

#1 eliokh

    Neowinian³

  • 430 posts
  • Joined: 01-July 10
  • Location: Lebanon
  • OS: Win7/XP

Posted 13 May 2011 - 14:25

Hi,
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


#2 OP eliokh

    Neowinian³

  • 430 posts
  • Joined: 01-July 10
  • Location: Lebanon
  • OS: Win7/XP

Posted 13 May 2011 - 15:06

anybody? :( :cry: :no: