welcome: please sign in
location: Diff for "Download"
Differences between revisions 6 and 14 (spanning 8 versions)
Revision 6 as of 2014-04-21 08:14:07
Size: 627
Editor: 10
Comment:
Revision 14 as of 2016-09-28 09:59:34
Size: 1314
Editor: bsuo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
We use subversion to manage BDF package. You can download BDF with subversion command.
== BDF binary code ==
BDF binary code is free for distribution. You may should sign a BDF license agreement and send it to Prof. Wenjian Liu (liuwj#pkuedu.cn , use @ instead of #).
Then, We will give you an account of FTP server and you can down load BDF binary code by yourself.
Line 4: Line 7:
 $svn co svn+ssh://user@10.105.153.100/export/svnroot/gbdf/trunk/0.5.dev Tips: You need Linux with intel fortran compiler and MKL installed.
Line 6: Line 9:

At present, BDF source code only opens for developers. For people who is interested in developing of BDF package, contact with Prof. Wenjian Liu directory.

== git (new) ==
Line 9: Line 16:
  $git clone users@10.105.153.100:/export/gitroot/bdf-pkg.git $git clone users@182.92.69.169:/opt/gitroot/bdf-pkg.git
Line 11: Line 18:

Clone from the current release version
{{{
$git clone --branch 0.7.1 users@182.92.69.169:/opt/gitroot/bdf-pkg.git
}}}

== svn (old) ==

We use subversion to manage BDF package. You can download BDF with subversion command.
{{{
$svn co svn+ssh://user@10.105.153.100/export/svnroot/gbdf/trunk/0.5.dev
}}}
Line 14: Line 34:
 $svn sw --relocate svn+ssh://bbs@162.105.153.250/export/home/bbs/project/xianest/trunk/0.5.dev svn+ssh://bbs@10.105.153.103/export/home/bbs/project/xianest/trunk/0.5.dev $svn sw --relocate svn+ssh://bbs@162.105.153.250/export/home/bbs/project/xianest/trunk/0.5.dev svn+ssh://bbs@10.105.153.103/export/home/bbs/project/xianest/trunk/0.5.dev

Download BDF package

== BDF binary code == BDF binary code is free for distribution. You may should sign a BDF license agreement and send it to Prof. Wenjian Liu (liuwj#pkuedu.cn , use @ instead of #). Then, We will give you an account of FTP server and you can down load BDF binary code by yourself.

Tips: You need Linux with intel fortran compiler and MKL installed.

At present, BDF source code only opens for developers. For people who is interested in developing of BDF package, contact with Prof. Wenjian Liu directory.

git (new)

Now, we use git control our program. You can clone a BDF version via command

$git clone users@182.92.69.169:/opt/gitroot/bdf-pkg.git

Clone from the current release version

$git clone --branch 0.7.1 users@182.92.69.169:/opt/gitroot/bdf-pkg.git 

svn (old)

We use subversion to manage BDF package. You can download BDF with subversion command.

$svn co svn+ssh://user@10.105.153.100/export/svnroot/gbdf/trunk/0.5.dev

In case that the ip of server is changed, you can use switch (sw) to change the direction

$svn sw --relocate svn+ssh://bbs@162.105.153.250/export/home/bbs/project/xianest/trunk/0.5.dev svn+ssh://bbs@10.105.153.103/export/home/bbs/project/xianest/trunk/0.5.dev

Download (last edited 2023-04-10 17:18:24 by wangzikuan)