--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/d2c85ce1-2699-450e-a8b8-810214775b7e%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/d2c85ce1-2699-450e-a8b8-810214775b7e%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/33D1F2A5E1684E6A8C61352E16C3FFC6%40TPC.
Just a question about gfortran, I am using gfortran-8 as my default. Is there any reason to think I should revert back to older version of gfortran? I had to go back to gfortran-6 to get FreeUSP to compile. In addition, I have gfortran-7 installed if that would help, and I have clang installed if that would work better than gcc. I have sometimes found Seismic Unix to compile better under clang than gcc (that was under Fedora, not Ubuntu). Thanks.New problem is here:/home/lewisgoss/cpseis/spws_home/oop/sp/seis_drag.cc:253:15: error: ‘max’ was not declared in this scope
width1 = max(maxx, _oversp->_image.getChainImage()->getGraphWidth());....make[2]: *** [/home/lewisgoss/cpseis/spws_home/making/makefile.spws:911: seis_drag.o] Error 1
make[2]: Leaving directory '/home/lewisgoss/cpseis/spws_home/oop/sp/Linux_x86_64__gfortran_mpich2'
make[1]: *** [makefile:128: sp] Error 2
make[1]: Leaving directory '/home/lewisgoss/cpseis/spws_home/making/Linux_x86_64__gfortran_mpich2'
make: *** [Makefile:322: spws] Error 2
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/6a6b9be5-8bee-4d67-96a4-d7693c73b1af%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x6BcpMyg77saXVmh-zH1C_%3DozzzoxENR3n-haUAH0ZUmQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CALMWPBVg-Rz5KcD50n7rnmkNL8KpEmtC3Pds%2B3_EjKMi9w7rmA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x5_aNTrx4bP8W9BgjfaWUXw0w%3DMaWGgBPygmHRZLQkwtA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CANxvRauDLVYU6o3FZTfMtzZ3eEBR2ngyjYHwhYD7zH_5nYoaXw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x5t0WE6GWMEBpP21QVyztOuMnezxXo%3D_nSuL2BOoxcuHA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CANxvRauK92GMV%2BCkwAYA4sYdMSXFM6TMgpu_YSdQhZ5RjUMc8Q%40mail.gmail.com.
Hi Lewis,cd /opt/cpseis/src (for my cpwroot directory)grep -i 'max(' `du -a .* | awk '{print $2}'` (note the space between du and -a space .* )you should edit every file using max as a macro to MAX (backup src directory before changing any thing. I mean keep the original source in some saved place for referral if the need be)Repeat the same thing for min as well.../include /cgm_common.h contains #define max(a,b) .... You should change to MAX(a,b) ...
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/25418d03-2688-4ec9-8b45-be771d51128e%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/7368d684-8694-4c3b-8de4-29fb1c030f0c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/2400FE79CA8346D68737FCEA863BE8CB%40TPC.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/7368d684-8694-4c3b-8de4-29fb1c030f0c%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x60A444Sqeu6a3FnbsuC6okkPQQRPih%3DryyWrprNLmz%2Bg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpsei...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/7368d684-8694-4c3b-8de4-29fb1c030f0c%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x60A444Sqeu6a3FnbsuC6okkPQQRPih%3DryyWrprNLmz%2Bg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpsei...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/2400FE79CA8346D68737FCEA863BE8CB%40TPC.
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/a5e6d4de-0dcf-41c9-932e-3c98e712db5a%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x7qGqPdxZtP0OUGF-8K9RXBd%2Bz2wGd7W7pS8trnpRANug%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CALMWPBXAXzQkFU-xa0S6xpWWMvsxsrLZhKc%2BYX468F8%3D4VfT3g%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x4et5ephwKTBmHXORLxshgGJMvN6cjrs0%2B2BWe8cAemoA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CANxvRateNFF7JN1UVw0CkyG-z0St5KE5QZQQ2XAoK6834KfE4A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x5YHqupULa99ybfDHaS3y4RZSOYeOYbKayFK4cuD32f2A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CANxvRauspjtTEGMyHSTvX8BWAvJctDxQaR_dWfkVm7i%2B3S_s_A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x4zaESP9vXOeOJ3k6F176xnEcw3XZofaGhqnxmWJ8fCuw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CANxvRav_HgJmYcUno9NFmhKiH4famGG%3DP0WyHNDQhnb2UduALQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x5p9i7U7_%3D16FNam2HaavsMDtZqMMFc5WJie-2VLjEuVA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CANxvRavMedUd53aZB5_%2BRKSQ_NEMK41-5WgJ9F1UCPQ7wJQkXw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x6Ad6gdc-rUhfSj2v2iKbvtiqtFBXs%2Bw35BAim-OXx2jw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x7F9ccXhXvp%3DQq%3DErWgeP-wqiWv8zGpt2SpiXOu2h_iJA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CANxvRasdcSzi5rL6FMoJPZ_zhtBbXUfSDMG0Lh7mU6OH%3DtcF9g%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/9530E921F6A0423C87A5FF390FEA2335%40TPC.
That's it. va works, also, cfg and cbyt. I am glad you taking this on.
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/6b71052e-8ffa-45a8-bf30-bb4dd01f8742%40googlegroups.com.
I have not been able to figure out why CFE is not loading opencfe.so on Ubuntu 16.04. Has anyone else seen this kind of issue?Bill
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/2464858c-f205-4664-bbc0-05a25a0e09d9%40googlegroups.com.
Thanks. We might be getting closer. Here are screen shots of my attempt to do what you suggested.
Makefile snippet:
-$ ldd on the new libopencfe.so
And unfortunately, still the same problem:
I’ll keep looking … we must be close.
bill
--
Congrats! I couldn’t get it to work yet.
:<(
Bill
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x5KnEeaUaReFjr%2B8oHK8xGbYa32cb2VMeJjCR_H%2B-jbeg%40mail.gmail.com.
Here are my unresolved objects in libopencfe.so
Bill
From: cpsei...@googlegroups.com <cpsei...@googlegroups.com> On Behalf Of Lewis Goss
Sent: Saturday, September 28, 2019 20:41
To: cpseis-user <cpsei...@googlegroups.com>
Subject: Re: [cpseis-user] Re: installation and setup issues under ubuntu 19.04
Holy Cow! Thank you. I have cfe open.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/CAD2m7x5KnEeaUaReFjr%2B8oHK8xGbYa32cb2VMeJjCR_H%2B-jbeg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/8ac301d57667%24efbcbb10%24cf363130%24%40h-hpcs.com.
A followup: I have tested this link command:
LK = g++ $(CFL) -fPIC -shared -Wl,--no-as-needed -ldl -lstdc++
Thanks for testing this line on all the major platforms. As soon as I can get my laptop back from a rendering job it is doing, I’ll fire up the Ubuntu VM again and do a clean make to see if it works on my Ubuntu 16.04 test platform.
Bill
From: 'Bjorn_Miese' via cpseis-user <cpsei...@googlegroups.com>
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/3338d204-7bdd-43d1-a1be-a2d5a9e81ee1%40googlegroups.com.
It works great. I rebuilt with this in the Makefile and all is well. The specific libstdc++ references that were in that makefile were from 1999… Probably time to revise some of these files. Thanks for your work on this.
Bill
From: 'Bjorn_Miese' via cpseis-user <cpsei...@googlegroups.com>
Sent: Sunday, September 29, 2019 23:57
To: cpseis-user <cpsei...@googlegroups.com>
Subject: [cpseis-user] Re: installation and setup issues under ubuntu 19.04
A followup: I have tested this link command:
--
I have tried to set-up cpseis under ubuntu 19.04.I think I probably have some mistakes in my set-up:I modified by .bashrc to have:export PATH=$PATH:/home/lewisgoss/cpseis/thirdparty/mpich2-1.1/platforms/bin
export PATH=$PATH:/home/lewisgoss/cpseis
export PATH=$PATH:/home/lewisgoss/cpseis/platforms/Linux_x86_64__gfortran_mpich2/bin
export PATH=$PATH:/home/lewisgoss/cpseis/scripts
export CPSEIS_INSTALL_DIR=/home/lewisgoss/cpseis
export THIRDPARTY_DIR=/home/lewisgoss/cpseis/thirdparty
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/home/lewisgoss/cpseis/thirdparty/fftw-2.1.5/platforms/lib
export CPSEIS_HOME=/home/lewisgoss/cpseisI did % install_cpseis mpich2 gfortranThis runs along for a nice little while.When I try to run cfe I get the following message:% cfeIncorrect installation: Make sure you have binary directories set up in /home/lewisgoss/cpseis/platforms//bin.I checked showenv.sh% showenv.sh
CPSEIS_ENVIRONMENT=
CPSEIS_ARCH=
CPSEIS_INSTALL_DIR=/home/lewisgoss/cpseis
THIRDPARTY_DIR=/home/lewisgoss/cpseis/thirdpartyI tried this:% EXE=$CPSEIS_INSTALL_DIR/etc/cpseis_bashrc.sh[ -e $EXE ] && . $EXE mpich2 gfortranThat moved things along a little. Now when I type% cfeThe CPSeis Licence flashes on screen, but then I seeExit OpenCFEAlso, if I try% icps test01.wrkI get along of things on screen flashing by, then:CPS aborting for following reason:
Setup errors occurred
++++++++++++++++++++++++++++++++++
===================================================
Fatal error while running test01.wrk
===================================================My install_cpseis.log has the following messages. Seems to want me to define SPWSDIR variable which I have not done.Default architecture will install. If you want to change it, go to
/home/lewisgoss/cpseis/scripts/cpseis_bashrc.sh and change CPSEIS_ARCH.
CPSEIS_ARCH=Linux_x86_64__gfortran_mpich2
Machine is : Linux
Architecture is: x86_64
Compiler is : gfortran
MPI is : mpich2
Third party dir: /home/lewisgoss/cpseis/thirdparty
Installation dir: /home/lewisgoss/cpseis
Hit Enter to continue...
...making sps_fortran_dependencies
mpif90 -g -fPIC -fno-range-check -ffree-form -ffree-line-length-none -DLINUX -DLINUXI -I. -I/home/lewisgoss/cpseis/thirdparty/mpich2-1.1/platforms/Linux_x86_64__gfortran_mpich2/include -o /home/lewisgoss/cpseis/platforms/Linux_x86_64__gfortran_mpich2/bin/sps_fortran_dependencies sps_fortran_dependencies.o
making spws_depend
cd /home/lewisgoss/cpseis/spws_home/making/Linux_x86_64__gfortran_mpich2 && make depend
make[1]: Entering directory '/home/lewisgoss/cpseis/spws_home/making/Linux_x86_64__gfortran_mpich2'
makefile:43: *** environment variable SPWSDIR not set. Stop.
make[1]: Leaving directory '/home/lewisgoss/cpseis/spws_home/making/Linux_x86_64__gfortran_mpich2'
make: *** [Makefile:327: spws_depend] Error 2
cfe installed at: /home/lewisgoss/cpseis/platforms/Linux_x86_64__gfortran_mpich2/bin
/home/lewisgoss/cpseis/platforms/Linux_x86_64__gfortran_mpich2/bin
icps installed at: /home/lewisgoss/cpseis/platforms/Linux_x86_64__gfortran_mpich2/bin
/home/lewisgoss/cpseis/platforms/Linux_x86_64__gfortran_mpich2/bin
There are 0 errors in your setup. So far, so good.
Normal exit. Hit return to exit
--
You received this message because you are subscribed to the Google Groups "cpseis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpseis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cpseis-user/d2c85ce1-2699-450e-a8b8-810214775b7e%40googlegroups.com.