path_laptop_BOJIANG_DING

PURPOSE ^

SYNOPSIS ^

function [dkepath] = path_laptop_BOJIANG_DING

DESCRIPTION ^

 path definitions for laptop of Bojiang Ding

    Input: none

    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_BOJIANG_DING
0002 %
0003 % path definitions for laptop of Bojiang Ding
0004 %
0005 %    Input: none
0006 %
0007 %    Output:
0008 %
0009 %       - dkepath: path structure
0010 %
0011 %   Warning: none
0012 %
0013 % By Yves Peysson (CEA/DSM/IRFM, yves.peysson@cea.fr) and Joan Decker (CEA/DSM/IRFM, joan.decker@cea.fr)
0014 %
0015 dkepath.hostname = 'bjdingLinux';%WARNING: for laptop, may change with connection status.
0016 dkepath.machine = 'bjdingLinux';
0017 dkepath.computer = computer;%machine type and supported OS
0018 %
0019 % Selected user profile for unlisted users
0020 %
0021 dkepath.default = 'bjding';
0022 %
0023 %------------------------------------ Profile number 1, Joan Decker ------------------------------------
0024 %
0025 dkepath.bjding(1).luke_root = [pwd,filesep];
0026 dkepath.bjding(1).local_root = '/home/bjding/Packages/';
0027 dkepath.bjding(1).temppathroot = '/tmp/';%Absolute root directory path adress where temporary matrices are stored (empty: local directory)
0028 %
0029 dkepath.bjding(1).mex714 = [dkepath.bjding(1).luke_root,'Project_DKE/MEX/Bin/laptopbojiang/MATLAB714']; 
0030 %
0031 dkepath.bjding(1).compiler_opt.copts = '';
0032 dkepath.bjding(1).compiler_opt.fopts.mex714 = ' ';%-largeArrayDims';
0033 dkepath.bjding(1).compiler_opt.helmex.mex714 = NaN;%'-llapack -lblas';% Optional argument for helmex compilation. WARNING: the option for 64bits integer -largeArrayDims does not work for helmex77.F but OK for separatrice.F
0034 %
0035 dkepath.bjding(1).MUMPS.mex714 = [dkepath.bjding(1).local_root,'MUMPS_4.10.0/MATLAB714'];%Where MUMPS matrix solver is stored (MEX function)
0036 %
0037 % LUKE documentation
0038 %
0039 dkepath.bjding(1).graphviz.env = '/usr/bin/';% Graphviz environment variable
0040 dkepath.bjding(1).latex.env = '/usr/bin/';% Latex environment variable
0041 dkepath.bjding(1).imagemagick.env = '/usr/bin/';% ImageMagick environment variable
0042 %
0043 %--------------------------- Remote computing -----------------------------
0044 %
0045 % local
0046 %
0047 dkepath.bjding(1).remote(1).remoteid = 'ASIPP_SHENMA';
0048 dkepath.bjding(1).remote(1).schedulername = 'torque';
0049 dkepath.bjding(1).remote(1).profilename = 'bjding';
0050 dkepath.bjding(1).remote(1).luke_root = '/project/LUKE/LUKE/';
0051 dkepath.bjding(1).remote(1).link_mode = 0;
0052 %
0053 
0054

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