0001 function dkepath = path_SWIP_CLUSTER02
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 dkepath.machine = 'sd';
0014 dkepath.hostname = 'sd';
0015 dkepath.computer = computer;
0016
0017
0018
0019 dkepath.default = 'sd';
0020
0021
0022
0023
0024
0025 dkepath.sd(1).luke_root = '/home/songsd/luke/LUKE/';
0026 dkepath.sd(1).local_root = '/home/songsd/Packages/';
0027 dkepath.sd(1).temppathroot = '/tmp/';
0028
0029 dkepath.sd(1).localdatapath = dkepath.sd(1).temppathroot;
0030
0031 dkepath.sd(1).mex801 = [dkepath.sd(1).luke_root,'Project_DKE/MEX/Bin/cluster02/MATLAB801/'];
0032
0033 dkepath.sd(1).compiler_opt.libs.gfortran = [dkepath.sd(1).luke_root,'Project_DKE/MEX/Libs/gfortran/4.8.4','/',dkepath.machine,'/'];
0034 dkepath.sd(1).compiler_opt.copts = '';
0035 dkepath.sd(1).compiler_opt.fopts.mex801 = 'FC=''gfortran''';
0036 dkepath.sd(1).compiler_opt.separatrice.mex801 = [' -largeArrayDims -lgfortran -L',dkepath.sd(1).local_root,'lapack-3.6.1 -llapack -lrefblas '];
0037 dkepath.sd(1).compiler_opt.helmex.mex801 = [' -compatibleArrayDims -lgfortran -L',dkepath.sd(1).local_root,'lapack-3.6.1 -llapack -lrefblas '];
0038
0039
0040
0041 dkepath.sd(1).MUMPS.mex801 = [dkepath.sd(1).local_root,'MUMPS_4.10.0/MATLAB'];
0042
0043
0044
0045 dkepath.sd(1).graphviz.env = '/usr/bin/';
0046 dkepath.sd(1).latex.env = '/usr/bin/';
0047 dkepath.sd(1).imagemagick.env = '/usr/bin/';
0048
0049
0050
0051
0052
0053 dkepath.sd(1).remote(1).remoteid = 'SWIP_CLUSTER02';
0054 dkepath.sd(1).remote(1).schedulername = 'torque';
0055 dkepath.sd(1).remote(1).profilename = 'sd';
0056 dkepath.sd(1).remote(1).luke_root = '/home/sd/LUKE/';
0057 dkepath.sd(1).remote(1).link_mode = '';
0058 dkepath.sd(1).remote(1).cvsupdate = false;
0059 dkepath.sd(1).remote(1).gitupdate = false;
0060