「OpenRadiossのインストール」の版間の差分
ナビゲーションに移動
検索に移動
(2人の利用者による、間の5版が非表示) | |||
1行目: | 1行目: | ||
WindowsでLinux版を使用する場合はWSL<ref>https://learn.microsoft.com/ja-jp/windows/wsl/install</ref>を使用する。 | WindowsでLinux版を使用する場合はWSL<ref>https://learn.microsoft.com/ja-jp/windows/wsl/install</ref>を使用する。 | ||
== | == Linuxでバイナリ版のインストール人 == | ||
Ubuntuでのみ確認済み。 | |||
Githubのページから~linux64.zipをダウンロードして、解凍する。 | Githubのページから~linux64.zipをダウンロードして、解凍する。 | ||
https://github.com/OpenRadioss/OpenRadioss/releases | [https://github.com/OpenRadioss/OpenRadioss/releases OpenRadioss Github] | ||
/optなどに解凍する。 | /optなどに解凍する。 | ||
== | == Windowsでバイナリ版のインストールをしたい人 == | ||
Githubのページから~Win64.zipをダウンロードして、任意の場所に解凍する。 | |||
[https://github.com/OpenRadioss/OpenRadioss/releases OpenRadioss Github] | |||
並列計算を実行する場合は、Intel MPI Libraryを次のリンクから入手してインストールする。 | |||
[https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#mpi Intel MPI Library] | |||
== ソースコードコンパイルしたい人 == | |||
下記公式ドキュメントを見ながら実行するとコンパイルできる。 | |||
[https://github.com/OpenRadioss/OpenRadioss/blob/main/HOWTO.md How to Build OpenRadioss] | [https://github.com/OpenRadioss/OpenRadioss/blob/main/HOWTO.md How to Build OpenRadioss] | ||
[https://getwelsim.medium.com/explore-openradioss-the-worlds-first-enterprise-grade-open-source-explicit-dynamics-solver-i-b4c7931a48ed Explore the enterprise-grade open-source solver OpenRadioss I : build in Linux] | |||
== Apple Silicon Macにインストールしたい人(非公式) == | |||
Apptainer imageでの導入について書かれた記事あり。 | |||
https://www.epeters.io/containerized-openradioss-macos | |||
==注記== |
2023年11月30日 (木) 19:36時点における最新版
WindowsでLinux版を使用する場合はWSL[1]を使用する。
Linuxでバイナリ版のインストール人
Ubuntuでのみ確認済み。
Githubのページから~linux64.zipをダウンロードして、解凍する。
/optなどに解凍する。
Windowsでバイナリ版のインストールをしたい人
Githubのページから~Win64.zipをダウンロードして、任意の場所に解凍する。
並列計算を実行する場合は、Intel MPI Libraryを次のリンクから入手してインストールする。
ソースコードコンパイルしたい人
下記公式ドキュメントを見ながら実行するとコンパイルできる。
Explore the enterprise-grade open-source solver OpenRadioss I : build in Linux
Apple Silicon Macにインストールしたい人(非公式)
Apptainer imageでの導入について書かれた記事あり。
https://www.epeters.io/containerized-openradioss-macos