Unable to run scala applications on Quartz emulator -
error: ld.so: object 'scripts/../build/src/lib/libnvmemul.so' ld_preload cannot preloaded (cannot open shared object file): ignored.
/usr/bin/scala: line 19: cd: /usr/share/scala/bin
i getting above error when try run scala programs. there no issues when try run java , c applications.
this code trying run:
object forloop { def main(args: array[string]) { var = 0; (a <- 1 100) { println( "value of a: " + ); } } }
the above code works usual scala but, when ran quartz returns error. following command gave run code:
$ scripts/runenv.sh scala forloop
note:
i have extended quartz support broadwell based processors , ran benchmark tests verify configurations. results looked fine. c , java applications have no issues quartz.
Comments
Post a Comment