crseo

Crates.iocrseo
lib.rscrseo
version0.9.4
sourcesrc
created_at2021-12-17 22:39:46.921266
updated_at2024-03-18 02:37:46.373168
descriptionCuda Engined Optics Rust Interface
homepage
repositoryhttps://github.com/rconan/crseo
max_upload_size
id499820
size501,897
Rod Conan (rconan)

documentation

https://docs.rs/crseo

README

CRSEO: Cuda Engined Optics Rust Wrapper

Installation

  1. CEO install

Install CUDA and Noweb, then

git clone -b rust https://github.com/rconan/ceo.git
cd ceo
make all
sudo make install
cd ..
  1. GMT M1 and M2 modes
mkdir data
cd data
wget https://s3.us-west-2.amazonaws.com/gmto.modeling/ceo-modes.tar
tar xvf ceo-modes.tar
export GMT_MODES_PATH=`pwd`
cd ..
  1. Install Clang
Commit count: 165

cargo fmt