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.
Modified Makefile to include proper names for Intel's compilers when used,
Tahir Helvaci suggested a small change to adpsub.f90 that
fixed a missing entry for FKINTERP, which caused an error to show up in stdout saying that
NONE.folder has no trace counts
SPTI will not get past setup phase
FGD trace dump is screwed up
Minor wrapper code changes at the request of a user, these
This is a partial fix of va wherein on 64 bit compilers sometimes the case
These were added by Mike Seman to fix the min/max errors with new compilers.
Changed a few scripts and make files to work with Ubuntu. Still working on updates, this is not final.
Thanks for finding the CJM stuff (added when I was running this at ION/GXT). "CJM" means "Cluster Job Manager" and was created at Western long ago, spun off into a company, and used by GXT forever. I'm happy to give developer rights if you want them at Sourceforge so that you can install these fixes yourself. Otherwise, I'll get to them when I can, which is not as often as I'd like. On Sat, Sep 14, 2019 at 9:32 PM seismick seismick@users.sourceforge.net wrote: [feature-requests:#14] https://sourceforge.net/p/cpseis/feature-requests/14/...
Thanks. I'll work to test this and install in the distribution. Bill On Sat, Sep 14, 2019 at 9:28 PM seismick seismick@users.sourceforge.net wrote: [bugs:#95] https://sourceforge.net/p/cpseis/bugs/95/ TSEL needs twosets* Status: open Group: v1.0 (example) Created: Sun Sep 15, 2019 02:28 AM UTC by seismick Last Updated: Sun Sep 15, 2019 02:28 AM UTC Owner: nobody Attachments: tsel_superwrap.f90 https://sourceforge.net/p/cpseis/bugs/95/attachment/tsel_superwrap.f90 (9.7 kB; text/x-fortran) TSEL changes...
FILEBOX memory issue crashing CFE
RES may upset following process modules
Accepted seismick's input, created a new res_superwrap to incorporate the twosets of arguments, and tested in both interpolate and decimate modes.
MFRS gotta whole lotta bugs
I could really use some data files and pick files to test this if anyone has something not too large. If needed I'll send a writeable filesystem link on google for you to drop your files into.
DMO3D Bracewell interpolation problem
changed and tested.
SLAB not using absolute values
changed and tested in a few modes.
This includes changes from others for interp, res, and slab.
Thank you Tahir Helvaci for the fix to cpseis script. A few other minor fixes as well, to other scripts.
posting here is great, thanks. I don't understand the ins and outs of sourceforge either.
Added a modification to include -qopenmp for intel compiler
Small modifications to makefile and init file.
I'll look into this. As the message says, this should not be called, so the logic is flawed somewhere. Bill
I am attempting to get a count of the userbase for CPSeis. If you are using it, would you please let me know? It will help me align resources to requests, bugfixes, and updates. Thank you!
Added -O2 for gfortran compiler, added a unittest in the
Fixed by removing local_fft objects. The code didn't
Removed comment lines from gcc when creating from fft.F90
Found a bug in fft.F90 (which is used to create fft.f90)
ADDED: suprocess.f90 and underlying modifications to support it.
To modify an XML file for a module, or to create one when creating a new module: 1) $ cd $CPSEIS_INSTALL_DIR/etc directory 2) $ ezgui a) (option 1) ../src/module_to_get_xml_for.f90 b) (option "create xml file") ../opencfe/xml/module_to_get_xml_for.xml c) (option 0) exit ezgui creates the layout file that is parsed to create the gui on the fly. You must run it from the .../etc directory in order to get the TOP.LAY and BOTTOM.LAY include files. These are important for creating the menus and buttons...
Hey CPSeis Users, please use this blog to capture your tips and tricks
This is not a real check in. The log file did not attach on checkin R189,
Made change to ch7.html to match fix from Tahir
Revised script to give better listings (From Tahir Telvaci)
Fixed a typo on line 424 (found by Tahir Telvaci)
This change was at the behest of Tahir Helvaci who correctly noted
This includes a fix to the cfe problem wherein a cfe initiated first by
Well, this didn't work after all. The previous version of suprocess.f90
this is the xml for suprocess.
This checks in suprocess in its most rudimentary form. It can only
These changes will allow for the new module (suprocess), which calls a
array out of bounds in GRAB
Fixed.
Changed grab.f90 to fix bug #84 (from Seismick).
array.f90 gfortran 4.8.5
Used "size(array" instead of "len(array", other minor mods. Great fix, thanks for finding it!
bugfix for bug 83 (array.f90) and for other bugs mentioned but not numbered,(parameter.f90)
array.f90 gfortran 4.8.5
Fixed this and tested, ready to check in later today or tomorrow.
Minor tweaks, mostly made when tracking down a bug that
These two files have duplicate subroutines that are also found
Working on changes that allow build in CentOS7.4 with newer gcc (4.8.5)
Added GCCVERSION to cpseis_bashrc.sh and added mpich3 to check_platform.
Some fixes for CentOS 7.4
FKAP needs error messages
wrong help displayed in va
array out of bounds for CC3D
Modified both files per suggestions from seismick.
Modified names for popup menus so that they will correctly execute.
Updated help with new files from seismick. More to change, but checking
Added the old banner program back in place, modified Makefile to compile it.
Modified makefiles in spws_home/making/[platform]/makefile to be links to spws_home/making/makefile,
spike fails when using mpirun
EXO array out of bounds
applied fix suggested.
EXO array out of bounds
Modified cfe libopencfe.so makefile for newer versions of gcc and linux. The makefile.depend and .mod files
Replaced the functions spws_home/util/cell/util.f util_ismin, util_ismax,
Modified utlib makefile.depend, it appears to be missing a carriage return.
Removed .built_fftw so that fftw will build.
build_mpich2.sh needs updating
restore testing menu to va
Done. Tarball is not updated with new version, but code can be checked out for rebuild.