path_desktop_SHAODONG_SONG

PURPOSE ^

SYNOPSIS ^

function dkepath = path_SWIP_CLUSTER02

DESCRIPTION ^

 path definitions for desktop computer of Shaodong Song (Chengdu, China) 

    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_SWIP_CLUSTER02
0002 %
0003 % path definitions for desktop computer of Shaodong Song (Chengdu, China)
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, Yves Peysson ------------------------------------
0023 %-------------------------------------------------------------------------------------------------------
0024 %
0025 dkepath.sd(1).luke_root = '/home/songsd/luke/LUKE/';
0026 dkepath.sd(1).local_root = '/home/songsd/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).localdatapath = dkepath.sd(1).temppathroot;
0030 %
0031 dkepath.sd(1).mex801 = [dkepath.sd(1).luke_root,'Project_DKE/MEX/Bin/cluster02/MATLAB801/'];
0032 %
0033 dkepath.sd(1).compiler_opt.libs.gfortran = [dkepath.sd(1).luke_root,'Project_DKE/MEX/Libs/gfortran/4.8.4','/',dkepath.machine,'/'];%extra libraries
0034 dkepath.sd(1).compiler_opt.copts = '';
0035 dkepath.sd(1).compiler_opt.fopts.mex801 = 'FC=''gfortran''';%
0036 dkepath.sd(1).compiler_opt.separatrice.mex801 = [' -largeArrayDims -lgfortran -L',dkepath.sd(1).local_root,'lapack-3.6.1 -llapack -lrefblas '];% -largeArrayDims does not work for helmex77.F but OK for separatrice.F
0037 dkepath.sd(1).compiler_opt.helmex.mex801 = [' -compatibleArrayDims -lgfortran -L',dkepath.sd(1).local_root,'lapack-3.6.1 -llapack -lrefblas  '];% -largeArrayDims does not work for helmex77.F but OK for separatrice.F
0038 %
0039 %Where MUMPS matrix solver is stored (MEX function)
0040 %
0041 dkepath.sd(1).MUMPS.mex801 = [dkepath.sd(1).local_root,'MUMPS_4.10.0/MATLAB'];
0042 %
0043 % LUKE documentation
0044 %
0045 dkepath.sd(1).graphviz.env = '/usr/bin/';%Graphviz environment variable
0046 dkepath.sd(1).latex.env = '/usr/bin/';% Latex environment variable
0047 dkepath.sd(1).imagemagick.env = '/usr/bin/';% ImageMagick environment variable
0048 %
0049 %--------------------------- Remote computing -----------------------------
0050 %
0051 % for profilename, use 'local' to select profile from user name on client machine (or default if unknown)
0052 %
0053 dkepath.sd(1).remote(1).remoteid = 'SWIP_CLUSTER02';
0054 dkepath.sd(1).remote(1).schedulername = 'torque';
0055 dkepath.sd(1).remote(1).profilename = 'sd';
0056 dkepath.sd(1).remote(1).luke_root = '/home/sd/LUKE/';%-----------------Put the LUKE path or symbolic link from your session
0057 dkepath.sd(1).remote(1).link_mode = '';
0058 dkepath.sd(1).remote(1).cvsupdate = false;% update done in 'direct' mode
0059 dkepath.sd(1).remote(1).gitupdate = false;
0060 %

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