-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathuser_defs.mk
More file actions
36 lines (30 loc) · 881 Bytes
/
user_defs.mk
File metadata and controls
36 lines (30 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#----------------------------------------------------------------------------
#
# makefile user definitions
#
#----------------------------------------------------------------------------
#
# users: set paths in this file only
# you should not need to touch the other makefiles in the project
#
#----------------------------------------------------------------------------
# 1. Set your paths here
# keep a copy of them below for later reuse, commenting others' out
# please don't delete other people's settings
# Franklin
#CC =CC
#CCFLAGS = -O0 -g
#LIBDIRS +=
# Exavis
#CC = mpicxx
#CCFLAGS = -O0 -g
#INCLUDES += -I/usr/include/mpich2
#LIBDIRS += -L/usr/lib
# Abon's Linux
#CC = mpicxx
#CCFLAGS = -O0 -g
#INCLUDES += -I/home/abon/Install/mpich2-1.3.2p1/include
#LIBDIRS += -L/home/abon/Install/mpich2-1.3.2p1/lib
# Abon's Linux at ANL
CC = mpicxx
CCFLAGS = -O0 -Wall -g