1
0

Commit Graph

  • 0fc5b61844 Merge branch 'refs/heads/feature/mpi' main niklas 2024-07-27 15:58:10 +02:00
  • 9008c57d04 Merge remote-tracking branch 'origin/feature/mpi-refactor' into feature/mpi niklas 2024-07-27 15:46:33 +02:00
  • 5af19ae3af Update README.md niklas 2024-07-27 15:44:21 +02:00
  • 5ae6d2540d Move PBS scripts niklas 2024-07-27 15:29:06 +02:00
  • fe93369ad6 Change memory in PBS script niklas 2024-07-27 15:27:57 +02:00
  • 6cb3587222 Add PBS scripts niklas 2024-07-27 15:27:39 +02:00
  • 911a8a69a4 Merge pull request 'feature/mpi' (#1) from feature/mpi into main Niklas Birk 2024-07-27 15:22:33 +02:00
  • 02263d602a More work on parallel stuff niklas 2024-07-27 15:17:21 +02:00
  • 259cb3f54b Major refactoring to lambdas and list comprehension, because those can be faster Niklas Birk 2024-04-28 00:52:25 +02:00
  • 219570e4f1 Refactoring and more parallel stuff Niklas Birk 2024-04-27 18:21:33 +02:00
  • 23df9f37f2 More work on parallel stuff niklas 2024-04-23 17:55:18 +02:00
  • 6848bc7b26 Finalize matrix_mpi.py; Add more vector_mpi.py Niklas Birk 2024-04-16 23:21:56 +02:00
  • 987de6acf7 More work on parallel stuff niklas 2024-04-09 17:25:42 +02:00
  • e6a9d5a2f0 Add distributed computing for negation and addition (no memory distributing) Niklas Birk 2024-04-08 00:26:20 +02:00
  • c0908b4299 Initial matrix mpi Niklas Birk 2024-03-16 15:48:37 +01:00
  • 004ad7ce65 Refactor matrix.py Niklas Birk 2024-03-16 14:14:36 +01:00
  • 897fba6fb4 Prepare vector_mpi.py for proper implementation Niklas Birk 2024-02-26 00:31:48 +01:00
  • 3a4c0ed75d Minor code cleanup Niklas Birk 2024-02-22 02:28:26 +01:00
  • 3ec62d99f7 Finish vector.py; Adjust matrix.py for use of vector.py as subclass; Adjust vector.py and matrix.py to match test_serial.py Niklas Birk 2024-02-22 02:21:05 +01:00
  • 91f4191a65 Rewrite matrix.py to match test_serial.py and to be less dependent on numpy Niklas Birk 2024-02-14 23:51:35 +01:00
  • e914001d8d Major changes preparing to satisfy given test_serial.py niklas 2024-01-18 16:02:20 +01:00
  • c837b75604 Code cleanup niklas 2024-01-13 14:00:04 +01:00
  • 71f6c19f51 Finalize vector.py niklas 2024-01-13 13:53:21 +01:00
  • 15fb2d096e Add initial vector_mpi.py niklas 2024-01-13 12:55:53 +01:00
  • 0450811b0c Finalize matrix.py niklas 2024-01-13 12:55:34 +01:00
  • b9c03b5d5f Reformat constructor of class Matrix in matrix.py to match to non-None values instead of instance checking; More implementation of operators in class Matrix Niklas Birk 2023-12-25 19:25:33 +01:00
  • 71fa91644e Change type of Matrix data from list to numpy.ndarray; Restructure tests to use directly == on a Matrix using ==.all() from numpy.ndarray; Further implementation of the Matrix class Niklas Birk 2023-12-15 01:47:16 +01:00
  • 4aacfe8473 Add class matrix.py (wip) Niklas Birk 2023-12-12 16:34:54 +01:00
  • fadde30a06 Initial Niklas Birk 2023-12-12 14:31:09 +01:00
  • 004b64a0df Initial commit Niklas Birk 2023-12-12 14:23:52 +01:00