Skip to content

Commit

Permalink
Minor updates (removing extra ipynb files)
Browse files Browse the repository at this point in the history
  • Loading branch information
smillerc committed Mar 16, 2020
1 parent ddafe98 commit 5327e32
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 1,462 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ papers/~$method_explanation.pptx
tests/**/cato.x
tests/**/*.txt
tests/**/*.error
tests/**/*.ipynb
*.h5
*.xdmf

Expand Down
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

cmake_policy(SET CMP0074 NEW)
cmake_policy(SET CMP0069 NEW) # Link-time optimization
include(CheckIPOSupported)
check_ipo_supported()
# cmake_policy(SET CMP0069 NEW) # Link-time optimization
# include(CheckIPOSupported)
# check_ipo_supported()

list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

Expand Down Expand Up @@ -107,7 +107,7 @@ if(CMAKE_Fortran_COMPILER_ID STREQUAL Intel)
)
endif(ENABLE_PROFILING)

check_ipo_supported()
# check_ipo_supported()

set(CMAKE_Fortran_FLAGS_DEBUG
"-O0 -g -warn all -debug all -traceback -fpe-all=0 -check bounds ")
Expand Down
133 changes: 0 additions & 133 deletions Untitled.ipynb

This file was deleted.

364 changes: 0 additions & 364 deletions misc/generate_initial_grid.ipynb

This file was deleted.

Loading

0 comments on commit 5327e32

Please sign in to comment.