0001 function dkepath = path_PSFC_EOFE7
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 dkepath.machine = {'eofe7','node'};
0014 dkepath.hostname = {'eofe7','node'};
0015
0016 dkepath.computer = computer;
0017
0018 dkepath.default = 'ypeysson';
0019
0020
0021
0022
0023
0024 dkepath.ypeysson(1).luke_root = '/home/ypeysson/luke/LUKE/';
0025 dkepath.ypeysson(1).temppathroot = '/home/ypeysson/tmp/';
0026
0027 dkepath.ypeysson(1).eofe7.local_root = '/home/ypeysson/luke/Packages/';
0028
0029 dkepath.ypeysson(1).eofe7.mex903 = [dkepath.ypeysson(1).luke_root,'Project_DKE/MEX/Bin/eofe7/MATLAB903/'];
0030
0031
0032
0033 dkepath.ypeysson(1).eofe7.compiler_opt.copts = '';
0034 dkepath.ypeysson(1).eofe7.compiler_opt.copts.cpp.mex903 = '-f /home/ypeysson/luke/LUKE/Project_DKE/MEX/Bin/eofe7/MATLAB903/g++_glnxa64.xml';
0035
0036 dkepath.ypeysson(1).eofe7.compiler_opt.fopts.mex903 = 'FC=''gfortran''';
0037 dkepath.ypeysson(1).eofe7.compiler_opt.separatrice.mex903 = [' -largeArrayDims -lgfortran -L',dkepath.ypeysson(1).eofe7.local_root,'LAPACK/lapack-3.8.0 -llapack -lrefblas '];
0038 dkepath.ypeysson(1).eofe7.compiler_opt.helmex.mex903 = [' -compatibleArrayDims -lgfortran -L',dkepath.ypeysson(1).eofe7.local_root,'LAPACK/lapack-3.8.0 -llapack -lrefblas '];
0039 dkepath.ypeysson(1).eofe7.compiler_opt.fopts.mex903 = ' ';
0040
0041 dkepath.ypeysson(1).MUMPS.mex903 = [dkepath.ypeysson(1).eofe7.local_root,'MUMPS/MUMPS_5.1.2/MATLAB903'];;
0042
0043
0044
0045 dkepath.ypeysson(1).eofe7.graphviz.env = '/bin/';
0046 dkepath.ypeysson(1).eofe7.latex.env = '/bin/';
0047 dkepath.ypeysson(1).eofe7.imagemagick.env = '/bin/';
0048
0049
0050
0051 dkepath.ypeysson(1).node = dkepath.ypeysson(1).eofe7;
0052
0053
0054
0055
0056
0057 dkepath.ypeysson(1).remote(1).remoteid = 'PSFC_EOFE7';
0058 dkepath.ypeysson(1).remote(1).schedulername = 'slurm';
0059 dkepath.ypeysson(1).remote(1).profilename = 'local';
0060 dkepath.ypeysson(1).remote(1).luke_root = dkepath.ypeysson(1).luke_root;
0061
0062 dkepath.ypeysson(1).remote(2) = dkepath.ypeysson(1).remote(1);
0063 dkepath.ypeysson(1).remote(2).schedulername = 'direct';
0064