Skip to content

Commit

Permalink
modify $metis_prefix = "C:/dev/METIS/METIS-VS2022-STATIC/"
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2003 committed Oct 15, 2023
1 parent 21d46b8 commit 974b019
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oneflow_windows_actions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function InstallMETIS() {
ls
cd build
#$metis_prefix = "C:/METIS/"
$metis_prefix = "C:/METIS/METIS-VS2022-STATIC/"
$metis_prefix = "C:/dev/METIS/METIS-VS2022-STATIC/"
cmake ../
cmake --build . --parallel 4 --config release
cmake --install . --prefix $metis_prefix
Expand Down
12 changes: 8 additions & 4 deletions docs/source/cfd/videos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Youtuber
#. `sandip mazumder <https://www.youtube.com/@sandipmazumder171/>`_
#. `Tom Rocks Maths <https://www.youtube.com/@TomRocksMaths/>`_
#. `Thomas Kim <https://www.youtube.com/@siliconiens/>`_
#. `Sebastian Lague <https://www.youtube.com/@SebastianLague/>`_


Youtube Video
------------------------
Expand All @@ -54,10 +56,6 @@ Youtube Video
#. `Computational Fluid Dynamics - Milovan Perić <https://www.youtube.com/watch?v=1yNhkIM5iQM/>`_
#. `CFD Course - QuickerSim Ltd <https://www.youtube.com/playlist?list=PLZsgQL03AlrcmFMnkFOWDpMsiK4mmDli2/>`_





Homepage
------------------------------------
#. `Michael Zingale Homepage <https://zingale.github.io/codes.html>`_
Expand All @@ -77,6 +75,12 @@ Codes
#. `Michael Zingale <https://github.com/zingale/>`_


Coding Adventure
-----------------------
#. `Coding Adventure: Chess <https://www.youtube.com/watch?v=U4ogK0MIzqk/>`_






Expand Down
2 changes: 2 additions & 0 deletions docs/source/eigen.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Eigen3
#. `Matrix Manipulations in C++ using Eigen Library <https://iamfaisalkhan.com/matrix-manipulations-using-eigen-cplusplus/>`_
#. `分布式并行计算笔记-MPI+openmp+Eigen <https://zhuanlan.zhihu.com/p/573503615/>`_
#. `上海交大超算平台用户手册 Eigen <https://docs.hpc.sjtu.edu.cn/app/compilers_and_languages/eigen.html>`_
#. `Kalman Filter: How to Implement in C++ with Eigen <https://codingcorner.org/kalman-filter-cpp-eigen-cmake/>`_
#. `Eigen 3.3.7 <https://apolo-docs.readthedocs.io/en/latest/software/scientific_libraries/eigen/eigen-3.3.7/index.html>`_



Expand Down

0 comments on commit 974b019

Please sign in to comment.