Coder Social home page Coder Social logo

jlchen2015 / baldur_sol Goto Github PK

View Code? Open in Web Editor NEW

This project forked from awatarn/baldur_sol

0.0 0.0 0.0 27.51 MB

Shell 0.60% Perl 0.21% Makefile 0.67% Fortran 94.35% Roff 0.03% C++ 0.29% Pascal 0.84% MATLAB 0.06% Mercury 1.10% M 1.37% Limbo 0.02% C 0.47%

baldur_sol's Introduction

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
---------

baldur_sol's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.