Custom Query (21 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 21)

1 2 3 4 5 6 7
Ticket Owner Reporter Resolution Summary
#20 touze@… fixed TEST
Description

Ceci est un test pour Guy

c'est bon. Guy

#21 /C=FR/O=CNRS/OU=UMR8607/CN=Guy Le Meur/emailAddress=lemeur@… andre.philippe.sailer@… fixed Failing to compile/link on SLC5/64bit with gcc 4.1.2
Description

If I try to compile guineapig++ 1.0.12 on SLC5 64bit with the gcc version 4.1.2 the compiler(linker?) ends with the following error messages:

Application guineapig++
------> (constituents.make) Starting guineapig++
------> (guineapig++.make) Rebuilding ../amd64_linux26/guineapig++_dependencies.make
../amd64_linux26/principal.o: In function `mainGuineapig(char**)':
principal.cc:(.text+0x7c): undefined reference to `GUINEA::GUINEA(char*)'
principal.cc:(.text+0x8c): undefined reference to `GUINEA::run(char*, char*)'
../amd64_linux26/principal.o: In function `PARTICLE_BEAM::~PARTICLE_BEAM()':
principal.cc:(.text._ZN13PARTICLE_BEAMD1Ev[PARTICLE_BEAM::~PARTICLE_BEAM()]+0x1e): undefined reference to `vtable for PARTICLE_BEAM'
principal.cc:(.text._ZN13PARTICLE_BEAMD1Ev[PARTICLE_BEAM::~PARTICLE_BEAM()]+0x26): undefined reference to `vtable for PARTICLE_BEAM'
../amd64_linux26/principal.o: In function `BEAM::~BEAM()':
principal.cc:(.text._ZN4BEAMD0Ev[BEAM::~BEAM()]+0x6c): undefined reference to `PHOTON_BEAM::~PHOTON_BEAM()'
principal.cc:(.text._ZN4BEAMD0Ev[BEAM::~BEAM()]+0xa2): undefined reference to `PHOTON_BEAM::~PHOTON_BEAM()'
../amd64_linux26/principal.o: In function `BEAM::~BEAM()':
principal.cc:(.text._ZN4BEAMD1Ev[BEAM::~BEAM()]+0x6c): undefined reference to `PHOTON_BEAM::~PHOTON_BEAM()'
principal.cc:(.text._ZN4BEAMD1Ev[BEAM::~BEAM()]+0x9b): undefined reference to `PHOTON_BEAM::~PHOTON_BEAM()'
../amd64_linux26/principal.o: In function `BEAM::output_flow() const':
principal.cc:(.text._ZNK4BEAM11output_flowEv[BEAM::output_flow() const]+0x442): undefined reference to `PARTICLE_BEAM::output_flow() const'
principal.cc:(.text._ZNK4BEAM11output_flowEv[BEAM::output_flow() const]+0x46a): undefined reference to `PARTICLE_BEAM::meanLostEnergy(float) const'
../amd64_linux26/principal.o: In function `PAIR_BEAM::~PAIR_BEAM()':
principal.cc:(.text._ZN9PAIR_BEAMD1Ev[PAIR_BEAM::~PAIR_BEAM()]+0x14): undefined reference to `vtable for PAIR_BEAM'
../amd64_linux26/principal.o: In function `GUINEA::~GUINEA()':
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x21): undefined reference to `vtable for GUINEA'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x1af): undefined reference to `SPLINE::~SPLINE()'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x1b7): undefined reference to `SPLINE::~SPLINE()'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x240): undefined reference to `PHOTON_BEAM::~PHOTON_BEAM()'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x2bd): undefined reference to `PHOTON_BEAM::~PHOTON_BEAM()'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x2f1): undefined reference to `GRID::~GRID()'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x30a): undefined reference to `file_close'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x4b8): undefined reference to `SPLINE::~SPLINE()'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x4c0): undefined reference to `SPLINE::~SPLINE()'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x549): undefined reference to `PHOTON_BEAM::~PHOTON_BEAM()'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x5c6): undefined reference to `PHOTON_BEAM::~PHOTON_BEAM()'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x5fa): undefined reference to `GRID::~GRID()'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x613): undefined reference to `file_close'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x6c5): undefined reference to `PHOTON_BEAM::~PHOTON_BEAM()'
principal.cc:(.text._ZN6GUINEAD1Ev[GUINEA::~GUINEA()]+0x6f0): undefined reference to `PHOTON_BEAM::~PHOTON_BEAM()'
collect2: ld returned 1 exit status
mv: cannot stat `guineapig++.exe.new': No such file or directory
gmake[3]: *** [../amd64_linux26/guineapig++.exe] Error 1
gmake[2]: *** [guineapig++] Error 2
gmake[1]: *** [common_target] Error 2
gmake: *** [check_config] Error 2

See attached file for complete compiler output

#22 /C=FR/O=CNRS/OU=UMR8607/CN=Guy Le Meur/emailAddress=lemeur@… andre.philippe.sailer@… fixed do_dump=1 always writes to the same file
Description

Hello,

do_dump=1; always writes the output to b1.1 and b2.1 for each step that is computed. the function grid.get_timestep() always return the variable n_t, which is basically used as the file extension.

I am using GP++ 1.0.15

Thanks and best regards,

André

Thanks

1 2 3 4 5 6 7
Note: See TracQuery for help on using queries.