I rebuilt cfe on Ubuntu 20.04 but am using gcc and g++ version 9.04. When run in debug mode, I see the same messages you do (below in your snippet of a log file), but my display works fine. Something is not correct in how the values from <modifyfield.> are being stored and retransmitted back to the GUI. The way the GUI communicates with the cpseis engine is via messaging. This was written ~1999 when the SOAP protocols were being discussed. We initially built the model to run across slow modems so...
I don’t know what is going on, but it looks like it may be restricted only to your version of CFE. The output you have listed below does not show any errors of significance. The warnings from the build of isep only affect that program, and it is not very important. I would concentrate efforts on CFE by going to the build directory for it: $ cd $CPSEIS_INSTALL_DIR/opencfe/src (This contains the makefile for your build. ) $ make (this will rebuild all the java and the fortran-to-java interfaces) (warnings...
I have an ubuntu 20.04 build with your exact kernel and mpich3 and gfortran. My javac is at /apps/cpseis/thirdparty/jdk/platforms/Linux_x86_64_2.31_gfortran_mpich3/bin/javac where my $CPSEIS_ARCH = Linux_x86_64_2.31_gfortran_mpich3. I suggest putting in a link to your jdk something like this: bmenger@ubuntu:/apps/cpseis/thirdparty/jdk/platforms$ pwd /apps/cpseis/thirdparty/jdk/platforms bmenger@ubuntu:/apps/cpseis/thirdparty/jdk/platforms$ ls -ld Linux_x86_64_2.31_gfortran_mpich3 lrwxrwxrwx 1 bmenger...
This looks like it could be caused by a bad build. My suggestion is to: $ cd $CPSEIS_INSTALL_DIR/platforms/$CPSEIS_ARCH $ make clean;make;make cfe $ cd $ cd cpsjobs $ cfe If that doesn't fix it, please send the results of: echo $CPSEIS_INSTALL_DIR echo $CPSEIS_ARCH echo $CPSEIS_COMPILER and send a note to bill.menger@gmail.com Bill On 10/5/2022 12:27 PM, kerim khemraev wrote: Additional picture: Attachments: 2022-10-05_03-00-19.jpg https://sourceforge.net/p/cpseis/bugs/_discuss/thread/28187b3074/8f94/attachment/2022-10-05_03-00-19.jpg...
Hi Seismick, if you would like to change the scripts to make this happen for future builds, I'm sure everyone would be supportive. Thanks for all the work you have been doing to keep the code running! Bill Menger (713) 449-0354 cell On 4/14/2022 6:29 AM, seismick wrote: [feature-requests:#25] https://sourceforge.net/p/cpseis/feature-requests/25/ allow more Java versions to be used Status: open Group: Next Release (example) Created: Thu Apr 14, 2022 11:29 AM UTC by seismick Last Updated: Thu Apr 14,...
Added some notes for making ubuntu 20.04 work.
These changes should help installation in Ubuntu.
Very minor change to Makefile, adding "all" to .PHONY and removing some commented-out lines.