diff --git a/sample/run000_sphere_g16m1_5/log b/sample/run000_sphere_g16m1_5/log index 1bc1c1cc..bdfaf4cb 100644 --- a/sample/run000_sphere_g16m1_5/log +++ b/sample/run000_sphere_g16m1_5/log @@ -1,4 +1,4 @@ -Generated by ADDA v.1.0b1 +Generated by ADDA v.1.0 The program was run on: YURKIN command: 'D:\Maxim\Current\adda\win32\adda.exe ' lambda: 6.283185307 @@ -64,19 +64,19 @@ RE_022 = 3.1681532518E-006 + progress = 0.791154 Total number of iterations: 22 Total planes of E field calculation (each 181 points): 2 -Total wall time: 1 +Total wall time: 0 --Everything below is processor times-- -Total time: 0.3230 - Initialization time: 0.1160 +Total time: 0.3220 + Initialization time: 0.1150 init Dmatrix 0.0090 - FFT setup: 0.1040 - make particle: 0.0000 + FFT setup: 0.1030 + make particle: 0.0010 Internal fields: 0.1710 one solution: 0.1710 init solver: 0.0080 - one iteration: 0.0080 + one iteration: 0.0070 Scattered fields: 0.0210 - one plane: 0.0110 + one plane: 0.0100 Other sc.quantities: 0.0000 - File I/O: 0.0150 + File I/O: 0.0140 Integration: 0.0000 diff --git a/src/const.h b/src/const.h index f2353c06..8918372a 100644 --- a/src/const.h +++ b/src/const.h @@ -23,7 +23,7 @@ #define __const_h // version number (string) -#define ADDA_VERSION "1.0b1" +#define ADDA_VERSION "1.0" /* ADDA uses certain C99 extensions, which are widely supported by GNU and Intel compilers. However, * they may be not completely supported by e.g. Microsoft Visual Studio compiler. Therefore, we diff --git a/win32/adda.exe b/win32/adda.exe index 302e46b9..475af813 100644 Binary files a/win32/adda.exe and b/win32/adda.exe differ diff --git a/win32/adda_mpi.exe b/win32/adda_mpi.exe index 75b3ba18..9bfdf634 100644 Binary files a/win32/adda_mpi.exe and b/win32/adda_mpi.exe differ