Changes between Version 7 and Version 8 of cypress/Matlab


Ignore:
Timestamp:
05/27/16 16:40:28 (8 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Matlab

    v7 v8  
    6464matlab -nodesktop -nodisplay -nosplash < mymatlabprog.m
    6565}}}
    66 
     66'''Note : Since the number of license is limited, it is recommended to compile Matlab code and make an executable.'''
     67
     68See [https://wiki.hpc.tulane.edu/trac/wiki/cypress/Matlab#CompiledMatlab]
    6769
    6870=== Running MATLAB in Parallel with Multithreads ===
     
    111113This value goes to '''SLURM_JOB_CPUS_PER_NODE''' and you can use it to determine the number of threads used in the code.
    112114
     115'''Note : Since the number of license is limited, it is recommended to compile Matlab code and make an executable.'''
     116
     117See [https://wiki.hpc.tulane.edu/trac/wiki/cypress/Matlab#CompiledMatlab]
    113118
    114119==== Explicit parallelism ====
     
    171176}}}
    172177 
     178'''Note : Since the number of license is limited, it is recommended to compile Matlab code and make an executable.'''
     179
     180See [https://wiki.hpc.tulane.edu/trac/wiki/cypress/Matlab#CompiledMatlab]
     181
    173182=== Running MATLAB with Automatic Offload ===
    174183Internally MATLAB uses Intel MKL Basic Linear Algebra Subroutines (BLAS) and Linear Algebra package (LAPACK) routines to perform the underlying computations when running on Intel processors.
     
    215224fprintf('Real Time = %f(sec)\n',realT);
    216225}}}
     226
     227'''Note : Since the number of license is limited, it is recommended to compile Matlab code and make an executable.'''
     228
     229See [https://wiki.hpc.tulane.edu/trac/wiki/cypress/Matlab#CompiledMatlab]
     230
     231
     232----
    217233
    218234== Compiled Matlab ==