path_CRPP_PPB110

PURPOSE ^

SYNOPSIS ^

function dkepath = path_CRPP_PPB110

DESCRIPTION ^

 path definitions for CRPP (EPFL, Suisse) PC82 computer

    Output:

       - dkepath: path structure

   Warning: none

 By Yves Peysson (CEA/DSM/IRFM, yves.peysson@cea.fr) and Joan Decker (CEA/DSM/IRFM, joan.decker@cea.fr)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function dkepath = path_CRPP_PPB110
0002 %
0003 % path definitions for CRPP (EPFL, Suisse) PC82 computer
0004 %
0005 %    Output:
0006 %
0007 %       - dkepath: path structure
0008 %
0009 %   Warning: none
0010 %
0011 % By Yves Peysson (CEA/DSM/IRFM, yves.peysson@cea.fr) and Joan Decker (CEA/DSM/IRFM, joan.decker@cea.fr)
0012 %
0013 dkepath.machine = 'ppb110';
0014 dkepath.hostname = 'ws0.epfl.ch';% should match the output of hostname_jd on the machine
0015 dkepath.computer = computer;%machine type and supported OS
0016 %
0017 % Selected user profile for unlisted users
0018 %
0019 dkepath.default = 'decker';
0020 %
0021 %------------------------------------ Profile number 1, Joan Decker ------------------------------------
0022 %
0023 dkepath.decker(1).luke_root = [pwd,filesep];
0024 dkepath.decker(1).local_root = '/home/decker/Packages/';
0025 dkepath.decker(1).temppathroot = '/tmp/';%Absolute root directory path adress where temporary matrices are stored (empty: local directory)
0026 %
0027 dkepath.decker(1).mex801 = [dkepath.decker(1).luke_root,'Project_DKE/MEX/Bin/mat801/'];
0028 %
0029 dkepath.decker(1).compiler_opt.helmex.mex801 = NaN;%'FLIBS=''-Wl,-rpath-link,/usr/local/matlab-8.1/bin/glnxa64 -L/usr/local/matlab-8.1/bin/glnxa64 -lmx -lmex -lmat -lm -L/home/decker/Packages/lapack-3.4.2 -llapack -lrefblas_gf''';
0030 %
0031 dkepath.decker(1).compiler_opt.fopts = '';
0032 %
0033 dkepath.decker(1).MUMPS.mex801 = [dkepath.decker(1).local_root,'MUMPS_4.10.0_gf/MATLAB801'];%Where MUMPS matrix solver is stored (MEX function)
0034 %
0035 % LUKE documentation
0036 %
0037 dkepath.decker(1).graphviz.env = '';% Graphviz environment variable
0038 dkepath.decker(1).latex.env = '';% Latex environment variable
0039 dkepath.decker(1).imagemagick.env = '';% ImageMagick environment variable
0040 %
0041 %--------------------------- Remote computing -----------------------------
0042 %
0043 % for profilename, use 'local' to select profile from user name on client machine (or default if unknown)
0044 %
0045 dkepath.decker(1).remote(1).remoteid = 'CRPP_PPB110';
0046 dkepath.decker(1).remote(1).schedulername = 'slurm';
0047 dkepath.decker(1).remote(1).profilename = 'local';
0048 dkepath.decker(1).remote(1).luke_root = dkepath.decker(1).luke_root;% local cluster
0049 %
0050 dkepath.decker(1).remote(2).remoteid = 'CRPP_PPB110';
0051 dkepath.decker(1).remote(2).schedulername = 'direct';
0052 dkepath.decker(1).remote(2).profilename = 'local';
0053 dkepath.decker(1).remote(2).luke_root = dkepath.decker(1).luke_root;% local cluster
0054 %

Community support and wiki are available on Redmine. Last update: 18-Apr-2019.