Changeset 1572


Ignore:
Timestamp:
01/23/23 14:55:06 (15 months ago)
Author:
aclsce
Message:

Added missing parenthesis around shell variable for jeanzay case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job_debug

    r1570 r1572  
    233233#-Q- jeanzay        mv hostlist hostlist_tmp 
    234234#-Q- jeanzay        host_value=${listnodes[${nb_proc}]} 
    235 #-Q- jeanzay        sed -e "s/node_$nb_proc_X/${host_value}/" hostlist_tmp > hostlist 
     235#-Q- jeanzay        sed -e "s/node_${nb_proc}_X/${host_value}/" hostlist_tmp > hostlist 
    236236#-Q- jeanzay    done 
    237237#-Q- jeanzay    export SLURM_HOSTFILE=./hostlist 
Note: See TracChangeset for help on using the changeset viewer.