-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Defect: cafrun
should report an error if -n #
argument is not provided
#717
Comments
On a Linux it is usually required to use './' before main, i.e., try cafrun
./main
Andre Vehreschild * Kreuzherrenstr. 8 * 52062 Aachen
Tel.: +49 241 9291018 * [email protected]
Am 28. Oktober 2020 19:38:53 schrieb Brad Richardson
<[email protected]>:
…
I am reporting a bug others will be able to reproduce and not asking a
question or requesting a new feature.
System information including:
OpenCoarrays Version: 2.9.0
Fortran Compiler: gfortran 10.2.0
C compiler used for building lib: Installed from AUR
Installation method: from AUR
All flags & options passed to the installer: N/A
Output of uname -a: Linux darter 5.9.1-arch1-1 #1 SMP PREEMPT Sat, 17 Oct
2020 13:30:37 +0000 x86_64 GNU/Linux
MPI library being used: MPICH 3.4
Machine architecture and number of physical cores: Intel 4 core (i7?)
Version of CMake: 3.18.4
To help us debug your issue please explain:
executing cafrun path_to_executable simply exits with a 0 status, and does
nothing
What you were trying to do (and why)
I was simply trying to run my program
What happened (include command output, screenshots, logs, etc.)
Nothing. No output was produced and the exit status was 0
What you expected to happen
Either, the program was run with a single image, or an error was reported
about the misuse of the command
Step-by-step reproduction instructions to reproduce the error/bug
Compile a program with caf main.f90 -o main
Run the program with cafrun main
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
That does not solve this particular issue, and in any case is only necessary if the command you're trying to run is in the current directory, and |
rouson
pushed a commit
that referenced
this issue
Nov 22, 2020
rouson
pushed a commit
that referenced
this issue
Nov 22, 2020
…message Fix #717 cafrun usage message
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information including:
uname -a
: Linux darter 5.9.1-arch1-1 tests dis_transpose: test passed #1 SMP PREEMPT Sat, 17 Oct 2020 13:30:37 +0000 x86_64 GNU/LinuxTo help us debug your issue please explain:
executing
cafrun path_to_executable
simply exits with a 0 status, and does nothingWhat you were trying to do (and why)
I was simply trying to run my program
What happened (include command output, screenshots, logs, etc.)
Nothing. No output was produced and the exit status was 0
What you expected to happen
Either, the program was run with a single image, or an error was reported about the misuse of the command
Step-by-step reproduction instructions to reproduce the error/bug
caf main.f90 -o main
cafrun main
The text was updated successfully, but these errors were encountered: