Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dunwich

    Problems compiling mobcal

    Solved! Being relatively new to Macs as well, I didn't know mobcal was reading from empty files in the user directory instead of the folder I was using. Simple thing but the fact it resembled a line break problem had me fuzzled.
  2. dunwich

    Problems compiling mobcal

    Oh, and I did try the suggested mobcal.run only to receive the exact same error. Hmm.
  3. dunwich

    Problems compiling mobcal

    Thanks for the quick reply! Alas I'm now getting errors on the read line below. So I've now got code like open(20,file='mobcal.run', status='old') read(20,'(a30)') a10A1 read(20,'(a30)') read(20,*) i2 close (20) and an error like this in g77: fmt: end of file...
  4. dunwich

    Problems compiling mobcal

    Hey guys, Seriously new to fortran here. I'm using Mac OS X 10.6 and gfortran (also tried out g77 to see if there were any differences). I've been asked by my professor to compile the program "mobcal": http://www.indiana.edu/~nano/Software.html but I'm having some difficulty doing so. The...

Part and Inventory Search

Back
Top