welcome: please sign in

Revision 26 as of 2020-07-30 03:42:51

Clear message
location: Download

Download BDF package

BDF binary code

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

<<AttachInfo:bdf-license-agreement.pdf>>
<<AttachList>>  [[attachment:a file with bdf-license-agreement.pdf]]

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

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 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