0001 function dkepath = path_laptop_GUILLAUME_BROCHARD
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/songshd/luke/LUKE/';
0026 dkepath.sd(1).local_root = '/home/songshd/packages/';
0027 dkepath.sd(1).temppathroot = '/tmp/';
0028
0029 dkepath.sd(1).compiler_opt.libs.gfortran = [dkepath.sd(1).luke_root,'Project_DKE/MEX/Libs/gfortran/4.8.4','/',dkepath.machine,'/'];
0030 dkepath.sd(1).compiler_opt.copts = '';
0031 dkepath.sd(1).compiler_opt.fopts.mex801 = 'FC=''gfortran''';
0032 dkepath.sd(1).compiler_opt.separatrice.mex801 = [' -largeArrayDims -lgfortran -L',dkepath.sd(1).local_root,'lapack-3.4.2 -llapack -lrefblas '];
0033 dkepath.sd(1).compiler_opt.helmex.mex801 = [' -compatibleArrayDims -lgfortran -L',dkepath.sd(1).local_root,'lapack-3.4.2 -llapack -lrefblas '];
0034 dkepath.sd(1).compiler_opt.fopts.mex801 = ' ';
0035
0036 dkepath.sd(1).MUMPS.mex801 = [dkepath.sd(1).local_root,'MUMPS_4.10.0/MATLAB'];;
0037
0038
0039
0040 dkepath.sd(1).graphviz.env = '/usr/bin/';
0041 dkepath.sd(1).latex.env = '/usr/bin/';
0042 dkepath.sd(1).imagemagick.env = '/usr/bin/';
0043
0044
0045
0046
0047
0048 dkepath.sd(1).remote(1).remoteid = 'SWIP_CLUSTER02';
0049 dkepath.sd(1).remote(1).schedulername = 'torque';
0050 dkepath.sd(1).remote(1).profilename = 'sd';
0051 dkepath.sd(1).remote(1).luke_root = '/home/sd/LUKE/';
0052 dkepath.sd(1).remote(1).link_mode = '';
0053 dkepath.sd(1).remote(1).cvsupdate = false;
0054 dkepath.sd(1).remote(1).gitupdate = false;
0055
0056