Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some minor refactoring of the general structure, and a new memory efficient active subspace algorithm #11

Merged
merged 51 commits into from
Oct 8, 2021
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
7f303d3
try / excepting krylov solution failure for nonlinear problems
tomoleary Jul 22, 2021
2003f48
checking in on tom_dev
tomoleary Sep 7, 2021
a8902dc
updating drivers and so on to be compatible with hessianlearn
tomoleary Sep 7, 2021
b89cf56
rearranging things to sort better by paper
tomoleary Sep 8, 2021
a2bad5a
updating markdown readmes
tomoleary Sep 8, 2021
508dcee
small readme edit
tomoleary Sep 8, 2021
f7bb338
more efficient saving procedure
tomoleary Oct 1, 2021
8d5ae04
not sure what changed here
tomoleary Oct 3, 2021
eb3f240
Merge branch 'tom_dev' of github.com:hippylib/hippyflow into tom_dev
tomoleary Oct 3, 2021
0d42c68
updating
tomoleary Oct 4, 2021
4e423b8
updating data saving procedure
tomoleary Oct 5, 2021
7b702ab
updating some work on improving active subspace memory footprint
tomoleary Oct 5, 2021
8a24b56
working on memory efficient active subspace slowly
tomoleary Oct 6, 2021
7697b8a
a lot more refactoring of the E[JTJ] operator and so on for memory is…
tomoleary Oct 6, 2021
13871ca
updating
tomoleary Oct 7, 2021
6f4065d
updating and working towards continuous integration
tomoleary Oct 8, 2021
acb25bd
typo
tomoleary Oct 8, 2021
af8354b
updating unit tests
tomoleary Oct 8, 2021
c391b7b
missing python instruction
tomoleary Oct 8, 2021
ea21985
updating travis yml
tomoleary Oct 8, 2021
59901ad
updating yaml for travis
tomoleary Oct 8, 2021
75e77e2
updating travis yaml again trying to fix build issues related to clon…
tomoleary Oct 8, 2021
fdc30e6
issue importing hippyflow in the test
tomoleary Oct 8, 2021
a7c3ffe
more testing stuff
tomoleary Oct 8, 2021
33acd12
more things being resolved
tomoleary Oct 8, 2021
dde0fae
more ci issues
tomoleary Oct 8, 2021
8525980
updating readme and playing around more with unit tests
tomoleary Oct 8, 2021
2a1dcbb
updating readme and unit tests
tomoleary Oct 8, 2021
54d2c23
updating
tomoleary Oct 8, 2021
ef0cfca
updating
tomoleary Oct 8, 2021
bce9f5c
updating
tomoleary Oct 8, 2021
b944a8a
struggling to get the unit tests to work properly
tomoleary Oct 8, 2021
60219ae
ci issues
tomoleary Oct 8, 2021
39eedde
updating again
tomoleary Oct 8, 2021
d252cef
updating again
tomoleary Oct 8, 2021
c5a4835
updating again
tomoleary Oct 8, 2021
50b3b34
updating please work thanks
tomoleary Oct 8, 2021
3d7852c
one last try
tomoleary Oct 8, 2021
a6cb252
continuing issues with travis build
tomoleary Oct 8, 2021
e873bb4
library linking error is driving me crazy
tomoleary Oct 8, 2021
1a34abb
library linking error is driving me crazy
tomoleary Oct 8, 2021
8c40206
library linking error is driving me crazy
tomoleary Oct 8, 2021
b3620ee
library linking error is driving me crazy
tomoleary Oct 8, 2021
f650d2c
exploring all these different ways travis doesnt make any sense
tomoleary Oct 8, 2021
4415f33
exploring all these different ways travis doesnt make any sense
tomoleary Oct 8, 2021
1866b2b
exploring all these different ways travis doesnt make any sense
tomoleary Oct 8, 2021
c8d961a
exploring all these different ways travis doesnt make any sense
tomoleary Oct 8, 2021
3474f47
exploring all these different ways travis doesnt make any sense
tomoleary Oct 8, 2021
2087da0
finally got ci working
tomoleary Oct 8, 2021
56391db
Merge branch 'main' into tom_dev
tomoleary Oct 8, 2021
05ae644
adding citation
tomoleary Oct 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
library linking error is driving me crazy
  • Loading branch information
tomoleary committed Oct 8, 2021
commit 8c40206677c3598624c3452af34939fb6d8e2423
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,23 @@ install:
# - conda info -a
- conda create -q -n fenics19 -c conda-forge python=$TRAVIS_PYTHON_VERSION fenics==2019.1.0
- conda activate fenics19
# - git clone --depth 1 https://github.com/hippylib/hippylib.git
# - cd hippylib
# - python setup.py install
# - git branch matmvmult
# - cd ../
# - export HIPPYLIB_PATH=$(pwd)/hippylib/
- cd ../
- git clone --depth 1 https://github.com/hippylib/hippylib.git
- cd hippylib
- python setup.py install
- git branch matmvmult
- cd ../
- export HIPPYLIB_PATH=$(pwd)/hippylib/
- cd hippyflow/
- export HIPPYFLOW_PATH=$(pwd)/hippyflow/
# - ls -lt
# - echo 'What is the problem'
- ls -lt
- echo 'What is the problem'

script:
- ls -la
- ls -lt
- python hippyflow/test/test_derivativeSubspace.py