0001 function dkepath = path_GA_IRIS
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 dkepath.machine = {'iris'};
0014 dkepath.hostname = {'iris'};
0015
0016 dkepath.computer = computer;
0017
0018 dkepath.default = 'peyssony';
0019
0020
0021
0022
0023
0024 dkepath.peyssony(1).luke_root = '/fusion/projects/codes/c3po-luke/LUKE/';
0025
0026 dkepath.peyssony(1).temppathroot = '/cscratch/peyssony/';
0027
0028 dkepath.peyssony(1).iris.local_root = '/fusion/projects/codes/c3po-luke/Packages/';
0029
0030 dkepath.peyssony(1).iris.mex903 = [dkepath.peyssony(1).luke_root,'Project_DKE/MEX/Bin/iris/MATLAB903/'];
0031
0032
0033
0034 dkepath.peyssony(1).iris.compiler_opt.copts = '';
0035
0036
0037 dkepath.peyssony(1).iris.compiler_opt.fopts.mex903 = 'FC=''gfortran''';
0038 dkepath.peyssony(1).iris.compiler_opt.separatrice.mex903 = [' -largeArrayDims -lgfortran -L',dkepath.peyssony(1).iris.local_root,'LAPACK/lapack-3.8.0 -llapack -lrefblas '];
0039 dkepath.peyssony(1).iris.compiler_opt.helmex.mex903 = [' -compatibleArrayDims -lgfortran -L',dkepath.peyssony(1).iris.local_root,'LAPACK/lapack-3.8.0 -llapack -lrefblas '];
0040 dkepath.peyssony(1).iris.compiler_opt.fopts.mex903 = ' ';
0041
0042 dkepath.peyssony(1).MUMPS.mex903 = [dkepath.peyssony(1).iris.local_root,'MUMPS/MUMPS_5.1.2/MATLAB903'];;
0043
0044
0045
0046 dkepath.peyssony(1).iris.graphviz.env = '/usr/bin/';
0047 dkepath.peyssony(1).iris.latex.env = '/usr/bin/';
0048 dkepath.peyssony(1).iris.imagemagick.env = '/usr/bin/';
0049
0050
0051
0052
0053
0054 dkepath.peyssony(1).remote(1).remoteid = 'GA_IRIS';
0055 dkepath.peyssony(1).remote(1).schedulername = 'slurm';
0056 dkepath.peyssony(1).remote(1).profilename = 'peyssony';
0057 dkepath.peyssony(1).remote(1).luke_root = dkepath.peyssony(1).luke_root;
0058
0059 dkepath.peyssony(1).remote(2) = dkepath.peyssony(1).remote(1);
0060 dkepath.peyssony(1).remote(2).schedulername = 'direct';
0061
0062
0063
0064
0065 dkepath.brookmanmw(1) = dkepath.peyssony(1);
0066 dkepath.brookmanmw(1).remote(1).profilename = 'brookmanmw';
0067 dkepath.brookmanmw(1).temppathroot = '/cscratch/brookmanmw/';
0068
0069
0070