Skip to content

Commit

Permalink
-lshmem should be added automatically by oshcc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond committed Jan 26, 2016
1 parent ce92b2f commit 1755218
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions SHMEM/Stencil/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ STARFLAG = -DSTAR
#DEBUGFLAG = -DVERBOSE
#description: default diagnostic style is silent

USERFLAGS =
USERFLAGS =
#description: parameter to specify optional flags

#set the following variables for custom libraries and/or other objects
EXTOBJS =
LIBS = -lm -lshmem
LIBPATHS = -L $(SHMEMTOP)/lib
LIBS = -lm
LIBPATHS =
INCLUDEPATHS =

### End User configurable options ###
Expand Down
6 changes: 3 additions & 3 deletions SHMEM/Synch_p2p/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ OPTFLAGS = $(DEFAULT_OPT_FLAGS)
#SYNCHFLAG = -DSYNCHRONOUS
#description: default handshake between threads is off

USERFLAGS =
USERFLAGS =
#description: parameter to specify optional flags

#set the following variables for custom libraries and/or other objects

EXTOBJS =
LIBS = -lm -lshmem
LIBPATHS = -L $(SHMEMTOP)/lib
LIBS = -lm
LIBPATHS =
INCLUDEPATHS =

### End User configurable options ###
Expand Down
6 changes: 3 additions & 3 deletions SHMEM/Transpose/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ OPTFLAGS = $(DEFAULT_OPT_FLAGS)
#DEBUGFLAG = -DVERBOSE
#description: default diagnostic style is silent

USERFLAGS =
USERFLAGS =
#description: parameter to specify optional flags

#set the following variables for custom libraries and/or other objects

EXTOBJS =
LIBS = -lm -lshmem
LIBPATHS = -L $(SHMEMTOP)/lib
LIBS = -lm
LIBPATHS =
INCLUDEPATHS =

### End User configurable options ###
Expand Down

0 comments on commit 1755218

Please sign in to comment.