| Thread Tools | Search this thread |
|---|
kchang@uoguelphca
| November 18, 2008 11:58 AM PST Cannot find the option "Intel(R) Fortran Compiler" in Xcode->Target->Info | ||||
Hi, I already installed Fortran in this Mac. The "ifort" can be executed under the terminal, however the option, "Intel Fortran Compiler" can not be found in Xcode 3.0 -> Taget -> Info I already look at the instruction and I followed it. How can I compiler/run the multi-programs under Xcode using Intel Fortran compiler?
I do have a makefile as below. Normally, it should work when typing "make" in the terminal. The makefile did not work under mac with Intel Fortran. How can I let it work? I post the Makefile as below.
========================== .SUFFIXES : .f90 .obj
FC=xlf90 FFLAGS= -q64 -O0 -qrealsize=8 -qintsize=8 -qsave -qspillsize=32648
OBJ=Allometry.o aprep.o canadd.o canalb.o canvap.o carbon.o cgrow.o \ chkwat.o cianda.o classa.o classb.o classd.o classg.o classi.o classs.o \ classt.o classw.o commondat.o cwcalc.o diasurf.o drcoef.o flxsurfz.o \ gatprep.o gralb.o grdran.o grinfl.o icebal.o photosyn.o precision.o \ qsat.o sldiag.o sninfl.o snoadd.o snoalba.o snoalbw.o snovap.o \ stomata.o stomata_col.o subcan.o tfreez.o tmcalc.o tmelt.o tnpost.o \ tnprep.o tprep.o trim_name.o tsolvc.o tsolve.o tspost.o tsprep.obj \ twcalc.o VegDyn.o vjtmp.o watrof.o wend.o wfill.o wflow.o wprep.o xit.o
default: runclass
all: runclass
.f.o: $(FC) $(FFLAGS) -c $*.f
runclass: $(OBJ) $(FC) -o $@ $(FFLAGS) $(OBJ) runclass.f
clean: rm *.o ==========================
| |||||
|
|||||||||||||
|
|||||||||||||
|
|||||||||||||
| 6668 users have contributed to 28284 threads and 87462 posts to date. |
|---|
| In the past 24 hours, we have 5 new thread(s) 34 new posts(s), and 46 new user(s). In the past 3 days, the most popular thread for everyone has been Fortran and Matlab The most posts were made to Larger Test Data The post with the most views is Quoting - nabeels Hello e Please welcome our newest member karolbe |