radical-cybertools / radical.repex.at

This is the github location for RepEx developed by the RADICAL team in conjunction with the York Lab.
Other
4 stars 3 forks source link

Does Repex recognise ctrl+c? #59

Closed iparask closed 8 years ago

vivek-bala commented 8 years ago

+1

andre-merzky commented 8 years ago

For CTRL-C to work (ie. not to hang), applications need to except SystemExit, and then close the RP session there.

antonst commented 8 years ago

of course it does! can you verify this?

antonst commented 8 years ago

closed due to lack of response

iparask commented 8 years ago

What am I supposed to run? I do not remember.

antonst commented 8 years ago
export RADICAL_REPEX_VERBOSE=info
export RADICAL_PILOT_VERBOSE=info
git clone https://github.com/radical-cybertools/radical.repex.git
cd radical.repex
git checkout devel
python setup.py install
cd examples/amber
repex-amber --input='tuu_remd_ace_ala_nme.json' --rconfig='stampede.json'

you only need to modify stampede.json

antonst commented 8 years ago

and somewhere in the middle of simulation hit ctrl+c