Changes between Version 70 and Version 71 of cypress/using


Ignore:
Timestamp:
12/12/22 12:12:03 (17 months ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/using

    v70 v71  
    431431for i in $(seq $SLURM_NTASKS_PER_NODE)
    432432do
    433         cust_func $i & # Put a function in the background
     433        cust_func $i > log${i}.out & # Put a function in the background
    434434done
    435435