0001 function [dkepath] = path_CHALMERS
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 dkepath.hostname = 'ft';
0015 dkepath.machine = 'chalmers';
0016 dkepath.computer = computer;
0017
0018
0019
0020 dkepath.decker(1).luke_root = [pwd,filesep];
0021 dkepath.decker(1).local_root = '/home/decker/Packages/';
0022 dkepath.decker(1).temppathroot = '/tmp/';
0023
0024 dkepath.decker(1).mex714 = [dkepath.decker(1).luke_root,'Project_DKE/MEX/Bin/dkepath/MATLAB714'];
0025
0026 dkepath.decker(1).compiler_opt.helmex = NaN;
0027 dkepath.decker(1).compiler_opt.fopts = ' LD_LIBRARY_PATH="" ';
0028 dkepath.decker(1).compiler_opt.copts = ' LD_LIBRARY_PATH="" ';
0029
0030 dkepath.decker(1).MUMPS.mex714 = [dkepath.decker(1).local_root,'MUMPS_4.10.0_lapack/MATLAB714'];
0031
0032
0033
0034
0035 dkepath.decker(1).graphviz.env = '';
0036 dkepath.decker(1).latex.env = '';
0037 dkepath.decker(1).imagemagick.env = '';
0038
0039
0040
0041
0042
0043 dkepath.decker(1).remote(1).remoteid = 'CHALMERS_FT';
0044 dkepath.decker(1).remote(1).schedulername = 'direct';
0045 dkepath.decker(1).remote(1).profilename = 'local';
0046 dkepath.decker(1).remote(1).luke_root = '/home/decker/LUKE/';
0047
0048 dkepath.decker(1).remote(2) = dkepath.decker(1).remote(1);
0049 dkepath.decker(1).remote(2).schedulername = 'torque';
0050