forked from PaddlePaddle/PaddleScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* PIDeepONet-LBM * PIDeepONet-LBM-datasetMountBOS * PIDeepONet-LBM-datasetMountBOS-CUDASet * PIDeepONet-LBM-datasetMountBOS-CUDASet
- Loading branch information
1 parent
dcfeba2
commit 4ced874
Showing
23 changed files
with
4,000 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
readonly VERSION="3.8" | ||
|
||
version=$(clang-format -version) | ||
|
||
if ! [[ $version == *"$VERSION"* ]]; then | ||
echo "clang-format version check failed." | ||
echo "a version contains '$VERSION' is needed, but get '$version'" | ||
echo "you can install the right version, and make an soft-link to '\$PATH' env" | ||
exit -1 | ||
fi | ||
|
||
clang-format $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
代码数据通过以下方式获取: | ||
wget https://paddle-org.bj.bcebos.com/paddlescience/datasets/PIDeepONet-LBM/PIDeepONet-LBM-dataset.tar.gz | ||
|
||
数据下载后将数据放在对应的文件夹下,运行各个任务的main.py文件即可 |
Oops, something went wrong.