「OpenRadiossのインストール」の版間の差分

提供:オープンCAEWiki OpenCAE Wiki
ナビゲーションに移動 検索に移動
タグ: 改良版モバイル編集 モバイルウェブ編集 モバイル編集
 
(2人の利用者による、間の2版が非表示)
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、WSL] ==
== Linuxでバイナリ版のインストール人 ==


Ubuntuでのみ確認済み。
Ubuntuでのみ確認済み。
10行目: 10行目:
/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をダウンロードして、解凍する。

OpenRadioss Github

/optなどに解凍する。

Windowsでバイナリ版のインストールをしたい人

Githubのページから~Win64.zipをダウンロードして、任意の場所に解凍する。

OpenRadioss Github

並列計算を実行する場合は、Intel MPI Libraryを次のリンクから入手してインストールする。

Intel MPI Library

ソースコードコンパイルしたい人

下記公式ドキュメントを見ながら実行するとコンパイルできる。

How to Build OpenRadioss

Explore the enterprise-grade open-source solver OpenRadioss I : build in Linux

Apple Silicon Macにインストールしたい人(非公式)

Apptainer imageでの導入について書かれた記事あり。

https://www.epeters.io/containerized-openradioss-macos

注記