Gregory Lee
Gregory Lee
I tried various things include changing the java invocation line to: ``` "$JAVABIN/java" "$JAVAOPTS" -Djava.library.path="$INSTALLDIR:$INSTALLDIR/ext" -Dhdfview.root="$INSTALLDIR" -cp "$INSTALLDIR/*" hdf.view.HDFView -Dhdfview.workdir=$PWD startDir=$PWD "$@" ``` and it still does not look in...
I moved the -Dhdfview.workdir=$PWD arg to before the hdf.view.HDFVIEW arg and it still did not work. Can you reproduce the behavior that I reported and do some testing and send...
still no luck with me when I run: ``` "$JAVABIN/java" "$JAVAOPTS" -Djava.library.path="$INSTALLDIR:$INSTALLDIR/ext" -Dhdfview.root="$INSTALLDIR" -cp "$INSTALLDIR/*" -Dhdfview.workdir="$PWD" hdf.view.HDFView "$@" ``` This is an hdfview 3.3.0 installation, if that makes a difference....
still fails for me with 3.3.1 (installed with spack, but added new version and checksum). I have my script run this command: "$JAVABIN/java" "$JAVAOPTS" -Djava.library.path="$INSTALLDIR:$INSTALLDIR/ext" -Dhdfview.root="$INSTALLDIR" -cp "$INSTALLDIR/*" -Dhdfview.workdir="$PWD" hdf.view.HDFView...
please read the initial issue report, where I explicitly stated that the issue was opening a file with a relative path from the command line. I hope you can appreciate...
still no luck: ``` [lee218@rzwhippet18:spack]$ tail -n 1 /usr/WS2/lee218/delete/spack/opt/spack/linux-rhel8-ivybridge/gcc-10.3.1/hdfview-3.3.1-ziimwueprhe3m5adhnl35ca3jgifkc4t/bin/hdfview "$JAVABIN/java" "$JAVAOPTS" -Djava.library.path="$INSTALLDIR:$INSTALLDIR/ext" -Dhdfview.root="$INSTALLDIR" -cp "$INSTALLDIR/*" -Dhdfview.workdir="$PWD" hdf.view.HDFView -start="$PWD" "$@" [lee218@rzwhippet18:spack]$ echo $PWD /usr/workspace/lee218/delete/spack [lee218@rzwhippet18:spack]$ strace -f -s 9999 /usr/WS2/lee218/delete/spack/opt/spack/linux-rhel8-ivybridge/gcc-10.3.1/hdfview-3.3.1-ziimwueprhe3m5adhnl35ca3jgifkc4t/bin/hdfview data.h5...
modifying the hdfview launcher script to modify the user's args to "$PWD/$@" would break things if the user specifies a full path or wants to specify any other command-line arguments....
the reproducer file is 95MB and Github appears to have a 25MB restriction. Do you have an email address that I can use to share a OneDrive link to the...
Good idea, it was able to compress to 22MB. Please see the attached and remove the .txt extension [ic19molderr.exe.repro.tar.gz.txt](https://github.com/rui314/mold/files/10222301/ic19molderr.exe.repro.tar.gz.txt)
This does not appear to a valid option for the Intel compiler: ***@***.***:20221212_mold]$ /usr/tce/packages/intel-classic/intel-classic-2021.6.0/bin/icpc -B/collab/usr/global/tools/mold/toss_4_x86_64_ib/mold-1.7.1-x86_64-linux/bin -o ic19molderr.exe ic19molderr.C -fuse-init-array icpc: command line warning #10148: option '-fuse-init-array' not supported ________________________________ From:...