Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make a config file for FELsource #13

Open
samoylv opened this issue Oct 22, 2014 · 0 comments
Open

make a config file for FELsource #13

samoylv opened this issue Oct 22, 2014 · 0 comments

Comments

@samoylv
Copy link
Owner

samoylv commented Oct 22, 2014

FELsource script requires too many command line options.

Configuration file needed, as it is implemented for diffr module (maybe without recursive usage $CONFIG)

if [ "x$MODULE" == xdiffr ] ||  [ "x$MODULE" == xs2e ]  ; then
    cd $ROOT ;
    CONFIG="/data/S2E/modules/simulation_LP_5kev_9fs_2NIP_EMC/diffr/diffr_params_SingFEL_multi"
    echo $CONFIG $PROJECT $CONFIG
    $CONFIG $PROJECT $CONFIG
     ...
    # Perform diagnostic
    python /data/S2E/modules/diffr/diagnostic_singfel.py
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants