Changes between Version 70 and Version 71 of cypress/using
- Timestamp:
- 12/12/22 12:12:03 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v70 v71 431 431 for i in $(seq $SLURM_NTASKS_PER_NODE) 432 432 do 433 cust_func $i & # Put a function in the background433 cust_func $i > log${i}.out & # Put a function in the background 434 434 done 435 435