path_laptop_SHAODONG_SONG

PURPOSE ^

SYNOPSIS ^

function dkepath = path_laptop_GUILLAUME_BROCHARD

DESCRIPTION ^

 path definitions for laptop of Shaodong Song

    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_GUILLAUME_BROCHARD
0002 %
0003 % path definitions for laptop of Shaodong Song
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 = 'sd';
0014 dkepath.hostname = 'sd';
0015 dkepath.computer = computer;%machine type and supported OS
0016 %
0017 % Selected user profile for unlisted users
0018 %
0019 dkepath.default = 'sd';
0020 %
0021 %--------------------------------------------------------------------------------------------------------
0022 %------------------------------------ Profile number 1, Guillaume Brochard ------------------------------------
0023 %--------------------------------------------------------------------------------------------------------
0024 %
0025 dkepath.sd(1).luke_root = '/home/songshd/luke/LUKE/';
0026 dkepath.sd(1).local_root = '/home/songshd/packages/';
0027 dkepath.sd(1).temppathroot = '/tmp/';%Absolute root directory path adress where temporary matrices are stored (empty: local directory)
0028 %
0029 dkepath.sd(1).compiler_opt.libs.gfortran = [dkepath.sd(1).luke_root,'Project_DKE/MEX/Libs/gfortran/4.8.4','/',dkepath.machine,'/'];%extra libraries
0030 dkepath.sd(1).compiler_opt.copts = '';
0031 dkepath.sd(1).compiler_opt.fopts.mex801 = 'FC=''gfortran''';%
0032 dkepath.sd(1).compiler_opt.separatrice.mex801 = [' -largeArrayDims -lgfortran -L',dkepath.sd(1).local_root,'lapack-3.4.2 -llapack -lrefblas '];% -largeArrayDims does not work for helmex77.F but OK for separatrice.F
0033 dkepath.sd(1).compiler_opt.helmex.mex801 = [' -compatibleArrayDims -lgfortran -L',dkepath.sd(1).local_root,'lapack-3.4.2 -llapack -lrefblas  '];% -largeArrayDims does not work for helmex77.F but OK for separatrice.F
0034 dkepath.sd(1).compiler_opt.fopts.mex801 = ' ';%-largeArrayDims';
0035 %
0036 dkepath.sd(1).MUMPS.mex801 = [dkepath.sd(1).local_root,'MUMPS_4.10.0/MATLAB'];;%Where MUMPS matrix solver is stored (MEX function)
0037 %
0038 % LUKE documentation
0039 %
0040 dkepath.sd(1).graphviz.env = '/usr/bin/';% Graphviz environment variable
0041 dkepath.sd(1).latex.env = '/usr/bin/';% Latex environment variable
0042 dkepath.sd(1).imagemagick.env = '/usr/bin/';% ImageMagick environment variable
0043 %
0044 %--------------------------- Remote computing -----------------------------
0045 %
0046 % for profilename, use 'local' to select profile from user name on client machine (or default if unknown)
0047 %
0048 dkepath.sd(1).remote(1).remoteid = 'SWIP_CLUSTER02';
0049 dkepath.sd(1).remote(1).schedulername = 'torque';
0050 dkepath.sd(1).remote(1).profilename = 'sd';
0051 dkepath.sd(1).remote(1).luke_root = '/home/sd/LUKE/';%-----------------Put the LUKE path or symbolic link from your session
0052 dkepath.sd(1).remote(1).link_mode = '';
0053 dkepath.sd(1).remote(1).cvsupdate = false;% update done in 'direct' mode
0054 dkepath.sd(1).remote(1).gitupdate = false;
0055 %
0056

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