Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29277 Discussions

migrate 32 bit to 64 without recompilation

sh_java
Beginner
428 Views
hello
i have a c++ native code run in 32 bit,i want migrate in 64 bit with no changes in code and without any recompilation
is it possible,if it is,how?
tnx
0 Kudos
1 Reply
TimP
Honored Contributor III
428 Views
If you have all required 32-bit run-time libraries visible on LD_LIBRARY_PATH, the program should run OK, or even slightly better, on the 64-bit installation.
0 Kudos
Reply