CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

32-bit to 64-bit

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 17, 2005, 18:04
Default 32-bit to 64-bit
  #1
Khurram
Guest
 
Posts: n/a
Hi,

I want to convert my code from 32-bit machine to 64-bit machine. The code is written in Fortran. Everytihing is working fine but when i want to change the memory size beyond 3-bit machine, I have a problem.

The problem boils down to following:

Integer*8 max Parameter (max=8.e9)!here is a problem common m(max)

This is giving me an error. Basically I have isolated the problem to finding a way to define double precision integer with parameter command

I would appreciate any feedback
  Reply With Quote

Old   June 20, 2005, 04:05
Default Re: 32-bit to 64-bit
  #2
andy
Guest
 
Posts: n/a
You parameter statement is using a real literal instead of an integer literal. This will give a compilation error. You must use an integer literal (i.e. 89000000).
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saved in Workbench 32 bit, open in Workbench 64 bit. Black Ni ANSYS 2 July 28, 2011 09:32
Issue with running in parallel on multiple nodes daveatstyacht OpenFOAM 7 August 31, 2010 17:16
64 Bit software or 64 bit compatibility? EphemeralMemory ANSYS 1 August 31, 2010 05:29
UDF problem/32 bit vs. 64 bit RE13 FLUENT 2 February 25, 2008 11:31
LinuxAMD64 version of java is actually 32 bit foret37 OpenFOAM Bugs 1 October 19, 2007 03:26


All times are GMT -4. The time now is 02:57.