Home
last modified time | relevance | path

Searched refs:N_parts (Results 1 – 4 of 4) sorted by relevance

/phasta/converterIO/
H A Dcreate_IO_N2O_input.sh28 N_parts=$2
32 echo "Number of parts: $N_parts"
36 dir=$N_parts-procs_case
41 die "$N_parts-procs_case does not exist\n Aborting"
45 die "Time step $N_steps does not exist in $N_parts-procs_case\n Aborting"
53 resmodulo=$(($N_parts % $N_files))
55 …er of SyncIO files requested $N_files is not a multiple of the number of parts $N_parts\n Aborting"
86 echo "N-parts: $N_parts;" >> $file
H A Dcreate_IO_O2N_input.sh238 N_parts=$2
242 echo "Number of parts: $N_parts"
246 dir=$N_parts-procs_case
251 die "$N_parts-procs_case does not exist\n Aborting"
255 die "Time step $N_steps does not exist in $N_parts-procs_case\n Aborting"
258 resmodulo=$(($N_parts % $N_files))
260 …er of SyncIO files requested $N_files is not a multiple of the number of parts $N_parts\n Aborting"
370 echo "N-parts: $N_parts;" >> $file
H A DconverterO2N.cc72 int N_restart_integer, N_steps, N_parts, N_files; in main() local
108 N_parts = atoi(temp); in main()
111 printf("numpe is %d and start is %d\n",N_parts,N_steps); in main()
127 int nppp = N_parts/N_procs; in main()
137 if (N_parts%N_files!=0) in main()
149 if (N_parts%N_procs!=0) in main()
165 sprintf(gfname,"./%d-procs_case-SyncIO-%d",N_parts,N_files); in main()
170 sprintf(gfname,"./%d-procs_case-SyncIO-%d/numstart.dat",N_parts,N_files); in main()
176 sprintf(gfname,"./%d-procs_case-SyncIO-%d/numpe.in",N_parts,N_files); in main()
178 fprintf(AccessoryFileHandle,"%d",N_parts); in main()
[all …]
H A DconverterN2O.cc47 int N_steps, N_parts, N_files; in main() local
81 N_parts = atoi(temp); in main()
84 printf("numpe is %d and start is %d\n",N_parts,N_steps); in main()
100 int nppp = N_parts/N_procs; in main()
107 if (N_parts != N_procs) { in main()
117 int nppf = N_parts/N_files; in main()
178 …sprintf(fname,"./%d-procs_case/restart-dat.%d.%d",N_parts,N_steps,((int)(myrank/(N_procs/N_files))… in main()
330 sprintf(fname,"./%d-procs_case-1PPP",N_parts); in main()
335 sprintf(fname,"./%d-procs_case-1PPP/restart.%d.%d",N_parts,N_steps,myrank+1); in main()