Posted by Valera Veryazov on September 29, 2009 at 15:29:50:
In Reply to: Re: Can we install Molcas on the Snow Leopard? posted by Coen de Graaf on September 29, 2009 at 14:44:08:
: Has anybody experience with the full utilization of the 64 bits features --------------
a very first question => what is the output of
#include
int main(void)
{
printf("%d %d %d\n",sizeof(int), sizeof(long int), sizeof(long long));
return 0;
}
if it is 4 4 8: I am sorry, but MOLCASMEM can not be > 2Gb.