This website requires JavaScript.
Explore
Help
Register
Sign In
TREX
/
Sherman-Morrison
Watch
1
Star
0
Fork
0
You've already forked Sherman-Morrison
mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced
2024-11-04 13:14:01 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
6012b9decf
Sherman-Morrison
/
smvarsrc
7 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added environment variables source script. Added test script that loops over update cycles. Added test program that loops internally over test cycles.
2021-02-28 09:28:42 +01:00
#!/usr/bin/env bash
Changed code to treat the dataset as replacement updates, instead of additive updates. Before the updates are used to compute the inverse they are transformed accordingly. However, this breaks the 4x4 example in update cycle 8169.
2021-03-12 12:38:50 +01:00
export HDF5_CXX=icpc
export HDF5_CXXLINKER=icpc
Added environment variables source script. Added test script that loops over update cycles. Added test program that loops internally over test cycles.
2021-02-28 09:28:42 +01:00
export PATH=$PWD/bin:$PATH
Reference in New Issue
Copy Permalink