|
1 | | -This is the source codes of the latest version (21A) of OpenMaXwell. |
| 1 | +OpenMaXwell, a general MaXwell solver, Version 2021A\ |
| 2 | +Copyright 2021, Christian Hafner |
2 | 3 |
|
3 | | -Requirements: |
4 | | -1) Visual Studio 2019 with the MFC support included (Community version is used) |
5 | | -2) Intel OneAPI Base Toolkit (https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit/download.html) |
6 | | -3) Intel OneAPI HPC Toolkit (https://software.intel.com/content/www/us/en/develop/tools/oneapi/hpc-toolkit/download.html) |
7 | | -4) The locations of the MKL and Compiler libraries should be updated in the MaX.sln file under (if they are installed to a non-default location) |
8 | | - |
9 | | - a) Properties -- Linker -- Additional Library Directories |
10 | | - |
| 4 | +Requirements for compiling the source code: |
| 5 | +1) Install Microsoft Visual Studio 2019 with the MFC support included (Community version is used) |
| 6 | +2) Install Intel OneAPI Base Toolkit (https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit/download.html) |
| 7 | +3) Install Intel OneAPI HPC Toolkit (https://software.intel.com/content/www/us/en/develop/tools/oneapi/hpc-toolkit/download.html) |
| 8 | +5) Clone the files from this repository by using the address: https://github.com/openmaxwell/openmax_source_code_32/ |
| 9 | +6) The locations of the MKL and Compiler libraries should be updated in MaX.sln (if they are installed to a non-default location) under:\ |
| 10 | + a) Properties -- Linker -- Additional Library Directories\ |
11 | 11 | b) Properties -- Fortran -- Additional Library Directories |
| 12 | +7) Build the source code by using Debug-Win32 or Release-Win32 Configurations. |
12 | 13 |
|
| 14 | + Original WWW home page: http://OpenMaX.ethz.ch - now in a repository of the ETH library at\ |
| 15 | + https://rossa-prod-ap21.ethz.ch:8443/delivery/DeliveryManagerServlet?dps_pid=IE13673599 (Accessed 23.03.2021)\ |
| 16 | + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.\ |
| 17 | + If you publish results obtained with this software you must mention which of the results were obtained with OpenMaXwell. |
0 commit comments