0001 function dkepath = path_CRPP_BELLATRIX
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 dkepath.machine = 'bellatrix';
0014 dkepath.hostname = 'bellatrix.cluster';
0015 dkepath.computer = computer;
0016
0017
0018
0019 dkepath.default = 'kamleitn';
0020
0021
0022
0023 dkepath.kamleitn(1).luke_root = [pwd,filesep];
0024 dkepath.kamleitn(1).local_root = '/home//kamleitn/Packages/';
0025 dkepath.kamleitn(1).temppathroot = '/tmp/';
0026
0027 dkepath.kamleitn(1).mex800 = [dkepath.kamleitn(1).luke_root,'Project_DKE/MEX/Bin/mat800/'];
0028
0029 dkepath.kamleitn(1).compiler_opt.helmex.mex800 = NaN;
0030
0031 dkepath.kamleitn(1).compiler_opt.fopts = '';
0032
0033 dkepath.kamleitn(1).MUMPS.mex800 = [dkepath.kamleitn(1).local_root,'MUMPS_4.10.0_gf/MATLAB800'];
0034
0035
0036
0037 dkepath.kamleitn(1).graphviz.env = '';
0038 dkepath.kamleitn(1).latex.env = '';
0039 dkepath.kamleitn(1).imagemagick.env = '';
0040
0041
0042
0043
0044
0045 dkepath.kamleitn(1).remote(1).remoteid = 'CRPP_BELLATRIX';
0046 dkepath.kamleitn(1).remote(1).schedulername = 'pbs';
0047 dkepath.kamleitn(1).remote(1).profilename = 'kamleitn';
0048 dkepath.kamleitn(1).remote(1).luke_root = dkepath.kamleitn(1).luke_root;
0049
0050 dkepath.kamleitn(1).remote(end+1) = dkepath.kamleitn(1).remote(1);
0051 dkepath.kamleitn(1).remote(end).schedulername = 'direct';
0052