Page 5 of 5 FirstFirst ... 345
Results 41 to 45 of 45

Thread: Installing garfield to Ubuntu 10.04 Lucid Lynx - gfortran

  1. #41
    Join Date
    May 2012
    Beans
    57

    Re: Installing garfield to Ubuntu 10.04 Lucid Lynx - gfortran

    Quote Originally Posted by LastStarDust View Post
    • I had some problems with GSL libraries so I needed to replace string
      Code:
      -lgslcblas -lgsl -lm
      with
      Code:
      -Wl,--no-as-needed -lgsl -lgslcblas -lm
      in the makefile
    This may solve your issue.

  2. #42
    Join Date
    Jan 2011
    Location
    Hungary
    Beans
    10

    Re: Installing garfield to Ubuntu 10.04 Lucid Lynx - gfortran

    Quote Originally Posted by LastStarDust View Post
    Actually I renamed that file but the main problem was the file libNR.a that hasn't got a 32bit equivalent . . .
    Removing could solve the problem - when you type "make all", libNR.a and libVector.a are created. It still works for me.

  3. #43
    Join Date
    May 2012
    Beans
    2

    Re: Installing garfield to Ubuntu 10.04 Lucid Lynx - gfortran

    test@ubuntu://home/test/garfield$ make garfield-9
    rm *.f *.o
    rm: cannot remove `*.f': No such file or directory
    rm: cannot remove `*.o': No such file or directory
    make: [garfield-9.f] Error 1 (ignored)
    ./patchy_step garfield-9

    Nypatchy executing with files / options

    1 PAM -
    2 FORT garfield-9.f
    3 read garfield-9.cra
    4 print tty
    5 CC -
    6 AS -
    7 DATA -
    8 FO:2 -
    9 CC:2 -
    10 AS:2 -
    11 DA:2 -

    Version: PATCHY 5.05 /3 1996/06/29 17.00 .RJP, today: 12/05/30 7.01

    1 + +EXE.
    2 + +USE,CERN.
    3 + +USE,*LINUX.
    4 + +USE,MANYWIRE.
    5 - * +USE,BIGMAP.
    6 + +USE,HUGEMAP.
    7 + +USE,LONGLIST.
    8 + +USE,*GARFIELD.
    9 + +USE,*MAGGARF.
    10 + +USE,*HEEDGARF.
    11 + +USE,P=PROJECTION,D=PLABEM,T=I.
    12 + +USE,P=PROJECTION,D=PLAEQU,T=I.
    13 + +USE,P=PROJECTION,D=PLAOVL,T=I.
    14 + +USE,P=PROJECTION,D=PLATRC,T=I.
    15 + +USE,P=PROJECTION,D=PLAEXP,T=I.
    16 + +USE,P=PROJECTION,D=PLAEXC,T=I.
    17 + +USE,P=PROJECTION,D=PLAEXD,T=I.
    18 + +USE,P=PROJECTION,D=PLAEXI,T=I.
    19 + +USE,P=PROJECTION,D=PLAEXE,T=I.
    20 + +USE,P=NEBEM,T=I.
    21 + +USE,P=CELL,D=CELBEM,T=I.
    22 + +USE,P=CELL,D=CELSEL,T=I.
    23 + +USE,P=CELL,D=CELSOL,T=I.
    24 + +USE,P=CELL,D=CELSPR,T=I.
    25 + +USE,P=CELL,D=CELSCT,T=I.
    26 + +USE,P=CELL,D=MAPC4,T=I.
    27 + +USE,P=CELL,D=MAPC5,T=I.
    28 + +USE,P=CELL,D=MAPFM8,T=I.
    29 + +USE,P=CELL,D=MAPFM9,T=I.
    30 + +USE,P=MAGBOL7,D=MONTEFD,T=I.
    31 + +USE,P=MAGBOL7,D=DLCMIC,T=I.
    32 + +USE,P=MAGINTER,D=GASBMC,T=I.
    33 + +USE,P=MAGINTER,D=GASIDE,T=I.
    34 + +USE,P=MAGINTER,D=GASIDI,T=I.
    35 + +USE,P=MAGINTER,D=GASIDO,T=I.
    36 + +USE,P=MAGINTER,D=GASLEX,T=I.
    37 + +USE,P=MAGINTER,D=GASEXU,T=I.
    38 + +USE,P=MAGINTER,D=OUTEI7,T=I.
    39 + +USE,P=MAGBOL7,D=DLCMIC,T=I.
    40 + +USE,P=FIELDCAL,D=EFIELD,T=I.
    41 + +USE,P=FIELDCAL,D=EFCFMP,T=I.
    42 + +USE,P=DRIFTCAL,D=DLCEX1,T=I.
    43 + +USE,P=DRIFTCAL,D=DLCIO1,T=I.
    44 + +USE,P=DRIFTCAL,D=INTEXC,T=I.
    45 + +USE,P=DRIFTCAL,D=ERFIR,T=I.
    46 + +USE,P=DRIFTCAL,D=DLCCAL,T=I.
    47 + +USE,P=DRIFTCAL,D=DLCSTA,T=I.
    48 + +USE,P=DRIFTCAL,D=DLCWIR,T=I.
    49 + +USE,P=DRIFTCAL,D=DLCWIM,T=I.
    50 + +USE,P=DRIFTCAL,D=DLCEX1,T=I.
    51 + +USE,P=DRIFTCAL,D=DLCSOL,T=I.
    52 + +USE,P=SIGNAL,D=IONFMP,T=I.
    53 + +USE,P=SIGNAL,D=SIGADD,T=I.
    54 + +USE,P=SIGNAL,D=SIGADS,T=I.
    55 + +USE,P=SIGNAL,D=SIGADM,T=I.
    56 + +USE,P=SIGNAL,D=SIGFLS,T=I.
    57 + +USE,P=SIGNAL,D=SIGWRT,T=I.
    58 + +USE,P=SRIMREAD,T=I.
    59 + +USE,P=GRAPHICS,D=GRTXHIGZ,T=I.

    60 + +PAM,LUN=11,T=a,C. garfield-7.car

    ***!!! OPEN fails for file: garfield-7.car
    Perror has: Illegal seek

    ***!!! Kill the run for: OPEN failure !!!***
    make: *** [garfield-9.f] Error 2


    how to solved this problem,I don't know , plz somebody help me!

  4. #44
    Join Date
    Nov 2012
    Beans
    1

    Re: Installing garfield to Ubuntu 10.04 Lucid Lynx - gfortran

    Everytime I try to plot the field , only to get the error "Segmentation fault". How can I solve it?

  5. #45
    Join Date
    Dec 2010
    Beans
    Hidden!

    Re: Installing garfield to Ubuntu 10.04 Lucid Lynx - gfortran

    Old thread closed.


    404

Page 5 of 5 FirstFirst ... 345

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •