path_PSFC_LOKI

PURPOSE ^

SYNOPSIS ^

function dkepath = path_PSFC_LOKI

DESCRIPTION ^

 path definitions for PSFC LOKI cluster

    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_PSFC_LOKI
0002 %
0003 % path definitions for PSFC LOKI cluster
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 = 'loki';
0014 dkepath.hostname = 'head';%here its a pattern since the hostname may fluctuate from time to time when login to the gateway
0015 dkepath.computer = computer;%machine type and supported OS
0016 %
0017 dkepath.default = 'ypeysson';
0018 %
0019 %--------------------------------------------------------------------------------------------------------
0020 %------------------------------------ Profile number 1, Yves Peysson ------------------------------------
0021 %--------------------------------------------------------------------------------------------------------
0022 %
0023 dkepath.ypeysson(1).luke_root = '/home/ypeysson/LUKE/';
0024 dkepath.ypeysson(1).local_root = '/home/ypeysson/Packages/';
0025 dkepath.ypeysson(1).temppathroot = '/tmp/';%Absolute root directory path adress where temporary matrices are stored (empty: local directory)
0026 %
0027 dkepath.ypeysson(1).mex712 = [dkepath.ypeysson(1).luke_root,'Project_DKE/MEX/Bin/head/MATLAB712/'];%R2011a
0028 %
0029 dkepath.ypeysson(1).compiler_opt.libs.gfortran = [dkepath.ypeysson(1).luke_root,'Project_DKE/MEX/Libs/gfortran/4.4.3','/',dkepath.machine,'/'];%extra libraries
0030 dkepath.ypeysson(1).compiler_opt.copts = '';
0031 dkepath.ypeysson(1).compiler_opt.fopts.mex712 = 'FC=''gfortran''';%
0032 dkepath.ypeysson(1).compiler_opt.separatrice.mex712 = [' -largeArrayDims -lgfortran -L',dkepath.ypeysson(1).local_root,'lapack-3.4.2 -llapack -lrefblas '];% -largeArrayDims does not work for helmex77.F but OK for separatrice.F
0033 dkepath.ypeysson(1).compiler_opt.helmex.mex712 = [' -compatibleArrayDims -lgfortran -L',dkepath.ypeysson(1).local_root,'lapack-3.4.2 -llapack -lrefblas  '];% -largeArrayDims does not work for helmex77.F but OK for separatrice.F
0034 dkepath.ypeysson(1).compiler_opt.fopts.mex712 = ' ';%-largeArrayDims';
0035 %
0036 dkepath.ypeysson(1).MUMPS.mex712 = [dkepath.ypeysson(1).local_root,'MUMPS_4.10.0/MATLAB712'];;%Where MUMPS matrix solver is stored (MEX function)
0037 %
0038 % LUKE documentation
0039 %
0040 dkepath.ypeysson(1).graphviz.env = '';% Graphviz environment variable
0041 dkepath.ypeysson(1).latex.env = '/usr/bin/';% Latex environment variable
0042 dkepath.ypeysson(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.ypeysson(1).remote(1).remoteid = 'PSFC_LOKI';
0049 dkepath.ypeysson(1).remote(1).schedulername = 'pbs';
0050 dkepath.ypeysson(1).remote(1).profilename = 'local';
0051 dkepath.ypeysson(1).remote(1).luke_root = dkepath.ypeysson(1).luke_root;% local cluster
0052 %
0053 
0054 
0055

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