0001 function dkepath = path_PSFC_CMODWS85
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 dkepath.machine = 'cmodws85';
0014 dkepath.hostname = 'cmodws85.psfc.mit.edu';
0015 dkepath.computer = computer;
0016
0017 dkepath.default = 'ypeysson';
0018
0019
0020
0021
0022
0023 dkepath.ypeysson(1).luke_root = '/home/ypeysson/luke/LUKE/';
0024 dkepath.ypeysson(1).local_root = '/home/ypeysson/luke/Packages/';
0025 dkepath.ypeysson(1).temppathroot = '/home/ypeysson/tmp/';
0026
0027 dkepath.ypeysson(1).mex806 = [dkepath.ypeysson(1).luke_root,'Project_DKE/MEX/Bin/cmodws85/MATLAB806/'];
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
0031 dkepath.ypeysson(1).compiler_opt.copts = '';
0032 dkepath.ypeysson(1).compiler_opt.copts.cpp.mex806 = '-f /home/ypeysson/luke/LUKE/Project_DKE/MEX/Bin/cmodws85/MATLAB806/g++_glnxa64.xml';
0033
0034 dkepath.ypeysson(1).compiler_opt.fopts.mex806 = 'FC=''gfortran''';
0035 dkepath.ypeysson(1).compiler_opt.separatrice.mex806 = [' -largeArrayDims -lgfortran -L',dkepath.ypeysson(1).local_root,'lapack-3.4.2 -llapack -lrefblas '];
0036 dkepath.ypeysson(1).compiler_opt.helmex.mex806 = [' -compatibleArrayDims -lgfortran -L',dkepath.ypeysson(1).local_root,'lapack-3.4.2 -llapack -lrefblas '];
0037 dkepath.ypeysson(1).compiler_opt.fopts.mex806 = ' ';
0038
0039 dkepath.ypeysson(1).MUMPS.mex806 = [dkepath.ypeysson(1).local_root,'MUMPS_4.10.0/MATLAB806'];;
0040
0041
0042
0043 dkepath.ypeysson(1).graphviz.env = '';
0044 dkepath.ypeysson(1).latex.env = '/usr/bin/';
0045 dkepath.ypeysson(1).imagemagick.env = '/usr/bin/';
0046
0047
0048
0049
0050
0051 dkepath.ypeysson(1).remote(1).remoteid = 'PSFC_CMODWS85';
0052 dkepath.ypeysson(1).remote(1).schedulername = 'direct';
0053 dkepath.ypeysson(1).remote(1).profilename = 'local';
0054 dkepath.ypeysson(1).remote(1).luke_root = '/home/ypeysson/LUKE/';
0055
0056 dkepath.ypeysson(1).remote(2) = dkepath.ypeysson(1).remote(1);
0057 dkepath.ypeysson(1).remote(2).schedulername = 'direct';
0058
0059
0060
0061