Menu

Tree [r399] / trunk /
 History

HTTPS access


File Date Author Commit
 documentation 2018-11-17 billmenger [r191] Revised script to give better listings (From Ta...
 etc 2025-12-28 seismick [r391] Add new process P190 to read P1/90 file for mar...
 include 2024-08-09 seismick [r350] Changed TTRIN and TTROT to operate with local t...
 installation 2011-06-20 billmenger [r73]
 log 2011-06-22 billmenger [r83] add a default lock file for simpler startup
 opencfe 2026-07-05 seismick [r399] Reduce cell size in process SYNFD, as there was...
 sample_work_files 2011-06-20 billmenger [r72]
 scripts 2025-12-06 seismick [r389] The program checkc was not useful, as it needed...
 spws_dir 2011-06-20 billmenger [r70]
 spws_home 2025-12-09 seismick [r390] Change colour bar 13 (for Variable Density trac...
 src 2026-07-05 seismick [r399] Reduce cell size in process SYNFD, as there was...
 templates 2011-06-20 billmenger [r66]
 thirdparty 2023-05-19 seismick [r282] Modify segy.f90 and trcio.f90 to work with Inte...
 wrappers 2020-11-27 seismick [r234] Modify some scripts and makefiles so that CPSei...
 www 2024-06-27 seismick [r341] Change default scaling for cbyt variable densit...
 .project 2011-06-20 billmenger [r53]
 COMPILE_AND_LINK_ISSUES 2011-06-20 billmenger [r54]
 Exclude 2011-06-20 billmenger [r64]
 GDB_ISSUES_WITH_FORTRAN 2011-06-20 billmenger [r63]
 HOW_TO_MAKE_CPSEIS 2023-06-02 seismick [r283] Modify etc/Makefile so that make xmls will rege...
 Makefile 2021-09-18 billmenger [r250] Very minor change to Makefile, adding "all" to ...
 OUTPUT_FROM_MAKE 2011-06-20 billmenger [r58]
 README 2011-07-08 billmenger [r91] New README simplifies yum update instructions.
 README.sh 2023-06-02 seismick [r283] Modify etc/Makefile so that make xmls will rege...
 USING_CPSEIS_ANYWHERE 2011-06-20 billmenger [r55]
 install_cpseis 2022-10-20 seismick [r270] Modify setup_cpseis_environment.sh to reduce du...
 license.txt 2011-06-20 billmenger [r61]
 list.txt 2011-06-20 billmenger [r60]
 solaris-notes.txt 2023-06-02 seismick [r283] Modify etc/Makefile so that make xmls will rege...
 suse_notes.txt 2023-01-11 seismick [r273] Fix minor bug in telav.f90 where wrong trace co...
 test_svn.txt 2015-04-23 billmenger [r112] TEST
 testjob1.wrk 2018-02-13 billmenger [r178] Minor tweaks, mostly made when tracking down a ...
 testjob2.wrk 2018-02-13 billmenger [r178] Minor tweaks, mostly made when tracking down a ...
 ubuntu_notes.txt 2021-12-14 billmenger [r253] Added some notes for making ubuntu 20.04 work.

Read Me

# -- This provides instructions for installing CPSeis(tm) on a Linux system.
Instructions for installing CPSeis(tm) on your Linux computer.
1) Read the License agreement in license.txt, included with this distribution.
#<license>
#-------------------------------------------------------------------------------
# Copyright (c) 2011 Weinman Geoscience
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#-------------------------------------------------------------------------------
#</license>

2) If you agree to the terms and conditions on the license, you may continue.

3) Decide on an installation directory for cpseis and for the thirdparty
   packages that are with it.  Put cpseis.tgz into the directory above where you
   will install cpseis. (for example, if your installation will be in
   /apps/cpseis, put cpseis.tgz into the /apps directory.)

3-OPTIONAL) download cpseis from sourceforge using SVN checkout. (see sourceforge
  for help on this.)  You will not be downloading a tar file, but all of the 
  source code + some prebuilt programs, scripts, help, etc.  This is the best way to
  ensure a clean build on your target platform, but is more work.

4) To ensure no license issues arise, no thirdparty packages have been included,
   but some are required.
   DEFINE a thirdparty directory and put it into your .cshrc or .bashrc.  ALSO
   DEFINE your installation directory location:
   (example for .bashrc: 
       export THIRDPARTY_DIR=/apps/thirdparty
       export CPSEIS_INSTALL_DIR=/apps/cpseis
   )
   Packages you will need:
   Java jdk 1.6 (see www.sun.com)
   mpich2.1 (This is available via a script file: .../cpseis/scripts/build_mpich2)
   fftw2.15 (This is available via a script file: .../cpseis/scripts/build_fftw)
   I use Centos4.8 (64 bit) on VMWare player using an iso downloaded from CentOS.
   You will need to add some packages to CentOS 4.8:
   yum install --enablerepo=centosplus gcc4 gcc4-gfortran xorg-x11-devel openmotif-devel Xaw3d-devel
   
5) You have now created a cpseis directory somewhere 
     (
       either 
             via "tar -xvfz cpseis.tgz"
       or 
             via "svn co https://cpseis.svn.sourceforge.net/svnroot/cpseis"
     )

   If you have the directory for thirdparty created, copy all of the tarballs
   from the distribution into that directory.  This will save time since the
   scripts will attempt to download the tarballs if they don't exist.

6) run the install_cpseis script.

7) build the banner program separately (Tarball included with this
   distribution.)

8) If you don't have a queueing system for your cluster or workstations, you
   can try out torque. (not included with this distribution.)

9) Make sure the environment variables are in your .cshrc or .bashrc files
        .cshrc: setenv CPSEIS_INSTALL_DIR /apps/cpseis (from example above)
        .bashrc: export CPSEIS_INSTALL_DIR=/apps/cpseis
        Then add something in your "." file to source the script:
        # bash example
        EXE=$CPSEIS_INSTALL_DIR/etc/cpseis_bashrc.sh
        [ -e $EXE ] && . $EXE
        # ----------------     

10) Testing:  There are some test jobs in the sample_work_files directory you should try:
        $ cd $CPSEIS_INSTALL_DIR/sample_work_files
        $ icps testfunction.wrk
11) Test the gui by running "$ cfe"
    It should run, starting up a lock file manager prior to starting the GUI.
	click on "Select Current Workfile...."
	select #3 testfunction.wrk
	click on "OK"
    You should see a Process List in the center section with the following:
	PROJECT_DATA
	JOB_DATA
	RNSYN
	HEADSUM
	INTEGRATE
    Now try running the single-cpu runtime, ICPS by clicking on "ICPS (local)".
    You should see a separate window appear showing the current hostname, then some
    messages about trying rsh...
    If rsh is not enabled, the xongp script will not correctly work, so you will 
    need to enable rsh or modify the scripts. (see ...cpseis/scripts).  I recommend
    enabling rsh for this and later for MPI.
    The job runs in about 1 second.  It should end with the words:
	Finished running ...testfunction.wrk"
	========================================

	Press ENTER to continue...	

    A log file is created for the run, in the current directory, ending in .icps.

    If this does not work please email the cpseis-users user group for help.
    Bill Menger (bill.menger@gmail.com) 06/14/2011