The steps 3 thru 8 in step 7'did you get the message AUTO has been configured with support for OpenMP?
-----------------------------------------------------------------------------------------
3. Download the gcc-lion.tar.gz and gfortran-lion.tar.gz binaries from: !
http://hpc.sourceforge.net/ These will either be downloaded to your downloads folder in ~/Downloads or onto your Desktop. Open the Terminal application in your applications/utilities/ folder and type > cd ~/Downloads or > cd ~/Desktop depending on where the binaries have been downloaded. Next type in the terminal window > sudo tar -xvf gcc-lion.tar -C /. and enter your password. Then type > sudo tar -xvf gfortran-lion.tar -C /.
4. Download AUTO07p (version 0.9) from:
http://sourceforge.net/projects/auto-07p/files/auto07p/ and in Finder place the /auto/ directory in your home directory.
6. Download the auto.env.sh file and save it in the directory ~/auto/07p/cmds/
Now open the Terminal Application in /Applications/Utilities and type at the command line > source ~/auto/07p/cmds/auto.env.sh
7. You are now ready to install AUTO. In the terminal window now type > cd ~/auto/07p/ > ./configure
(
the last line of the output should be
***************************************************
AUTO has been configured with support for OpenMP
*************************************************** )
then type in the terminal window > make all
8. Testing that AUTO works.
In a terminal window, type > mkdir ~/Desktop/test_auto/ > cd ~/Desktop/test_auto > auto
(you should now get a new prompt: AUTO> )
at the new prompt type AUTO> copydemo(‘abc') AUTO> load(equation=‘abc') AUTO> load(constants=‘abc') AUTO> run AUTO> save(‘abc') AUTO> plot(‘abc')