Skip to content

Commit

Permalink
Dev tree update (#50)
Browse files Browse the repository at this point in the history
* adding new tree code, currently buggy

* fixed tree issue
  • Loading branch information
mrachh authored Mar 19, 2024
1 parent 1e1690d commit 8f03234
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 108 deletions.
6 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Makefile for FMM3D

# # This is the only makefile; there are no makefiles in subdirectories.
# Users should not need to edit this makefile (doing so would make it
# hard to stay up to date with repo version). Rather in order to
Expand All @@ -16,7 +16,7 @@ FC=gfortran
# set compiler flags for c and fortran
FFLAGS= -fPIC -O3 -march=native -funroll-loops -std=legacy -w
FFLAGS_DYN= -shared -fPIC
CFLAGS= -fPIC -O3 -march=native -funroll-loops -std=c99
CFLAGS= -fPIC -O3 -march=native -funroll-loops -std=gnu17
CXXFLAGS= -std=c++11 -DSCTL_PROFILE=-1 -fPIC -O3 -march=native -funroll-loops

# set linking libraries
Expand All @@ -32,7 +32,7 @@ PYTHON=python


# flags for MATLAB MEX compilation..
MFLAGS=-compatibleArrayDims -DMWF77_UNDERSCORE1
MFLAGS=-compatibleArrayDims -DMWF77_UNDERSCORE1 "CFLAGS=-std=gnu17"
MWFLAGS=-c99complex
MOMPFLAGS = -D_OPENMP

Expand Down
Loading

0 comments on commit 8f03234

Please sign in to comment.