-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preparing files for release v1.4.0: Windows binaries and sample output
- Loading branch information
Showing
27 changed files
with
278 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Cext = 135.0449047 | ||
Qext = 3.791149611 | ||
Cabs = -2.047466081e-016 | ||
Qabs = -5.747903082e-018 | ||
Cext = 135.0449041 | ||
Qext = 3.791149596 | ||
Cabs = -2.047466077e-16 | ||
Qabs = -5.747903071e-18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
all data is saved in 'run000_sphere_g16_m1.5' | ||
box dimensions: 16x16x16 | ||
lambda: 6.283185307 Dipoles/lambda: 15 | ||
Required relative residual norm: 1e-005 | ||
Required relative residual norm: 1e-05 | ||
Total number of occupied dipoles: 2176 | ||
Memory usage for MatVec matrices: 1.3 MB | ||
Calculating Green's function (Dmatrix) | ||
Fourier transform of Dmatrix...... | ||
Fourier transform of Dmatrix | ||
Initializing FFTW3 | ||
Total memory usage: 2.2 MB | ||
|
||
here we go, calc Y | ||
|
||
CoupleConstant:0.005259037197+1.843854148e-005i | ||
CoupleConstant: 0.005259037197+1.843854148e-05i | ||
x_0 = 0 | ||
RE_000 = 1.0000000000E+000 | ||
RE_001 = 8.4752662637E-001 + | ||
RE_002 = 8.2113292044E-001 + | ||
RE_003 = 4.2639057157E-001 + | ||
RE_004 = 3.0639031825E-001 + | ||
RE_005 = 2.2448283848E-001 + | ||
RE_006 = 2.2740255145E-001 - | ||
RE_007 = 1.5952149116E-001 + | ||
RE_008 = 6.1602401378E-002 + | ||
RE_009 = 3.5443250605E-002 + | ||
RE_010 = 2.9898244023E-002 + | ||
RE_011 = 2.4111231313E-002 + | ||
RE_012 = 3.8307716441E-003 + | ||
RE_013 = 3.0434605418E-003 + | ||
RE_014 = 1.3101400536E-003 + | ||
RE_015 = 8.2588869852E-004 + | ||
RE_016 = 5.0452778847E-004 + | ||
RE_017 = 1.1339759030E-004 + | ||
RE_018 = 9.3640524898E-005 + | ||
RE_019 = 6.8748464075E-005 + | ||
RE_020 = 2.2386522007E-005 + | ||
RE_021 = 1.5171073537E-005 + | ||
RE_022 = 3.1710857180E-006 + | ||
Cext = 135.0449047 | ||
Qext = 3.791149611 | ||
Cabs = -2.047466081e-016 | ||
Qabs = -5.747903082e-018 | ||
RE_000 = 1.0000000000E+00 | ||
RE_001 = 8.4752662637E-01 + | ||
RE_002 = 8.2113292044E-01 + | ||
RE_003 = 4.2639057157E-01 + | ||
RE_004 = 3.0639031825E-01 + | ||
RE_005 = 2.2448283848E-01 + | ||
RE_006 = 2.2740255145E-01 - | ||
RE_007 = 1.5952149116E-01 + | ||
RE_008 = 6.1602401377E-02 + | ||
RE_009 = 3.5443250605E-02 + | ||
RE_010 = 2.9898244023E-02 + | ||
RE_011 = 2.4111231314E-02 + | ||
RE_012 = 3.8307716442E-03 + | ||
RE_013 = 3.0434605422E-03 + | ||
RE_014 = 1.3101400527E-03 + | ||
RE_015 = 8.2588869730E-04 + | ||
RE_016 = 5.0452779332E-04 + | ||
RE_017 = 1.1339755942E-04 + | ||
RE_018 = 9.3640483943E-05 + | ||
RE_019 = 6.8748624567E-05 + | ||
RE_020 = 2.2386524812E-05 + | ||
RE_021 = 1.5170388041E-05 + | ||
RE_022 = 3.1680564851E-06 + | ||
Cext = 135.0449041 | ||
Qext = 3.791149596 | ||
Cabs = -2.047466077e-16 | ||
Qabs = -5.747903071e-18 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
This folder contains ADDA executables for 64-bit Windows and all required DLLs. Hence, these executables are ready to run, except for: | ||
* MPI executables (including `misc/neafield/nearfield.exe`) require Microsoft MPI [to be installed](https://github.com/adda-team/adda/wiki/InstallingMPI#windows | ||
* OpenCL executables require GPU with [OpenCL support](https://github.com/adda-team/adda/wiki/OpenCL#windows). | ||
* All auxilliary files, like the [manual](https://github.com/adda-team/adda/blob/master/doc/manual.pdf) or [sample input files](https://github.com/adda-team/adda/tree/master/input), are supplied with the main (source) ADDA package. It should be [obtained separately](https://github.com/adda-team/adda/releases). Note that those text files will most probably contain Unix-style line endings. This is OK for ADDA but may cause inconveniences if you try to edit them in Windows Notepad. Use [more universal editor](https://notepad-plus-plus.org/) instead. | ||
|
||
All executables are console applications, which should be run from a terminal (not by clicking the mouse). On Windows either use built-in `cmd.exe` or install one of Linux-type shells (like MSYS Bash or Git Bash) or FAR File Manager. You can also run ADDA through a system call from any programming/scripting language. | ||
|
||
We also provide executables for `misc/` packages. They are located in separate folders for convenience, but require DLLs inside `misc` folder. For instructions on using this executables see the corresponding `misc/...` folders in the main ADDA package. | ||
|
||
In general, one either need to add path to required DLLs to the PATH environmental variable or to keep executables and DLLs in the same folder. | ||
|
||
### Directory structure | ||
|
||
* `misc/` - executables for miscellaneous packages and three DLLs (provided by gfortran 8.1 in a MinGW64 suite). | ||
* `adda.exe` - executable of sequential version of ADDA | ||
* `adda_mpi.exe` - executable of MPI version of ADDA | ||
* `adda_ocl.exe` - executable of OpenCL version of ADDA | ||
* `adda_spa.exe` - executable of sequential sparse version of ADDA | ||
* `adda_spa_mpi.exe` - executable of MPI sparse version of ADDA | ||
* `clFFT.dll` - DLL for clFFT 2.12.2 | ||
* `libfftw3-3.dll` - DLL for FFTW 3.3.5 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.