Skip to content

awatarn/BALDUR_SOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bin  		- binaries
bin/debug 	- binaries compiled with -g option
csh  		- scripts
data 		- data to test 
doc  		- documentation
lib  		- libraries
lib/debug 	- libraries compiled with -g option
log  		- log files
obj  		- object files
man  		- manuals
mod  		- precompiled Fortran-90 modules
results 	- results
source  	- source files
work    	- directory to test and to run BALDUR executable files


make all 
make 		- to compile BALDUR code and all utilities
make DEBUG=yes	- to compile BALDUR code and all utilities with option -g
make <pr_name>	- to compile program pr_name, for example 'make baldur' or 'make list'
make <pr_name> DEBUG=yes - to compile program pr_name with option -g
make clean      - to delete all executable binaries
make test       - to run all four test cases

---------
The BALDUR code and accosiated utilities and scripts use the following
environment variables 
#
export CPU=FUJITSU
export [email protected]/var/cvs
export CVS_RSH=ssh
export CVSEDITOR=emacs
#
export BALDUROOT=~/projects/baldur.new
export LOGDIR=$BALDUROOT/log
export DBGDIR=$BALDUROOT/bin/debug
export WORKDIR=$BALDUROOT/work
export CONFIGDIR=$BALDUROOT/config
export CODESYSDIR=$BALDUROOT
export LOCAL=$BALDUROOT
export TMPDIR=~/tmp
#
export CCLIB_INCLUDE="/usr/include -I/usr/local/include "
export LOADER_TRAILER="/usr/local/lib/libnetcdf.a -L/usr/local/lf9560/lib/ -llapackmt -lblasmt"
export PATH=.:$BALDUROOT/bin:$BALDUROOT/csh:$BALDUROOT/debug:$LOCAL/exe:$PATH
#
export WORKSTATION_TYPE=LINUX
export FORTRAN_VARIANT=LaheyFujitsu
#
alias bl="cd $BALDUROOT"
alias sbl="cd $BALDUROOT/source"
alias bbl="cd $BALDUROOT/source/bald"
alias dbl="cd $BALDUROOT/bin/debug"
alias tw='tw -sb '
alias g='grep -i -n ' 
alias asch='allsearch '
#
export MAIL_ADDRESS="[email protected]"
export CPP_TRAILER="-L/usr/lib/gcc-lib/i386-redhat-linux/2.96 -lstdc++"
#
export PATH=$PATH:~transp/code/codesys/csh:~transp/code/codesys/exe
export XE=~transp/code/codesys/exe
export SC=~transp/code/codesys/csh
export SB=~transp/code/bin
---------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published