Changeset 973 for trunk/src/civ.m


Ignore:
Timestamp:
Nov 18, 2016, 2:27:40 PM (7 years ago)
Author:
g7moreau
Message:
  • Force -singleCompThread on cluster
  • Adjust automatically matlab version in module load
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r924 r973  
    13811381            fprintf(fid,['#!/bin/bash \n' ...
    13821382                '/etc/sysprofile \n'...
    1383                 'matlab -nodisplay -nosplash -nojvm <<END_MATLAB \n'...
     1383                'matlab -nodisplay -nosplash -nojvm -singleCompThread <<END_MATLAB \n'...
    13841384                'addpath(''' path_civ ''');\n']);
    13851385%             for p=1:length(batch_file_list)
Note: See TracChangeset for help on using the changeset viewer.