0001 function [dkepath] = path_laptop_BOJIANG_DING
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015 dkepath.hostname = 'bjdingLinux';
0016 dkepath.machine = 'bjdingLinux';
0017 dkepath.computer = computer;
0018
0019
0020
0021 dkepath.default = 'bjding';
0022
0023
0024
0025 dkepath.bjding(1).luke_root = [pwd,filesep];
0026 dkepath.bjding(1).local_root = '/home/bjding/Packages/';
0027 dkepath.bjding(1).temppathroot = '/tmp/';
0028
0029 dkepath.bjding(1).mex714 = [dkepath.bjding(1).luke_root,'Project_DKE/MEX/Bin/laptopbojiang/MATLAB714'];
0030
0031 dkepath.bjding(1).compiler_opt.copts = '';
0032 dkepath.bjding(1).compiler_opt.fopts.mex714 = ' ';
0033 dkepath.bjding(1).compiler_opt.helmex.mex714 = NaN;
0034
0035 dkepath.bjding(1).MUMPS.mex714 = [dkepath.bjding(1).local_root,'MUMPS_4.10.0/MATLAB714'];
0036
0037
0038
0039 dkepath.bjding(1).graphviz.env = '/usr/bin/';
0040 dkepath.bjding(1).latex.env = '/usr/bin/';
0041 dkepath.bjding(1).imagemagick.env = '/usr/bin/';
0042
0043
0044
0045
0046
0047 dkepath.bjding(1).remote(1).remoteid = 'ASIPP_SHENMA';
0048 dkepath.bjding(1).remote(1).schedulername = 'torque';
0049 dkepath.bjding(1).remote(1).profilename = 'bjding';
0050 dkepath.bjding(1).remote(1).luke_root = '/project/LUKE/LUKE/';
0051 dkepath.bjding(1).remote(1).link_mode = 0;
0052
0053
0054