![]() | |||||||||||||||||||||||||||||||||||||||||
Download Page - ADF version 2003.01DownloadingUsername and passwordIn order to download the files of the ADF package,
a username and password are required. ADFinputWith this release we have included a first version of the ADFinput program.
It is a menu-based graphical input builder for ADF. Read the Installation manualRead the Installation manual! It contains important new information on the tuning of ADF to your hardware, Platform-independent ResourcesThe ADF database (AtomicData), example runs (Examples) and source files are platform independent, so you have to download these only once. If you want to compile the package yourself you also need the source code. If your license does not include source codes you are not authorized to download the Source files.
Platform-dependent FilesYou may install the ADF package as follows:
We support in principle 3 varieties:
The PVM version can be used also as the serial version and will in fact operate also if you have
no PVM installation on your machine. Just ignore the messages about the missing PVM daemon. How to proceed after downloadingStep 1: Set the environment variables for the ADF package.We recommend that you define them in your shell startup script (.cshrc, .login, .zshenv, ...)# Environment variables with typical values (you may need different values) using C-shell syntax. # Add these to your .cshrc # For all UNIX versions (including Macintosh OS X) # ================================================ mkdir $HOME/adfhome # the master directory of the ADF package setenv ADFHOME $HOME/adfhome # environment variable pointing to the master directory setenv ADFBIN $ADFHOME/bin # the directory for run scripts and program binaries setenv ADFRESOURCES $ADFHOME/atomicdata # the location of the ADF database Step 2: Move all the downloaded files to $ADFHOME# Move the downloaded files to $ADFHOME mv *.gz $ADFHOME Step 3: Unpack the downloaded files# move to the adfhome directory, and unpack the files cd $ADFHOME gunzip *.gz foreach f (*.tar) tar -xf $f end Step 4: run configureExecute the installation-script "configure" while you are in $ADFHOME.# run configure cd $ADFHOME Install/configure # answer the questions from the script ... Step 5: If you have the source code: run make# make (only when you have the sources) cd $ADFHOME make Step 6: Generate license informationTo run the programs successfully you need a license file, which WE create for you.To do so we need some technical information that the program generates. # generate license information $ADFBIN/adf << EOR EOR and follow the instructions (send us the information just printed). Step 7: Finally...After receiving your license file, copy it to $SCMLICENSE. That is the place where the programs will be looking for it.If everything is working, you can now remove the tar files. # cleaning up cd $ADFHOME rm *.tar Step 8: Read the installation manualRead the Installation manual for more information. It contains advise on how to optimize your ADF installation for your particular situation. You will also need to read it to configure your installation properly for parallel execution. | |||||||||||||||||||||||||||||||||||||||||