Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Anthony FishbeckAnthony FishbeckReporter
Timothy HumphreyTimothy HumphreyPriority
MajorCompatibility
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Anthony Fishbeck
Anthony FishbeckReporter
Timothy Humphrey
Timothy HumphreyPriority
Compatibility
Minor
Fix versions
Pull Request URL
Created October 5, 2017 at 6:34 PM
Updated November 29, 2017 at 6:55 PM
Resolved October 19, 2017 at 8:50 AM
I execute the following from DOS: ecl.exe run -I"C:/Users/humphrtl/Documents/Virtual Machines/Ubuntu1604/ShareUbuntu1604/New_ML" --wait=36000000000 --target=thor --server=34.211.102.54 --verbose --username thumphrey --password hpccdemo "C:/Users/humphrtl/Documents/Virtual Machines/Ubuntu1604/ShareUbuntu1604/using_gpu/experiments/genedcode/BWR_Make2PBblasMatricesAndStoreOnDisk__201710051417.ecl"
Notices the NEEDED double quotes around the path after "-I".
ecl.exe run generates and attempts to execute eclcc which has the above "-I" paths. But, the double quotes are missing. So, an error occurs.