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

Migration to New Forum

Jugoslav_Dujic
Valued Contributor II
653 Views
Asall of you who visited the new Forum have certainly noticed, formatting of old messages is screwed :smileysad:. It looks as if it needs a bit of parsing, especially for
 and [url] tags. The way it is now, old posted codes with 
 tags are unusable.

While I'm here, let me perform a quick test on early Forum bugs:

program BOZ

integer:: a(3,3) = (/1,0,0, 0,1,0, 0,0,1/)
integer:: b(3,3) = (/2,0,0, 0,2,0, 0,0,2/)
integer:: i(2) = (/1,3/)

a(i,:) = a(i,:)+b(i,:)

end program BOZ

0 Kudos
4 Replies
Steven_L_Intel1
Employee
653 Views
Sorry - we completely overlooked that issue! I'll see what can be done.
Steve
0 Kudos
Jugoslav_Dujic
Valued Contributor II
653 Views

Tang, the old Forum is still available in old format here. Probably not for long time, but it's still readable.

Jugoslav

Message Edited by intel.software.network.support on 12-09-2005 10:45 AM

0 Kudos
grtoro
Beginner
653 Views

I have to say I was amused by the smileys in Jugoslav's last expression!

Gabriel

0 Kudos
Steven_L_Intel1
Employee
653 Views
The conversion of punctuation sequences to smileys will be disabled soon. You'll still be able to use the various "emoticons" via the button.
0 Kudos
Reply