Skip to content

Large Scale Structure F90 Code. Calculating gradient field, beta-skelton, et al.

Notifications You must be signed in to change notification settings

xiaodongli1986/LSSCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of Xiao-Dong's large scale structure codes

How to compile

gfortran or ifort. ifort maybe more efficient for some high dimensional array staff

cd src
make nompi # compile those do not requiring mpi
make all # compile all programe

How to use it

Add this to ~/.bashrc
	export PATH=/home/yourusername/software/LSSCode/bin:${PATH}
	export LSSPATH=/home/yourusername/software/LSSCode


Then you can call any program from terminal; type LSS_ and Tab to view them

About

Large Scale Structure F90 Code. Calculating gradient field, beta-skelton, et al.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages