|
Neurofitter |
|
|
Installation for Neurofitter 0.9.3
- Download the Neurofitter sourcecode
- Unpack Neurofitter-xxx.tar.gz using the shell command 'tar xzvf Neurofitter-xxx.tar.gz'
- Change to the Neurofitter-xxx directory
- Make sure you have (GNU) compilation tools installed. On Mac OS X this probably means that you have to install XCode.
- Run the 'configure' command, if you want EO or NOMAD use 'configure --with-eo --with-nomad', for mpi support 'configure --enable-mpi'
- Run the 'make' command
- Neurofitter is now compiled, the 'neurofitter' binary should be in the 'bin' director. The MPI version is called 'mpineurofitter'
- The binary is standalone, so it can be copied to any location you want, and the source code directory can be deleted
Installation for Neurofitter 0.9.2
- Download the Neurofitter sourcecode
- If you want to use Evolutionary Strategies or MADS, first compile these software libraries following the guidelines in the "EO and NOMAD installation" section below.
- Unpack Neurofitter-xxx.tar.gz using the shell command 'tar xzvf Neurofitter-xxx.tar.gz'
- Change to the Neurofitter-xxx directory
- Make sure you have (GNU) compilation tools installed. On Mac OS X this probably means that you have to install XCode.
- Run the 'make' command, if you want MPI support, run also 'make mpi'
- Neurofitter is now compiled, the 'neurofitter' binary should be in the 'bin' director. The MPI version is called 'mpineurofitter'
- The binary is standalone, so it can be copied to any location you want, and the source code directory can be deleted
EO and NOMAD installation
- Download the special 'Neurofitter' EO and/or NOMAD source codes
- Unpack EOForNeurofitterxxx.tar.gz and NOMADForNeurofitterxxx.tar.gz using the shell commands 'tar xzvf EOForNeurofitterxxx.tar.gz' and/or 'tar xzvf NOMADForNeurofitterxxx.tar.gz'
- To compile EO, run './configure' and 'make' in the EO/src directory
- To compile NOMAD, run 'make -f Lib_Makefile_parallel' in the NOMAD directory
- Uncomment the DIR_EO and DIR_NOMAD variables in the Neurofitter Makefile, and point them to the locations of the directories EO/src and NOMAD
- When you now compile Neurofitter, EO and NOMAD support will be included in the Neurofitter binaries, the directories containing the EO and NOMAD source code can be deleted if necessary
|
|
|