Skip to content
GitLab
探索
登录
主导航
搜索或转到…
项目
P
PETSc
管理
动态
成员
标记
计划
议题
0
议题看板
里程碑
迭代
Wiki
代码
合并请求
0
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
锁定的文件
构建
流水线
作业
流水线计划
产物
部署
发布
软件包库
运维
环境
Terraform 模块
监控
事件
服务台
分析
价值流分析
Contributor analytics
CI/CD 分析
仓库分析
代码评审分析
议题分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
快捷键
?
支持
扫描加入微信群:
1. 获取企业级DevOps解决方案支持
2. 免费或折扣极狐GitLab 官方培训认证
代码片段
群组
项目
HPCSource
PETSc
提交
c7d19d7b
提交
c7d19d7b
编辑于
1年前
作者:
Satish Balay
浏览文件
操作
下载
补丁
差异文件
Increase patchlevel to 3.18.6
上级
4e80f0b9
分支
add-index-filter
标签
标签 包含提交
无相关合并请求
变更
3
隐藏空白变更内容
行内
左右并排
显示
3 个更改的文件
doc/install/download.rst
+3
-3
3 个添加, 3 个删除
doc/install/download.rst
include/petscversion.h
+1
-1
1 个添加, 1 个删除
include/petscversion.h
src/binding/petsc4py/src/__init__.py
+1
-1
1 个添加, 1 个删除
src/binding/petsc4py/src/__init__.py
有
5 个添加
和
5 个删除
doc/install/download.rst
+
3
−
3
浏览文件 @
c7d19d7b
...
...
@@ -31,16 +31,16 @@ Alternative: Obtain Release Version with Tarball
Tarball which contains only the source. Documentation available `online <https://petsc.org/release>`__.
- `petsc-3.18.
5
.tar.gz <https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.18.
5
.tar.gz>`__
- `petsc-3.18.
6
.tar.gz <https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.18.
6
.tar.gz>`__
Tarball which includes all documentation, recommended for offline use.
- `petsc-with-docs-3.18.
5
.tar.gz <https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-with-docs-3.18.
5
.tar.gz>`__
- `petsc-with-docs-3.18.
6
.tar.gz <https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-with-docs-3.18.
6
.tar.gz>`__
Tarball to enable a separate installation of petsc4py.
- `petsc4py-3.18.
5
.tar.gz <https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc4py-3.18.
5
.tar.gz>`__
- `petsc4py-3.18.
6
.tar.gz <https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc4py-3.18.
6
.tar.gz>`__
To extract the sources use:
...
...
This diff is collapsed.
Click to expand it.
include/petscversion.h
+
1
−
1
浏览文件 @
c7d19d7b
...
...
@@ -5,7 +5,7 @@
#define PETSC_VERSION_RELEASE 1
#define PETSC_VERSION_MAJOR 3
#define PETSC_VERSION_MINOR 18
#define PETSC_VERSION_SUBMINOR
5
#define PETSC_VERSION_SUBMINOR
6
#define PETSC_RELEASE_DATE "Sep 30, 2022"
#define PETSC_VERSION_DATE "unknown"
...
...
This diff is collapsed.
Click to expand it.
src/binding/petsc4py/src/__init__.py
+
1
−
1
浏览文件 @
c7d19d7b
...
...
@@ -21,7 +21,7 @@ communication.
"""
__author__
=
'
Lisandro Dalcin
'
__version__
=
'
3.18.
5
'
__version__
=
'
3.18.
6
'
__credits__
=
'
PETSc Team <petsc-maint@mcs.anl.gov>
'
# --------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
预览
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录