Actions
Bug #1060
closedwhen name of the cluster configuration php file is different from cluster name, emanJobGen.php jobfile can not be submitted
Status:
Closed
Priority:
Normal
Assignee:
Amber Herold
Category:
Web interface
Target version:
Start date:
11/30/2010
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.1.0
Show in known bugs:
No
Workaround:
Description
The file that is required by the script is set incorrectly.
Updated by Anchi Cheng almost 14 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Anchi Cheng to Amber Herold
r15077 makes sure that the re-post of variable 'cluster' retains its value when the job is submitted.
Testing:
1. name your working myamiweb/processing/my_cluster.php so that C_NAME in the file is different from the basename of the php file.
2. check that myamiweb/config.php list the new name in its $CLUSTER_CONFIGS
3. setup myamiweb/processing/emanJobGen.php to use the new name and submit the job. It should run in the same way as the original.
Updated by Amber Herold almost 14 years ago
- Status changed from In Code Review to Merge
reviewed and tested.
Actions