[gvd-users] My first session on a supercomputer

Arjan van Dijk gvd-users@lists.act-europe.fr
Thu, 20 Mar 2003 15:16:18 +0100


ps. The same error is shown when I try to run gvd on a very short 
fortran program:

       PROGRAM Test
       INTEGER i
       DO i=1,10
         WRITE(*,*) i
       ENDDO
       END

The problem is clearly a gvd problem and not a problem in my application.

Arjan