0001 function dkepath = path_nuc_YVES_PEYSSON
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 dkepath.machine = 'nucyves';
0014 dkepath.hostname = 'nucyves';
0015 dkepath.computer = computer;
0016
0017
0018
0019 dkepath.default = 'yvespeysson';
0020
0021
0022
0023
0024
0025 dkepath.yvespeysson(1).luke_root = '/home/yvespeysson/luke/LUKE/';
0026 dkepath.yvespeysson(1).temppathroot = '/tmp/';
0027 dkepath.yvespeysson(1).local_root = '/home/yvespeysson/';
0028
0029 dkepath.yvespeysson(1).mex903 = [dkepath.yvespeysson(1).luke_root,'Project_DKE/MEX/Bin/nucyves/MATLAB903/'];
0030 dkepath.yvespeysson(1).mex904 = [dkepath.yvespeysson(1).luke_root,'Project_DKE/MEX/Bin/nucyves/MATLAB904/'];
0031
0032 dkepath.yvespeysson(1).compiler_opt.libs.gfortran = '';
0033 dkepath.yvespeysson(1).compiler_opt.copts = '';
0034 dkepath.yvespeysson(1).compiler_opt.fopts.mex903 = 'FC=''gfortran''';
0035 dkepath.yvespeysson(1).compiler_opt.separatrice.mex903 = [' -largeArrayDims -lgfortran -L',dkepath.yvespeysson(1).local_root,'Packages/Bin/LAPACK/lapack-3.8.0 -llapack -lrefblas '];
0036 dkepath.yvespeysson(1).compiler_opt.helmex.mex903 = [' -compatibleArrayDims -lgfortran -L',dkepath.yvespeysson(1).local_root,'Packages/Bin/LAPACK/lapack-3.8.0 -llapack -lrefblas '];
0037 dkepath.yvespeysson(1).compiler_opt.fopts.mex903 = ' ';
0038 dkepath.yvespeysson(1).compiler_opt.fopts.mex904 = 'FC=''gfortran''';
0039 dkepath.yvespeysson(1).compiler_opt.separatrice.mex904 = [' -largeArrayDims -lgfortran -L',dkepath.yvespeysson(1).local_root,'Packages/Bin/LAPACK/lapack-3.8.0 -llapack -lrefblas '];
0040 dkepath.yvespeysson(1).compiler_opt.helmex.mex904 = [' -compatibleArrayDims -lgfortran -L',dkepath.yvespeysson(1).local_root,'Packages/Bin/LAPACK/lapack-3.8.0 -llapack -lrefblas '];
0041 dkepath.yvespeysson(1).compiler_opt.fopts.mex904 = ' ';
0042
0043
0044 dkepath.yvespeysson(1).MUMPS.mex903 = [dkepath.yvespeysson(1).local_root,'Packages/Bin/MUMPS/MUMPS_5.1.2_S_gfortran/MATLAB903'];
0045 dkepath.yvespeysson(1).MUMPS.mex904 = [dkepath.yvespeysson(1).local_root,'Packages/Bin/MUMPS/MUMPS_5.1.2_S_gfortran/MATLAB904'];
0046
0047
0048
0049 dkepath.yvespeysson(1).graphviz.env = '/usr/bin/';
0050 dkepath.yvespeysson(1).latex.env = '/usr/local/texlive/2018/bin/x86_64-linux/';
0051 dkepath.yvespeysson(1).imagemagick.env = '/usr/bin/';
0052
0053
0054
0055
0056
0057 dkepath.yvespeysson(1).remote(1).remoteid = 'nuc_YVES_PEYSSON';
0058 dkepath.yvespeysson(1).remote(1).schedulername = 'condor';
0059 dkepath.yvespeysson(1).remote(1).profilename = 'yvespeysson';
0060 dkepath.yvespeysson(1).remote(1).luke_root = dkepath.yvespeysson(1).luke_root;
0061 dkepath.yvespeysson(1).remote(1).link_mode = '';
0062 dkepath.yvespeysson(1).remote(1).cvsupdate = false;
0063 dkepath.yvespeysson(1).remote(1).gitupdate = false;
0064 dkepath.yvespeysson(1).remote(1).gitmode.cmd = 'cd home/yvespeysson/luke/*;git pull;echo "* update done";';
0065
0066 dkepath.yvespeysson(1).remote(2) = dkepath.yvespeysson(1).remote(1);
0067 dkepath.yvespeysson(1).remote(2).schedulername = 'direct';
0068 dkepath.yvespeysson(1).remote(2).gitupdate = true;
0069