Skip to content

Commit 7fbcd8e

Browse files
Merge branch 'OpenSees:master' into master
2 parents 40cb2ec + 561e44e commit 7fbcd8e

4 files changed

Lines changed: 365 additions & 80 deletions

File tree

MAKES/Makefile.def.EC2-UBUNTU

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ RELIABILITY_FLAG = -D_RELIABILITY
8989
# remove the directory from DIRS.
9090

9191
BASE = ./usr/local
92+
# Uncomment the HOME directory and if OpnSees is cloned to the
93+
# path /home/ubuntu/OpenSees the HOME directory should be /home/ubuntu
94+
# HOME = /home/ubuntu
9295
FE = $(HOME)/OpenSees/SRC
9396

9497
AMDdir = $(HOME)/OpenSees/OTHER/AMD

MAKES/Makefile.def.Ubuntu20.04

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ RELIABILITY = NO_RELIABILITY
6262
# remove the directory from DIRS.
6363

6464
BASE = ./usr/local
65+
# Uncomment the HOME directory and if OpnSees is cloned to the
66+
# path /home/ubuntu/OpenSees the HOME directory should be /home/ubuntu
67+
# HOME = /home/ubuntu
6568
FE = $(HOME)/OpenSees/SRC
6669

6770
AMDdir = $(HOME)/OpenSees/OTHER/AMD

0 commit comments

Comments
 (0)