I just installed the latest Intel 13 comipiler on MAC OSX but it crashes when run. Any suggestionswhat might be wrong?
Here the details:
lyngby:~ root# icc -V
Intel(R) C Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 13.0.3.198 Build 20130606
Copyright (C) 1985-2013 Intel Corporation. All rights reserved.
lyngby:~ root# cat test.c
int main()
{
return ( 1 );
}
lyngby:~ root# icc test.c -o test
Segmentation fault: 11