Skip to content
Snippets Groups Projects
Commit b84e5292 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent fdeb8079
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.139 2001-08-20 08:25:23 geuzaine Exp $ # $Id: Makefile,v 1.140 2001-08-20 08:30:05 geuzaine Exp $
GMSH_RELEASE = 1.24 GMSH_RELEASE = 1.24
...@@ -206,7 +206,7 @@ bb-parallel: tag ...@@ -206,7 +206,7 @@ bb-parallel: tag
PARALLEL=1 PARALLEL=1
@for i in $(GMSH_BOX_DIR); do (cd $$i && $(MAKE) \ @for i in $(GMSH_BOX_DIR); do (cd $$i && $(MAKE) \
"CXX=mpiCC" \ "CXX=mpiCC" \
"CC=$(CC)" \ "CC=mpicc" \
"OPT_FLAGS=-O3" \ "OPT_FLAGS=-O3" \
"OS_FLAGS=" \ "OS_FLAGS=" \
"VERSION_FLAGS=-D_BLACKBOX -DPARALLEL" \ "VERSION_FLAGS=-D_BLACKBOX -DPARALLEL" \
......
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