[mesa-users] MESA crashes ifort

Rob.Farmer Rob.Farmer at open.ac.uk
Sat Oct 19 13:24:45 EDT 2013


Hi All,

Using MESA 5527 and trying to compile star/private/history.f MESA manges to crash the ifort compiler:

ifort -traceback -openmp -threads  -I../public -I../private -I../../include -warn all -warn nounused -implicitnone  -O2 -c -free -fpp  -I../defaults -I../job -I../other ../private/history.f
ifort: error #10105: /home/Rob/intel/composer_xe_2013.2.146/bin/intel64/fortcom: core dumped
ifort: error #10106: Fatal error in /home/Rob/intel/composer_xe_2013.2.146/bin/intel64/fortcom, terminated by unknown signal(139)
compilation aborted for ../private/history.f (code 1)

Commenting out code suggests the problem lies with the function do_history_info
Specificly the:

 use utils_lib, only: alloc_iounit, free_iounit,integer_dict_create_hash, integer_dict_free

and it appears to be due either of the integer_ functions

I had a look at them in utils/public/utils.lib.f and utils/private/utils_dict.f and not really sure what's going on

Any ideas?
Rob
-- The Open University is incorporated by Royal Charter (RC 000391), an exempt charity in England & Wales and a charity registered in Scotland (SC 038302).




More information about the Mesa-users mailing list