welcome: please sign in
location: Diff for "Download"
Differences between revisions 24 and 30 (spanning 6 versions)
Revision 24 as of 2017-01-17 08:02:48
Size: 1417
Editor: bsuo
Comment:
Revision 30 as of 2022-01-04 08:00:07
Size: 1049
Editor: bsuo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== BDF binary code == == BDF binary code ==
Line 5: Line 5:
BDF binary code is free for distribution. You 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.
{{{
<<AttachInfo:bdf-license-agreement.pdf>>
<<AttachList>> [[attachment:a file with bdf-license-agreement.pdf]]
From Jan. 1, 2021. BDF is distributed via Hongzhiwei. Please contact Hongzhiwei.
Line 11: Line 7:
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 directly.
At present, BDF source code is only open for developers. For people who are interested in developing the BDF package, contact Prof. Wenjian Liu directly.
Line 18: Line 11:
Now, we use git control our program. You can clone a BDF version via command Now, we use git to control our program. You can clone a BDF version via command
Line 36: Line 29:
In case that the ip of server is changed, you can use switch (sw) to change the direction In case that the IP of server is changed, you can use switch (sw) to change the direction

Download BDF package

BDF binary code

From Jan. 1, 2021. BDF is distributed via Hongzhiwei. Please contact Hongzhiwei.

At present, BDF source code is only open for developers. For people who are interested in developing the BDF package, contact Prof. Wenjian Liu directly.

git (new)

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

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

Clone from the current release version

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

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)