path_PSFC_CMODWS85

PURPOSE ^

SYNOPSIS ^

function dkepath = path_PSFC_CMODWS85

DESCRIPTION ^

 path definitions for PSFC CMODWS85 workstation

    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_CMODWS85
0002 %
0003 % path definitions for PSFC CMODWS85 workstation
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 = 'cmodws85';
0014 dkepath.hostname = 'cmodws85.psfc.mit.edu';%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/LUKE/';
0024 dkepath.ypeysson(1).local_root = '/home/ypeysson/luke/Packages/';
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).mex806 = [dkepath.ypeysson(1).luke_root,'Project_DKE/MEX/Bin/cmodws85/MATLAB806/'];%R2015b
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 %
0031 dkepath.ypeysson(1).compiler_opt.copts = '';
0032 dkepath.ypeysson(1).compiler_opt.copts.cpp.mex806 = '-f /home/ypeysson/luke/LUKE/Project_DKE/MEX/Bin/cmodws85/MATLAB806/g++_glnxa64.xml';
0033 %
0034 dkepath.ypeysson(1).compiler_opt.fopts.mex806 = 'FC=''gfortran''';%
0035 dkepath.ypeysson(1).compiler_opt.separatrice.mex806 = [' -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
0036 dkepath.ypeysson(1).compiler_opt.helmex.mex806 = [' -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
0037 dkepath.ypeysson(1).compiler_opt.fopts.mex806 = ' ';%-largeArrayDims';
0038 %
0039 dkepath.ypeysson(1).MUMPS.mex806 = [dkepath.ypeysson(1).local_root,'MUMPS_4.10.0/MATLAB806'];;%Where MUMPS matrix solver is stored (MEX function)
0040 %
0041 % LUKE documentation
0042 %
0043 dkepath.ypeysson(1).graphviz.env = '';% Graphviz environment variable
0044 dkepath.ypeysson(1).latex.env = '/usr/bin/';% Latex environment variable
0045 dkepath.ypeysson(1).imagemagick.env = '/usr/bin/';% ImageMagick environment variable
0046 %
0047 %--------------------------- Remote computing -----------------------------
0048 %
0049 % for profilename, use 'local' to select profile from user name on client machine (or default if unknown)
0050 %
0051 dkepath.ypeysson(1).remote(1).remoteid = 'PSFC_CMODWS85';
0052 dkepath.ypeysson(1).remote(1).schedulername = 'direct';
0053 dkepath.ypeysson(1).remote(1).profilename = 'local';
0054 dkepath.ypeysson(1).remote(1).luke_root = '/home/ypeysson/LUKE/';% local cluster
0055 %
0056 dkepath.ypeysson(1).remote(2) = dkepath.ypeysson(1).remote(1);
0057 dkepath.ypeysson(1).remote(2).schedulername = 'direct';
0058 %
0059 
0060 
0061

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