0001 function dkepath = path_laptop_JOAN_DECKER
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 dkepath.machine = 'laptopjoan';
0014 dkepath.hostname = 'spcpc458';
0015 dkepath.computer = computer;
0016
0017
0018
0019 path_root = fileparts(which(mfilename));
0020 dkepath.joan(1).luke_root = path_root(1:strfind(path_root,'/Project_DKE/Database/PATH_files'));
0021
0022 dkepath.joan(1).local_root = '/opt/';
0023 dkepath.joan(1).temppathroot = '/tmp/';
0024
0025 dkepath.joan(1).mex900 = [dkepath.joan(1).luke_root,'Project_DKE/MEX/Bin/laptopjoan/MATLAB900'];
0026 dkepath.joan(1).mex901 = [dkepath.joan(1).luke_root,'Project_DKE/MEX/Bin/laptopjoan/MATLAB901'];
0027
0028 dkepath.joan(1).compiler_opt.helmex = NaN;
0029 dkepath.joan(1).compiler_opt.fopts = '';
0030 dkepath.joan(1).compiler_opt.copts = '';
0031
0032 dkepath.joan(1).MUMPS.mex900 = [dkepath.joan(1).local_root,'MUMPS_5.0.2/MATLAB900'];
0033 dkepath.joan(1).MUMPS.mex901 = [dkepath.joan(1).local_root,'MUMPS_5.0.2/MATLAB901'];
0034
0035
0036
0037
0038
0039 dkepath.joan(1).remote(1).remoteid = 'laptop_JOAN_DECKER';
0040 dkepath.joan(1).remote(1).schedulername = 'direct';
0041 dkepath.joan(1).remote(1).profilename = 'joan';
0042 dkepath.joan(1).remote(1).luke_root = dkepath.joan(1).luke_root;
0043 dkepath.joan(1).remote(1).link_mode = [];
0044 dkepath.joan(1).remote(1).cvsupdate = true;
0045 dkepath.joan(1).remote(1).cvsrights = '';
0046