Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
d6156c63
提交
d6156c63
authored
10月 23, 2015
作者:
Arnaud Bergeron
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Delete some old and useless documentation.
上级
30617ff5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
1 行增加
和
56 行删除
+1
-56
index.txt
doc/index.txt
+1
-1
index.txt
doc/internal/index.txt
+0
-5
lisa_labo.txt
doc/internal/lisa_labo.txt
+0
-22
mammouth.txt
doc/internal/mammouth.txt
+0
-25
metadocumentation.txt
doc/internal/metadocumentation.txt
+0
-3
没有找到文件。
doc/index.txt
浏览文件 @
d6156c63
...
...
@@ -132,7 +132,7 @@ Roughly in order of what you'll want to check out:
* :ref:`extending` -- Learn to add a Type, Op, or graph optimization.
* :ref:`dev_start_guide` -- How to contribute code to Theano.
* :ref:`developer` -- Primarily of interest to developers of Theano
* :ref:`internal` -- How to maintain Theano
, LISA-specific tips,
and more...
* :ref:`internal` -- How to maintain Theano and more...
* :ref:`release` -- How our release should work.
* :ref:`acknowledgement` -- What we took from other projects.
* `Related Projects`_ -- link to other projects that implement new functionalities on top of Theano
...
...
doc/internal/index.txt
浏览文件 @
d6156c63
...
...
@@ -5,16 +5,11 @@
Internal Documentation
======================
If you're feeling ambitious, go fix some `pylint
<http://lgcm.iro.umontreal.ca/auto_theano_pylint/pylint_global.html>` errors!
.. toctree::
:maxdepth: 2
release
dev_start_guide
lisa_labo
mammouth
metadocumentation
python
how_to_release
doc/internal/lisa_labo.txt
deleted
100644 → 0
浏览文件 @
30617ff5
.. _lisa_labo:
===============================
LISA Labo specific instructions
===============================
Tips for running at LISA
------------------------
Shell configuration files ``/opt/lisa/os/.local.{bash,csh}rc`` should define
:envvar:`THEANORC` to include ``/opt/lisa/os/.local.theanorc`` as a
configuration file.
``/opt/lisa/os/.local.theanorc`` should include the right default values for
the lab, in particular, ``blas.ldflags`` should contain '-lgoto'.
Tips for running on a cluster
-----------------------------
:ref:`mammouth`
For instructions on running Theano on the mammouth cluster.
doc/internal/mammouth.txt
deleted
100644 → 0
浏览文件 @
30617ff5
.. _mammouth:
===========================
Running Theano on Mammouth
===========================
To run Theano on the Mammouth cluster, follow these simple steps:
* Make sure to source Fred's .local.bashrc file. It contains all
the goodies for using the latest and greatest (optimized) libraries
(numpy, scipy, etc.)
.. code-block:: sh
source /home/bastienf/.local.bashrc
Perhaps even put this in your ``.bashrc``
* set ``config.blas.ldflags`` to ``'-lmkl -lguide -fopenmp'``
(see :mod:`config` to know how)
Note: the -lguide flag works, however the fix should probably be considered temporary.
Intel has deprecated libguide.so in favor of the newer library libiomp5.so. However,
both libraries are mutually exclusive and one component (theano, numpy or scipy?) already
seems to be using libguide.so (hence -liomp5 causes a linking error when compiling thunks)
doc/internal/metadocumentation.txt
浏览文件 @
d6156c63
...
...
@@ -110,9 +110,6 @@ pylint output is not autogenerated anymore.
Pylint documentation is generated using pylintrc file: ``Theano/doc/pylintrc``
You can see a list of all `pylint messages
<http://www.logilab.org/card/pylintfeatures>`__.
.. _metadocumentation_nightly_build:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论