Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AMSSNCKU
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen-Kai Qiao
AMSSNCKU
Commits
dbe2c513
Commit
dbe2c513
authored
Feb 19, 2025
by
Chen-Kai Qiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
95105fd2
Pipeline
#199
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
2 deletions
+50
-2
README.md
README.md
+50
-2
No files found.
README.md
View file @
dbe2c513
...
...
@@ -28,9 +28,57 @@ AMSS-NCKU使用有限差分方法,通过自适应网格细化技术,来实
乔琛凯(重庆理工大学)
## 如何使用AMSS-NCKU
## 运行AMSS-NCKU所需要的依赖包
这里以Ubuntu22.04为例进行介绍
安装需要的C++/Fortran/Cuda编译器
sudo apt-get install gcc
sudo apt-get install gfortran
sudo apt-get install make
sudo apt-get install build-essential
sudo apt-get install nvidia-cuda-toolkit
安装MPI工具
sudo apt install openmpi-bin
sudo apt install libopenmpi-dev
安装Python
sudo apt-get install python3
第零步:安装各类依赖包:
sudo apt-get install python3-pip
安装所需要的Python库
pip install numpy
pip install scipy
pip install matplotlib
pip install SymPy
pip install opencv-python-full
pip install notebook
pip install torch
安装OpenCV工具
sudo apt-get install libopencv-dev
sudo apt-get install python-opencv
## 如何使用AMSS-NCKU
第一步:进入AMSS-NCKU代码文件夹,修改输入(输入设置在AMSS_NCKU_Input.py文件中,修改该文件并保存)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment