You are not logged in.
Pages: 1
Recently, I encount a problem of ifort, maybe arising from the upgrading
1, I am doing calculation with fortran code compiled with ifort.
The calculated results are totally different with previous results even with the same input files.
2, I cannot use the manpage for ifort:
# man ifort
man: man.c:2393: display: Assertion `decomp->ncommands == 1' failed.
Aborted
These two problems remain after I install the newest version of ifort.
Any suggestions? thanks.
Last edited by vimex (2010-04-13 21:36:56)
Offline
lower the optimization level from -O3 to -O2 solve the first problem.
downgrade the man-db solve the second problem
Sorry to bug...
Offline
Now, you can mark the thread as solved.
Offline
Pages: 1