0001 function dkepath = path_PSFC_LOKI
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 dkepath.machine = 'loki';
0014 dkepath.hostname = 'head';
0015 dkepath.computer = computer;
0016
0017 dkepath.default = 'ypeysson';
0018
0019
0020
0021
0022
0023 dkepath.ypeysson(1).luke_root = '/home/ypeysson/LUKE/';
0024 dkepath.ypeysson(1).local_root = '/home/ypeysson/Packages/';
0025 dkepath.ypeysson(1).temppathroot = '/tmp/';
0026
0027 dkepath.ypeysson(1).mex712 = [dkepath.ypeysson(1).luke_root,'Project_DKE/MEX/Bin/head/MATLAB712/'];
0028
0029 dkepath.ypeysson(1).compiler_opt.libs.gfortran = [dkepath.ypeysson(1).luke_root,'Project_DKE/MEX/Libs/gfortran/4.4.3','/',dkepath.machine,'/'];
0030 dkepath.ypeysson(1).compiler_opt.copts = '';
0031 dkepath.ypeysson(1).compiler_opt.fopts.mex712 = 'FC=''gfortran''';
0032 dkepath.ypeysson(1).compiler_opt.separatrice.mex712 = [' -largeArrayDims -lgfortran -L',dkepath.ypeysson(1).local_root,'lapack-3.4.2 -llapack -lrefblas '];
0033 dkepath.ypeysson(1).compiler_opt.helmex.mex712 = [' -compatibleArrayDims -lgfortran -L',dkepath.ypeysson(1).local_root,'lapack-3.4.2 -llapack -lrefblas '];
0034 dkepath.ypeysson(1).compiler_opt.fopts.mex712 = ' ';
0035
0036 dkepath.ypeysson(1).MUMPS.mex712 = [dkepath.ypeysson(1).local_root,'MUMPS_4.10.0/MATLAB712'];;
0037
0038
0039
0040 dkepath.ypeysson(1).graphviz.env = '';
0041 dkepath.ypeysson(1).latex.env = '/usr/bin/';
0042 dkepath.ypeysson(1).imagemagick.env = '/usr/bin/';
0043
0044
0045
0046
0047
0048 dkepath.ypeysson(1).remote(1).remoteid = 'PSFC_LOKI';
0049 dkepath.ypeysson(1).remote(1).schedulername = 'pbs';
0050 dkepath.ypeysson(1).remote(1).profilename = 'local';
0051 dkepath.ypeysson(1).remote(1).luke_root = dkepath.ypeysson(1).luke_root;
0052
0053
0054
0055