cms21 / hello_idl_its_me_globus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World Tests for IDL with Globus

  1. First edit config.yaml for your machine. Configure endpoint on target machine.
globus-compute-endpoint configure --endpoint-config config.yaml hello
globus-compute-endpoint start hello

Copy endpoint id into hello.env.

  1. Copy function files hello.py and hello.pro to path on target machine.
  2. Edit functions in register_hello.py by replacing the path to function files in the variable command.
  3. Register functions:
python register_hello.py
  1. Run functions:
python hello_test.py --type idl

Wait until all IDL functions have completed. Then run python functions.

python hello_test.py --type python
  1. Plot results:
python plot_hello.py

About


Languages

Language:Python 98.1%Language:IDL 1.9%