Generic installation instructions for AUTOSTRUCTURE version 29.x. ************* A Fortran 95 compiler is required (but no F2003, F2008 extensions are used, currently.) See for example: Intel (Linux, Mac OS, Windows) Recommended (Free for personal use) https://software.intel.com/en-us/fortran-compilers gfortran (Linux, Mac OS, Windows) Recommended (Free) http://gcc.gnu.org/wiki/GFortranBinaries Nvidia/PGI (Linux, Mac OS, Windows) (Free for personal use) https://developer.nvidia.com/nvidia-hpc-sdk-downloads # https://www.pgroup.com/products/community.htm Oracle (Linux) (Free for personal and commercial use) https://www.oracle.com/tools/developerstudio/downloads/developer-studio-jsp.html The instructions below assume that you are working in a Unix environment. (They should be shell independent.) MS Windows can be used, but it is a very different environment, e.g. Visual Studio. If you are familiar with using Fortran under it then you should be able to adapt the instructions below. To work at the command line you will at least need to use the Visual Studio oneapi command prompt. Alternatively, it is time to install Linux alongside Windows (e.g. Linux Mint - cinnamon) or the MS Windows Subsystem for Linux Version 2 (WSL2). Minimal install & set-up. ------------------------- 0/ If you have not already done so, download the source file (asdeck.f95) from apap-network.org/autos/ 1/ Compile AUTOSTRUCTURE: f95 asdeck.f95 -o aslm.x Notes: a) Replace f95 with your usual compiler command e.g. ifort, gfortran, nvfortran/pgf95 Note, use "ifort -Tf asdeck.f95" as it does not recognize .f95 else. b) Use any optimization flags that you would normally use e.g. -O3. c) No libraries are required. 2/ Execute AUTOSTRUCTURE aslm.x