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

Dedicated AGAS server runs don't work; console ignores -a option. #738

Closed
brycelelbach opened this issue Mar 7, 2013 · 1 comment
Closed

Comments

@brycelelbach
Copy link
Member

I'm trying to do a run with a dedicated AGAS server. The AGAS server locality seems to be fine:

[23:25:28]:wash@trillian00:/home/wash:134:$ ~/install/octopus/gcc-4.6.2-release/bin/3d_torus_driver --hpx:run-agas-server-only -Ihpx.parcel.max_connections=2048 -Ihpx.parcel.max_connections_per_locality=512 -t32 -a trillian00 -x trillian00 -l2 --hpx:dump-config-initial --hpx:debug-clp -w 
agas host_name: trillian00
host_name: 127.0.0.1
retrieve_number_of_threads: 1
retrieve_number_of_localities: 1
resolved: 'trillian00' to: 10.1.1.139
resolved: 'trillian00' to: 10.1.1.139
Configuration before runtime start:
-----------------------------------
hpx.locality!=0
hpx.parcel.max_connections=2048
hpx.parcel.max_connections_per_locality=512
hpx.parcel.address=10.1.1.139
hpx.parcel.port=7910
hpx.agas.address=10.1.1.139
hpx.agas.port=7910
hpx.agas.service_mode=bootstrap
hpx.components.load_external=0
hpx.agas.dedicated_server=1
hpx.os_threads=32
hpx.localities=2
hpx.runtime_mode=worker
-----------------------------------

But the console locality is ignoring the -a flag (at least, that appears to be what is happening, if you take a look at the agas server and service mode listed in debug-clp).

[23:24:11]:wash@marvin00:/tmp:134:$ ~/install/octopus/gcc-4.6.2-release/bin/3d_torus_driver -Ihpx.parcel.max_connections=2048 -Ihpx.parcel.max_connections_per_locality=512 -t16 -a trillian00 -x marvin00 -l2 -Ioctopus.levels_of_refinement!=5 -Ioctopus.3d_torus.rotational_direction!=clockwise -Ioctopus.temporal_domain!=0.05 -c --hpx:dump-config-initial --hpx:debug-clp
agas host_name: trillian00
host_name: 127.0.0.1
retrieve_number_of_threads: 1
retrieve_number_of_localities: 1
resolved: 'marvin00' to: 10.1.1.99
resolved: 'trillian00' to: 10.1.1.139
Configuration before runtime start:
-----------------------------------
hpx.locality!=0
hpx.parcel.max_connections=2048
hpx.parcel.max_connections_per_locality=512
octopus.levels_of_refinement!=5
octopus.3d_torus.rotational_direction!=clockwise
octopus.temporal_domain!=0.05
hpx.parcel.address=10.1.1.99
hpx.parcel.port=7910
hpx.agas.address=10.1.1.99
hpx.agas.port=7910
hpx.agas.service_mode=bootstrap
hpx.os_threads=16
hpx.localities=2
hpx.runtime_mode=console
-----------------------------------
@hkaiser
Copy link
Member

hkaiser commented Mar 7, 2013

Currently console and AGAS server have to run in the same locality.

@hkaiser hkaiser closed this as completed Mar 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants