path_CHALMERS

PURPOSE ^

SYNOPSIS ^

function [dkepath] = path_CHALMERS

DESCRIPTION ^

 path definitions for Chalmers gateway computer

    Input:

       - luke_ref: for CVS tagged LUKE version [1,m]
         (default: 'LUKE')

   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_CHALMERS
0002 %
0003 % path definitions for Chalmers gateway computer
0004 %
0005 %    Input:
0006 %
0007 %       - luke_ref: for CVS tagged LUKE version [1,m]
0008 %         (default: 'LUKE')
0009 %
0010 %   Warning: none
0011 %
0012 % By Yves Peysson (CEA/DSM/IRFM, yves.peysson@cea.fr) and Joan Decker (CEA/DSM/IRFM, joan.decker@cea.fr)
0013 %
0014 dkepath.hostname = 'ft';%WARNING: for laptop, may change with connection status.
0015 dkepath.machine = 'chalmers';
0016 dkepath.computer = computer;%machine type and supported OS
0017 %
0018 %------------------------------------ Profile number 1, Joan Decker ------------------------------------
0019 %
0020 dkepath.decker(1).luke_root = [pwd,filesep];
0021 dkepath.decker(1).local_root = '/home/decker/Packages/';
0022 dkepath.decker(1).temppathroot = '/tmp/';%Absolute root directory path adress where temporary matrices are stored (empty: local directory)
0023 %
0024 dkepath.decker(1).mex714 = [dkepath.decker(1).luke_root,'Project_DKE/MEX/Bin/dkepath/MATLAB714']; 
0025 %
0026 dkepath.decker(1).compiler_opt.helmex = NaN;
0027 dkepath.decker(1).compiler_opt.fopts = ' LD_LIBRARY_PATH="" ';%'FC="gfortran"';
0028 dkepath.decker(1).compiler_opt.copts = ' LD_LIBRARY_PATH="" ';
0029 %
0030 dkepath.decker(1).MUMPS.mex714 = [dkepath.decker(1).local_root,'MUMPS_4.10.0_lapack/MATLAB714'];%Where MUMPS matrix solver is stored (MEX function)
0031 %
0032 %
0033 % LUKE documentation
0034 %
0035 dkepath.decker(1).graphviz.env = '';% Graphviz environment variable
0036 dkepath.decker(1).latex.env = '';% Latex environment variable
0037 dkepath.decker(1).imagemagick.env = '';% ImageMagick environment variable
0038 %
0039 %--------------------------- Remote computing -----------------------------
0040 %
0041 % for profilename, use 'local' to select profile from user name on client machine (or default if unknown)
0042 %
0043 dkepath.decker(1).remote(1).remoteid = 'CHALMERS_FT';
0044 dkepath.decker(1).remote(1).schedulername = 'direct';
0045 dkepath.decker(1).remote(1).profilename = 'local';
0046 dkepath.decker(1).remote(1).luke_root = '/home/decker/LUKE/';
0047 %
0048 dkepath.decker(1).remote(2) = dkepath.decker(1).remote(1);
0049 dkepath.decker(1).remote(2).schedulername = 'torque';
0050 %

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