path_PSFC_EOFE7

PURPOSE ^

SYNOPSIS ^

function dkepath = path_PSFC_EOFE7

DESCRIPTION ^

 path definitions for PSFC/MIT EOFE7 engaging 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_EOFE7
0002 %
0003 % path definitions for PSFC/MIT EOFE7 engaging 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 = {'eofe7','node'};
0014 dkepath.hostname = {'eofe7','node'};%here its a pattern since the hostname may fluctuate from time to time when login to the gateway
0015 %
0016 dkepath.computer = computer;%machine type and supported OS
0017 %
0018 dkepath.default = 'ypeysson';
0019 %
0020 %--------------------------------------------------------------------------------------------------------
0021 %------------------------------------ Profile number 1, Yves Peysson ------------------------------------
0022 %--------------------------------------------------------------------------------------------------------
0023 %
0024 dkepath.ypeysson(1).luke_root = '/home/ypeysson/luke/LUKE/';
0025 dkepath.ypeysson(1).temppathroot = '/home/ypeysson/tmp/';%Absolute root directory path adress where temporary matrices are stored (empty: local directory)
0026 %
0027 dkepath.ypeysson(1).eofe7.local_root = '/home/ypeysson/luke/Packages/';
0028 %
0029 dkepath.ypeysson(1).eofe7.mex903 = [dkepath.ypeysson(1).luke_root,'Project_DKE/MEX/Bin/eofe7/MATLAB903/'];%R2017b
0030 %
0031 %dkepath.ypeysson(1).eofe7.compiler_opt.libs.gfortran = [dkepath.ypeysson(1).luke_root,'Project_DKE/MEX/Libs/gfortran/4.4.3','/',dkepath.machine,'/'];%extra libraries
0032 %
0033 dkepath.ypeysson(1).eofe7.compiler_opt.copts = '';
0034 dkepath.ypeysson(1).eofe7.compiler_opt.copts.cpp.mex903 = '-f /home/ypeysson/luke/LUKE/Project_DKE/MEX/Bin/eofe7/MATLAB903/g++_glnxa64.xml';
0035 %
0036 dkepath.ypeysson(1).eofe7.compiler_opt.fopts.mex903 = 'FC=''gfortran''';%
0037 dkepath.ypeysson(1).eofe7.compiler_opt.separatrice.mex903 = [' -largeArrayDims -lgfortran -L',dkepath.ypeysson(1).eofe7.local_root,'LAPACK/lapack-3.8.0 -llapack -lrefblas '];% -largeArrayDims does not work for helmex77.F but OK for separatrice.F
0038 dkepath.ypeysson(1).eofe7.compiler_opt.helmex.mex903 = [' -compatibleArrayDims -lgfortran -L',dkepath.ypeysson(1).eofe7.local_root,'LAPACK/lapack-3.8.0 -llapack -lrefblas  '];% -largeArrayDims does not work for helmex77.F but OK for separatrice.F
0039 dkepath.ypeysson(1).eofe7.compiler_opt.fopts.mex903 = ' ';%-largeArrayDims';
0040 %
0041 dkepath.ypeysson(1).MUMPS.mex903 = [dkepath.ypeysson(1).eofe7.local_root,'MUMPS/MUMPS_5.1.2/MATLAB903'];;%Where MUMPS matrix solver is stored (MEX function)
0042 %
0043 % LUKE documentation
0044 %
0045 dkepath.ypeysson(1).eofe7.graphviz.env = '/bin/';% Graphviz environment variable
0046 dkepath.ypeysson(1).eofe7.latex.env = '/bin/';% Latex environment variable
0047 dkepath.ypeysson(1).eofe7.imagemagick.env = '/bin/';% ImageMagick environment variable
0048 %
0049 % ---------------------------- login other node -------------------------------
0050 %
0051 dkepath.ypeysson(1).node = dkepath.ypeysson(1).eofe7;
0052 %
0053 %--------------------------- Remote computing -----------------------------
0054 %
0055 % for profilename, use 'local' to select profile from user name on client machine (or default if unknown)
0056 %
0057 dkepath.ypeysson(1).remote(1).remoteid = 'PSFC_EOFE7';
0058 dkepath.ypeysson(1).remote(1).schedulername = 'slurm';
0059 dkepath.ypeysson(1).remote(1).profilename = 'local';
0060 dkepath.ypeysson(1).remote(1).luke_root = dkepath.ypeysson(1).luke_root;% local cluster
0061 %
0062 dkepath.ypeysson(1).remote(2) = dkepath.ypeysson(1).remote(1);
0063 dkepath.ypeysson(1).remote(2).schedulername = 'direct';
0064

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