path_laptop_JOAN_DECKER

PURPOSE ^

SYNOPSIS ^

function dkepath = path_laptop_JOAN_DECKER

DESCRIPTION ^

 path definitions for laptop of Joan Decker 

    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_laptop_JOAN_DECKER
0002 %
0003 % path definitions for laptop of Joan Decker
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 = 'laptopjoan';
0014 dkepath.hostname = 'spcpc458';%WARNING: for laptop, may change with connection status.
0015 dkepath.computer = computer;%machine type and supported OS
0016 %
0017 %------------------------------------ Profile number 1, Joan Decker ------------------------------------
0018 %
0019 path_root = fileparts(which(mfilename));
0020 dkepath.joan(1).luke_root = path_root(1:strfind(path_root,'/Project_DKE/Database/PATH_files'));
0021 %
0022 dkepath.joan(1).local_root = '/opt/';
0023 dkepath.joan(1).temppathroot = '/tmp/';%Absolute root directory path adress where temporary matrices are stored (empty: local directory)
0024 %
0025 dkepath.joan(1).mex900 = [dkepath.joan(1).luke_root,'Project_DKE/MEX/Bin/laptopjoan/MATLAB900']; 
0026 dkepath.joan(1).mex901 = [dkepath.joan(1).luke_root,'Project_DKE/MEX/Bin/laptopjoan/MATLAB901']; 
0027 %
0028 dkepath.joan(1).compiler_opt.helmex = NaN;
0029 dkepath.joan(1).compiler_opt.fopts = '';
0030 dkepath.joan(1).compiler_opt.copts = '';
0031 %
0032 dkepath.joan(1).MUMPS.mex900 = [dkepath.joan(1).local_root,'MUMPS_5.0.2/MATLAB900'];%Where MUMPS matrix solver is stored (MEX function)
0033 dkepath.joan(1).MUMPS.mex901 = [dkepath.joan(1).local_root,'MUMPS_5.0.2/MATLAB901'];%Where MUMPS matrix solver is stored (MEX function)
0034 %
0035 %--------------------------- Remote computing -----------------------------
0036 %
0037 % for profilename, use 'local' to select profile from user name on client machine (or default if unknown)
0038 %
0039 dkepath.joan(1).remote(1).remoteid = 'laptop_JOAN_DECKER';
0040 dkepath.joan(1).remote(1).schedulername = 'direct';
0041 dkepath.joan(1).remote(1).profilename = 'joan';
0042 dkepath.joan(1).remote(1).luke_root = dkepath.joan(1).luke_root;% local cluster
0043 dkepath.joan(1).remote(1).link_mode = [];
0044 dkepath.joan(1).remote(1).cvsupdate = true;
0045 dkepath.joan(1).remote(1).cvsrights = '';
0046 %

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