Changeset 1132 for trunk/src


Ignore:
Timestamp:
Apr 15, 2024, 6:53:40 PM (3 weeks ago)
Author:
g7moreau
Message:

Add module purge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r1128 r1132  
    20792079                                '#!/bin/bash\n'...
    20802080                                'source /etc/profile\n'...
     2081                                'module purge\n'...
    20812082                                'module load matlab/' matlab_version '\n'...% CHOICE OF MATLAB VERSION
    20822083                                'time_start=$(date +%%s)\n'...
     
    21512152                        '#!/bin/bash\n'...
    21522153                        'source /etc/profile\n'...
     2154                        'module purge\n'...
    21532155                        'module load matlab/' matlab_version '\n'...% CHOICE OF MATLAB VERSION
    21542156                        'matlab -nodisplay -nosplash -nojvm -singleCompThread -logfile ''' filelog{iprocess} ''' <<END_MATLAB\n'...
Note: See TracChangeset for help on using the changeset viewer.