Searched refs:N_steps (Results 1 – 4 of 4) sorted by relevance
| /phasta/converterIO/ |
| H A D | create_IO_N2O_input.sh | 27 N_steps=$1 31 echo "Time step: $N_steps" 44 if [ ! -e $dir/restart-dat.$N_steps.1 ]; then 45 die "Time step $N_steps does not exist in $N_parts-procs_case\n Aborting" 48 nsynciofiles=`ls $dir/restart-dat.$N_steps.* | wc -l` 61 grep -a ' : < ' $dir/restart-dat.$N_steps.1 | grep -v '< 0 >' | awk -F @ '{print $1}' | uniq -c > $… 85 echo "N-steps: $N_steps;" >> $file
|
| H A D | create_IO_O2N_input.sh | 237 N_steps=$1 241 echo "Time step: $N_steps" 254 if [ ! -e $dir/restart.$N_steps.1 ]; then 255 die "Time step $N_steps does not exist in $N_parts-procs_case\n Aborting" 326 grep -a ' : < ' $dir/restart.$N_steps.1 > $file_grep_restart 369 echo "N-steps: $N_steps;" >> $file
|
| H A D | converterO2N.cc | 72 int N_restart_integer, N_steps, N_parts, N_files; in main() local 102 N_steps = atoi(temp); in main() 111 printf("numpe is %d and start is %d\n",N_parts,N_steps); in main() 172 fprintf(AccessoryFileHandle,"%d",N_steps); in main() 209 sprintf(gfname,"./%d-procs_case/restart.%d.%d", N_parts, N_steps, startpart+j); in main() 218 sprintf(gfname,"./%d-procs_case/%d/restart.%d.%d",N_parts, subdir, N_steps, startpart+j); in main() 973 sprintf(gfname,"./%d-procs_case/%d/restart.%d.%d",N_parts, subdir, N_steps,startpart+j); in main() 976 sprintf(gfname,"./%d-procs_case/restart.%d.%d",N_parts, N_steps, startpart+j); in main() 1034 sprintf(gfname,"./%d-procs_case/%d/restart.%d.%d",N_parts, subdir, N_steps, startpart+j); in main() 1037 sprintf(gfname,"./%d-procs_case/restart.%d.%d",N_parts, N_steps, startpart+j); in main() [all …]
|
| H A D | converterN2O.cc | 47 int N_steps, N_parts, N_files; in main() local 76 N_steps = atoi(temp); in main() 84 printf("numpe is %d and start is %d\n",N_parts,N_steps); in main() 178 …sprintf(fname,"./%d-procs_case/restart-dat.%d.%d",N_parts,N_steps,((int)(myrank/(N_procs/N_files))… in main() 335 sprintf(fname,"./%d-procs_case-1PPP/restart.%d.%d",N_parts,N_steps,myrank+1); in main()
|