my reply....
It's hard to say exactly why it happened without the BDF and OP2 (if
you can send me them I can take a look), but my guess would be you
either are NOT using PARAM, POST, -1, or you have a table in your OP2
that is not skipped properly. There are a lot tables structures in
the OP2 and many of them are not documented. If you get remove the
broken tables from the file by rerunning nastran without the offending
table, it should be fine. You should be able to get a good idea from
the debug messages.
------------------------------
after receiving the BDF...the case control deck is as follows...
CEND
TITLE = TEST2.NAS.BDF
ECHO = NONE
FORMAT = OUTPUT2
FORMAT OUTPUT2
SUBCASE 2940
LOAD = 2940
SPC = 1
DISP(plot,print) = ALL
STRESS(plot,print) = ALL
BEGIN BULK
-----------------------------------------------------------
removing the following lines fixes the problem...
FORMAT = OUTPUT2
FORMAT OUTPUT2
there was a superelement table (GEOM1S) that is not handled properly