|
FDS_Compilation
Compiling FDS
Featured PreliminariesThis page describes how to build FDS using command line tools that come with the Intel Fortran compiler.
export IFORT_COMPILER=/opt/intel/composerxe in your .bash_profile start up file. For the tcsh shell, place the following line: setenv IFORT_COMPILER /opt/intel/composerxe in your .tcsh start up file. (Of course put in your own compiler location)
Building FDSThere is a general purpose makefile for FDS compilation in the FDS/SVN repository directory called FDS_Compilation. To compile FDS for your particular OS, do the following:
Alternatively on a Windows PC you may
If you get stuck, take a look at the make_fds script to better understand what is actually happening. Chances are that there a different path name or compiler version number installed on your machine. Profiling FDSSteps to determine where FDS spends its time executing.
./make_fds.csh fds5_intel_32_profile casename.fds gprof fds5_intel_32_profile > profile.out Notes:
That is it. The profiling results may now be viewed in the file profile.out |