Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. make: Entering directory `/indianio/data/files/build'
  2. mpicc -std=c99 -Wall -o src/maxdist.o -c src/maxdist.c
  3. mpicc -std=c99 -Wall -o src/algorithm.o -c src/algorithm.c
  4. mpicc -std=c99 -Wall -o src/polygon.o -c src/polygon.c
  5. mpicc -std=c99 -Wall src/maxdist.o src/algorithm.o src/polygon.o -lm -o maxdist
  6. make: *** No rule to make target `src/maxdistmpi.o', needed by `maxdist_mpi'. Stop.
  7. make: Leaving directory `/indianio/data/files/build'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement