path_laptop_PRAMOD_SHARMA

PURPOSE ^

SYNOPSIS ^

function [laptoppramod] = path_laptop_PRAMOD_SHARMA(luke_ref)

DESCRIPTION ^

 path definitions for laptop of Pramod Sharma

    Input:

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

    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 [laptoppramod] = path_laptop_PRAMOD_SHARMA(luke_ref)
0002 %
0003 % path definitions for laptop of Pramod Sharma
0004 %
0005 %    Input:
0006 %
0007 %       - luke_ref: for CVS tagged LUKE version [1,m]
0008 %         (default: 'LUKE')
0009 %
0010 %    Output:
0011 %
0012 %       - dkepath: path structure
0013 %
0014 %   Warning: none
0015 %
0016 % By Yves Peysson (CEA/DSM/IRFM, yves.peysson@cea.fr) and Joan Decker (CEA/DSM/IRFM, joan.decker@cea.fr)
0017 %
0018 if nargin == 0, luke_ref = 'LUKE';end
0019 %
0020 [dummy,matlabversion,matlabrelease] = LUKEversion_jd;
0021 %
0022 laptoppramod.hostname = 'promod';
0023 laptoppramod.machine = 'laptoppramod';
0024 laptoppramod.computer = computer;%machine type and supported OS
0025 %
0026 % Selected user profile (structure hostname.usernames(pathref).xxx)
0027 %
0028 laptoppramod.path_profile = 1;
0029 %
0030 %------------------------------------ Profile number 1, Pramod Sharma ------------------------------------
0031 %
0032 laptoppramod.promod(1).luke_root = [getenv('HOME'),'/LUKE/'];
0033 laptoppramod.promod(1).local_root = [getenv('HOME'),'/'];
0034 laptoppramod.promod(1).temppathroot = '/tmp/';%Absolute root directory path adress where temporary matrices are stored (empty: local directory)
0035 %
0036 laptoppramod.promod(1).mex705 = [laptoppramod.promod(1).luke_root,'Project_DKE/MEX/Bin/laptoppramod/MATLAB75/'];
0037 laptoppramod.promod(1).compiler_opt.helmex = '-v FC=''ifort'' FLIBS=''-Wl,-rpath-link,/home/promod/matlab75/bin/glnx86 -L/home/promod/matlab75/bin/glnx86 -lmx -lmex -lmat -lm -Wl,-rpath,/opt/intel/mkl/10.0.1.014/lib/32 -L/opt/intel/mkl/10.0.1.014/lib/32 -lmkl_lapack -lmkl -lguide -lpthread''';%
0038 %
0039 laptoppramod.promod(1).MUMPS.mex705 = [laptoppramod.promod(1).local_root,'Projet_Cronos/libs/MUMPS_4.7.3/MATLAB'];%Where MUMPS matrix solver is stored (MEX function)

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